GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave_passwd_wrapper Struct Reference

#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
 

Detailed Description

Definition at line 40 of file pwd-wrappers.h.

Member Data Documentation

◆ pw_dir

char* octave_passwd_wrapper::pw_dir

Definition at line 47 of file pwd-wrappers.h.

Referenced by octave_from_passwd().

◆ pw_gecos

char* octave_passwd_wrapper::pw_gecos

Definition at line 46 of file pwd-wrappers.h.

Referenced by octave_from_passwd().

◆ pw_gid

gid_t octave_passwd_wrapper::pw_gid

Definition at line 45 of file pwd-wrappers.h.

Referenced by octave_from_passwd().

◆ pw_name

char* octave_passwd_wrapper::pw_name

Definition at line 42 of file pwd-wrappers.h.

Referenced by octave_from_passwd().

◆ pw_passwd

char* octave_passwd_wrapper::pw_passwd

Definition at line 43 of file pwd-wrappers.h.

Referenced by octave_from_passwd().

◆ pw_shell

char* octave_passwd_wrapper::pw_shell

Definition at line 48 of file pwd-wrappers.h.

Referenced by octave_from_passwd().

◆ pw_uid

uid_t octave_passwd_wrapper::pw_uid

Definition at line 44 of file pwd-wrappers.h.

Referenced by octave_from_passwd().


The documentation for this struct was generated from the following file: