dpkg 1.21.11
Functions
db-fsys-override.c File Reference

(41bc12bd8)

#include <config.h>
#include <compat.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
#include <string.h>
#include <pwd.h>
#include <grp.h>
#include <fcntl.h>
#include <unistd.h>
#include <stdlib.h>
#include <dpkg/i18n.h>
#include <dpkg/dpkg.h>
#include <dpkg/dpkg-db.h>
#include <dpkg/fdio.h>
#include <dpkg/debug.h>
#include <dpkg/db-fsys.h>
Include dependency graph for db-fsys-override.c:

Functions

uid_t statdb_parse_uid (const char *str)
 
gid_t statdb_parse_gid (const char *str)
 
mode_t statdb_parse_mode (const char *str)
 
void ensure_statoverrides (enum statdb_parse_flags flags)
 

Function Documentation

◆ ensure_statoverrides()

void ensure_statoverrides ( enum statdb_parse_flags  flags)

◆ statdb_parse_gid()

gid_t statdb_parse_gid ( const char *  str)

References _, and ohshit().

Here is the call graph for this function:

◆ statdb_parse_mode()

mode_t statdb_parse_mode ( const char *  str)

References _, and ohshit().

Here is the call graph for this function:

◆ statdb_parse_uid()

uid_t statdb_parse_uid ( const char *  str)

References _, and ohshit().

Here is the call graph for this function: