GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
getgrent.cc File Reference
#include <string>
#include <sys/types.h>
#include "oct-group.h"
#include "defun.h"
#include "error.h"
#include "gripes.h"
#include "oct-map.h"
#include "ov.h"
#include "oct-obj.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_group &gr)

Function Documentation

OCTAVE_EXPORT octave_value_list Fendgrent ( const octave_value_list args,
int   
)

Definition at line 195 of file getgrent.cc.

References octave_group::endgrent(), octave_value_list::length(), and print_usage().

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   
)

Definition at line 169 of file getgrent.cc.

References octave_value_list::length(), print_usage(), and octave_group::setgrent().

static octave_value mk_gr_map ( const octave_group gr)
static