GNU Octave  6.2.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"
Include dependency graph for getgrent.cc:

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list Fendgrent (const octave_value_list &args, int)
 
OCTAVE_EXPORT octave_value_list Fgetgrent (const octave_value_list &args, int)
 
OCTAVE_EXPORT octave_value_list Fgetgrgid (const octave_value_list &args, int)
 
OCTAVE_EXPORT octave_value_list Fgetgrnam (const octave_value_list &args, int)
 
OCTAVE_EXPORT octave_value_list Fsetgrent (const octave_value_list &args, int)
 
static octave_value mk_gr_map (const octave::sys::group &gr)
 

Function Documentation

◆ Fendgrent()

OCTAVE_EXPORT octave_value_list Fendgrent ( const octave_value_list args,
int   
)

Definition at line 158 of file getgrent.cc.

References octave::sys::group::endgrent(), ovl(), and print_usage().

◆ Fgetgrent()

OCTAVE_EXPORT octave_value_list Fgetgrent ( const octave_value_list args,
int   
)

Definition at line 71 of file getgrent.cc.

References octave::sys::group::getgrent(), mk_gr_map(), ovl(), and print_usage().

◆ Fgetgrgid()

OCTAVE_EXPORT octave_value_list Fgetgrgid ( const octave_value_list args,
int   
)

◆ Fgetgrnam()

OCTAVE_EXPORT octave_value_list Fgetgrnam ( const octave_value_list args,
int   
)

Definition at line 120 of file getgrent.cc.

References octave::sys::group::getgrnam(), mk_gr_map(), ovl(), and print_usage().

◆ Fsetgrent()

OCTAVE_EXPORT octave_value_list Fsetgrent ( const octave_value_list args,
int   
)

Definition at line 140 of file getgrent.cc.

References ovl(), print_usage(), and octave::sys::group::setgrent().

◆ mk_gr_map()