GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
getgrent.cc File Reference
#include <string>
#include <sys/types.h>
#include "oct-group.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "oct-map.h"
#include "ov.h"
#include "ovl.h"
#include "utils.h"

Go to the source code of this file.

Functions

octave_value_list Fendgrent (const octave_value_list &args, int)
 
octave_value_list Fgetgrent (const octave_value_list &args, int)
 
octave_value_list Fgetgrgid (const octave_value_list &args, int)
 
octave_value_list Fgetgrnam (const octave_value_list &args, int)
 
octave_value_list Fsetgrent (const octave_value_list &args, int)
 

Function Documentation

◆ Fendgrent()

octave_value_list Fendgrent ( const octave_value_list args,
int   
)

Definition at line 160 of file getgrent.cc.

References ovl(), and print_usage().

◆ Fgetgrent()

octave_value_list Fgetgrent ( const octave_value_list args,
int   
)

Definition at line 73 of file getgrent.cc.

References print_usage().

◆ Fgetgrgid()

octave_value_list Fgetgrgid ( const octave_value_list args,
int   
)

Definition at line 94 of file getgrent.cc.

References error(), print_usage(), and x_nint().

◆ Fgetgrnam()

octave_value_list Fgetgrnam ( const octave_value_list args,
int   
)

Definition at line 122 of file getgrent.cc.

References print_usage().

◆ Fsetgrent()

octave_value_list Fsetgrent ( const octave_value_list args,
int   
)

Definition at line 142 of file getgrent.cc.

References ovl(), and print_usage().