GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
getpwent.cc File Reference
#include <string>
#include <sys/types.h>
#include "oct-passwd.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "oct-map.h"
#include "ov.h"
#include "ovl.h"
#include "utils.h"
Include dependency graph for getpwent.cc:

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list Fgetpwent (const octave_value_list &args, int) opening it if necessary. Once the end of the data has been reached
 
static octave_value mk_pw_map (const octave::sys::password &pw)
 

Function Documentation

◆ Fgetpwent()

OCTAVE_EXPORT octave_value_list Fgetpwent ( const octave_value_list args,
int   
)

◆ mk_pw_map()