#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) |
octave_value_list Fendgrent | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 160 of file getgrent.cc.
References ovl(), and print_usage().
octave_value_list Fgetgrent | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 73 of file getgrent.cc.
References print_usage().
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().
octave_value_list Fgetgrnam | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 122 of file getgrent.cc.
References print_usage().
octave_value_list Fsetgrent | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 142 of file getgrent.cc.
References ovl(), and print_usage().