Home
last modified time | relevance | path

Searched refs:reserved_path (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libcasper/services/cap_fileargs/
H A Dcap_fileargs.h58 char *reserved_path);
121 #define fileargs_realpath(fa, pathname, reserved_path) \
122 realpath(pathname, reserved_path)
H A Dcap_fileargs.c412 fileargs_realpath(fileargs_t *fa, const char *pathname, char *reserved_path) in fileargs_realpath() argument
434 if (reserved_path != NULL) { in fileargs_realpath()
435 ret = reserved_path; in fileargs_realpath()
436 strcpy(reserved_path, in fileargs_realpath()