[GPF Home Page]

M_system man(3) pages

grouping page description
M_system::INTROM_system Fortran interface to C system interface (LICENSE:PD)
M_system:C_INTERFACEsystem_sleep call C sleep(3c) or usleep(3c) procedure (LICENSE:PD)
M_system:ENVIRONMENTset_environment_variable call setenv(3c) to set environment variable (LICENSE:PD)
M_system:ENVIRONMENTsystem_clearenv clear environment by calling clearenv(3c) (LICENSE:PD)
M_system:ENVIRONMENTsystem_getenv get environment variable from Fortran by calling get_environment_variable(3f) (LICENSE:PD)
M_system:ENVIRONMENTsystem_initenv initialize environment table pointer and size so table can be read by readenv(3f) (LICENSE:PD)
M_system:ENVIRONMENTsystem_putenv set environment variable from Fortran by calling putenv(3c) (LICENSE:PD)
M_system:ENVIRONMENTsystem_readenv step thru and read environment table (LICENSE:PD)
M_system:ENVIRONMENTsystem_unsetenv delete an environment variable by calling unsetenv(3c) (LICENSE:PD)
M_system:ERROR_PROCESSINGsystem_errno C error return value (LICENSE:PD)
M_system:ERROR_PROCESSINGsystem_perror print error message for last C error on stderr (LICENSE:PD)
M_system:FILE_SYSTEMsystem_chown change file owner and group (LICENSE:PD)
M_system:FILE_SYSTEMsystem_link link one file to another file relative to two directory file descriptors (LICENSE:PD)
M_system:FILE_SYSTEMsystem_mkdir call mkdir(3c) to create a new directory (LICENSE:PD)
M_system:FILE_SYSTEMsystem_mkfifo make a FIFO special file relative to directory file descriptor (LICENSE:PD)
M_system:FILE_SYSTEMsystem_realpath call realpath(3c) to resolve a pathname (LICENSE:PD)
M_system:FILE_SYSTEMsystem_rmdir call rmdir(3c) to remove empty directories (LICENSE:PD)
M_system:FILE_SYSTEMsystem_setumask set the file mode creation umask (LICENSE:PD)
M_system:FILE_SYSTEMsystem_unlink remove a directory entry relative to directory file descriptor (LICENSE:PD)
M_system:FILE_SYSTEMsystem_utime set file access and modification times (LICENSE:PD)
M_system:PSEUDORANDOMsystem_rand call pseudo-random number generator rand(3c) (LICENSE:PD)
M_system:PSEUDORANDOMsystem_srand set seed for pseudo-random number generator system_rand(3f) (LICENSE:PD)
M_system:QUERYsystem_getegid get the effective group ID (GID) of current process from Fortran by calling getegid(3c) (LICENSE:PD)
M_system:QUERYsystem_geteuid get effective UID of current process from Fortran by calling geteuid(3c) (LICENSE:PD)
M_system:QUERYsystem_getgid get the real group ID (GID) of current process from Fortran by calling getgid(3c) (LICENSE:PD)
M_system:QUERYsystem_getgrgid get groupd name associated with a GID (LICENSE:PD)
M_system:QUERYsystem_gethostname get name of current host (LICENSE:PD)
M_system:QUERYsystem_getlogin get login name (LICENSE:PD)
M_system:QUERYsystem_getpid get PID (process ID) of current process from Fortran by calling getpid(3c) (LICENSE:PD)
M_system:QUERYsystem_getppid get parent process ID (PPID) of current process from Fortran by calling getppid(3c) (LICENSE:PD)
M_system:QUERYsystem_getpwuid get login name associated with a UID (LICENSE:PD)
M_system:QUERYsystem_getsid get the process group ID of a session leader (LICENSE:PD)
M_system:QUERYsystem_getuid get real UID of current process from Fortran by calling getuid(3c) (LICENSE:PD)
M_system:QUERYsystem_setsid create session and set the process group ID of a session leader (LICENSE:PD)
M_system:QUERY_FILEfileglob Read output of an ls(1) command from Fortran (LICENSE:PD)
M_system:QUERY_FILEsystem_access checks accessibility or existence of a pathname (LICENSE:PD)
M_system:QUERY_FILEsystem_closedir close a directory stream by calling closedir(3c) (LICENSE:PD)
M_system:QUERY_FILEsystem_getcwd call getcwd(3c) to get the pathname of the current working directory (LICENSE:PD)
M_system:QUERY_FILEsystem_getumask get current umask (LICENSE:PD)
M_system:QUERY_FILEsystem_isblk checks if argument is a block device (LICENSE:PD)
M_system:QUERY_FILEsystem_ischr checks if argument is a character device (LICENSE:PD)
M_system:QUERY_FILEsystem_isdir checks if argument is a directory path (LICENSE:PD)
M_system:QUERY_FILEsystem_isfifo checks if argument is a fifo - named pipe (LICENSE:PD)
M_system:QUERY_FILEsystem_islnk checks if argument is a link (LICENSE:PD)
M_system:QUERY_FILEsystem_isreg checks if argument is a regular file (LICENSE:PD)
M_system:QUERY_FILEsystem_issock checks if argument is a socket (LICENSE:PD)
M_system:QUERY_FILEsystem_opendir open directory stream by calling opendir(3c) (LICENSE:PD)
M_system:QUERY_FILEsystem_perm get file type and permission as a string (LICENSE:PD)
M_system:QUERY_FILEsystem_readdir read a directory using readdir(3c) (LICENSE:PD)
M_system:QUERY_FILEsystem_rewinddir call rewinddir(3c) to rewind directory stream (LICENSE:PD)
M_system:QUERY_FILEsystem_stat Get file status information (LICENSE:PD)
M_system:SIGNALSsystem_kill send a signal to a process or a group of processes (LICENSE:PD)
M_system:SIGNALSsystem_signal install a signal handler (LICENSE:PD)
M_system:SYSTEM_COMMANDsystem_system call execute_command_line (LICENSE:PD)
M_systemsystem_cpu_time get processor time by calling times(3c) (LICENSE:PD)
M_systemsystem_dir return filenames in a directory matching specified wildcard string (LICENSE:PD)
M_systemsystem_stat_print print the principal info obtained for a pathname from system_stat(3f) (LICENSE:PD)
M_systemsystem_uname call a C wrapper that calls uname(3c) to get current system information from Fortran (LICENSE:PD)
M_system_FILE_SYSTEMsystem_chdir call chdir(3c) from Fortran to change working directory (LICENSE:PD)
M_system_FILE_SYSTEMsystem_chmod call chmod(3c) to change permission mode of a file relative to directory file descriptor (LICENSE:PD)
M_system_FILE_SYSTEMsystem_remove call remove(3c) to remove file (LICENSE:PD)
M_system_FILE_SYSTEMsystem_rename call rename(3c) to rename a system file (LICENSE:PD)