PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
const char * | get_user_name (char **errstr) |
const char * | get_user_name_or_exit (const char *progname) |
const char* get_user_name | ( | char ** | errstr | ) |
Definition at line 31 of file username.c.
References _, len, psprintf(), strerror, and username.
Referenced by get_user_info(), and get_user_name_or_exit().
const char* get_user_name_or_exit | ( | const char * | progname | ) |
Definition at line 74 of file username.c.
References exit(), fprintf, get_user_name(), and progname.