Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libcasper/services/cap_fileargs/
H A Dcap_fileargs.h60 char *reserved_path);
123 #define fileargs_realpath(fa, pathname, reserved_path) \
124 realpath(pathname, reserved_path)
H A Dcap_fileargs.c416 fileargs_realpath(fileargs_t *fa, const char *pathname, char *reserved_path) in fileargs_realpath() argument
438 if (reserved_path != NULL) { in fileargs_realpath()
439 ret = reserved_path; in fileargs_realpath()
440 strcpy(reserved_path, in fileargs_realpath()