File sys_util.c


Included Files


Global Function sys_util_findGID()

int sys_util_findGID ( const char* group, gid_t* gid )
Prototyped in: sys_util.h
Calls: endgrent(), getgrent(), setgrent(), strcmp()
Called by: configuration_set_attribute() configuration.c
  process_set_attribute() process.c
  shell_command_set_attribute() shell_command.c

Global Function sys_util_findHomeDir()

int sys_util_findHomeDir ( uid_t uid, char* dest, int mxlen )
Prototyped in: sys_util.h
Calls: string_util_strncpy() string_util.c
  endpwent(), getpwent(), setpwent()
Called by: main() autoprocd.c
  process_launch() process.c
  shell_command_execute() shell_command.c

Global Function sys_util_findUID()

int sys_util_findUID ( const char* user, uid_t* uid, gid_t* gid )
Prototyped in: sys_util.h
Calls: endpwent(), getpwent(), setpwent(), strcmp()
Called by: configuration_set_attribute() configuration.c
  main() autoprocd.c
  process_set_attribute() process.c
  shell_command_set_attribute() shell_command.c