GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#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"
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) |
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 | |||
) |
Definition at line 70 of file getgrent.cc.
References octave_group::getgrent(), octave_value_list::length(), mk_gr_map(), and print_usage().
OCTAVE_EXPORT octave_value_list Fgetgrgid | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 98 of file getgrent.cc.
References D_NINT(), error(), error_state, octave_group::getgrgid(), octave_value_list::length(), mk_gr_map(), and print_usage().
OCTAVE_EXPORT octave_value_list Fgetgrnam | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 138 of file getgrent.cc.
References error_state, octave_group::getgrnam(), octave_value_list::length(), mk_gr_map(), and print_usage().
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 |
Definition at line 44 of file getgrent.cc.
References octave_scalar_map::assign(), octave_group::gid(), octave_group::mem(), octave_group::name(), and octave_group::passwd().
Referenced by Fgetgrent(), Fgetgrgid(), and Fgetgrnam().