GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
pwd-wrappers.h File Reference
#include <sys/types.h>

Go to the source code of this file.

Classes

struct  octave_passwd_wrapper
 

Functions

void octave_endpwent_wrapper (void)
 
void octave_from_passwd (const struct passwd *pw, struct octave_passwd_wrapper *oct_pw)
 
struct passwd * octave_getpwent_wrapper (void)
 
struct passwd * octave_getpwnam_wrapper (const char *nam)
 
struct passwd * octave_getpwuid_wrapper (uid_t uid)
 
void octave_setpwent_wrapper (void)
 

Function Documentation

◆ octave_endpwent_wrapper()

void octave_endpwent_wrapper ( void  )

Definition at line 78 of file pwd-wrappers.c.

Referenced by password::endpwent().

◆ octave_from_passwd()

◆ octave_getpwent_wrapper()

struct passwd* octave_getpwent_wrapper ( void  )

Definition at line 39 of file pwd-wrappers.c.

Referenced by password::getpwent().

◆ octave_getpwnam_wrapper()

struct passwd* octave_getpwnam_wrapper ( const char *  nam)

Definition at line 59 of file pwd-wrappers.c.

Referenced by password::getpwnam().

◆ octave_getpwuid_wrapper()

struct passwd* octave_getpwuid_wrapper ( uid_t  uid)

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

Referenced by password::getpwuid().

◆ octave_setpwent_wrapper()

void octave_setpwent_wrapper ( void  )

Definition at line 70 of file pwd-wrappers.c.

Referenced by password::setpwent().