#include "pwd-wrappers.h"
Public Attributes | |
char * | pw_dir |
char * | pw_gecos |
gid_t | pw_gid |
char * | pw_name |
char * | pw_passwd |
char * | pw_shell |
uid_t | pw_uid |
Definition at line 40 of file pwd-wrappers.h.
char* octave_passwd_wrapper::pw_dir |
Definition at line 47 of file pwd-wrappers.h.
Referenced by octave_from_passwd().
char* octave_passwd_wrapper::pw_gecos |
Definition at line 46 of file pwd-wrappers.h.
Referenced by octave_from_passwd().
gid_t octave_passwd_wrapper::pw_gid |
Definition at line 45 of file pwd-wrappers.h.
Referenced by octave_from_passwd().
char* octave_passwd_wrapper::pw_name |
Definition at line 42 of file pwd-wrappers.h.
Referenced by octave_from_passwd().
char* octave_passwd_wrapper::pw_passwd |
Definition at line 43 of file pwd-wrappers.h.
Referenced by octave_from_passwd().
char* octave_passwd_wrapper::pw_shell |
Definition at line 48 of file pwd-wrappers.h.
Referenced by octave_from_passwd().
uid_t octave_passwd_wrapper::pw_uid |
Definition at line 44 of file pwd-wrappers.h.
Referenced by octave_from_passwd().