#include <string>#include <sys/types.h>#include "oct-password.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 | Fendpwent (const octave_value_list &args, int) |
| octave_value_list | Fgetpwent (const octave_value_list &args, int) |
| octave_value_list | Fgetpwnam (const octave_value_list &args, int) |
| octave_value_list | Fgetpwuid (const octave_value_list &args, int) |
| octave_value_list | Fsetpwent (const octave_value_list &args, int) |
| octave_value_list Fendpwent | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 166 of file getpwent.cc.
References ovl(), and print_usage().
| octave_value_list Fgetpwent | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 79 of file getpwent.cc.
References ovl(), and print_usage().
| octave_value_list Fgetpwnam | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 128 of file getpwent.cc.
References ovl(), and print_usage().
| octave_value_list Fgetpwuid | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 100 of file getpwent.cc.
References error(), ovl(), and print_usage().
| octave_value_list Fsetpwent | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 148 of file getpwent.cc.
References ovl(), and print_usage().