Searched refs:reserved_path (Results 1 – 2 of 2) sorted by relevance
60 char *reserved_path);123 #define fileargs_realpath(fa, pathname, reserved_path) \124 realpath(pathname, reserved_path)
416 fileargs_realpath(fileargs_t *fa, const char *pathname, char *reserved_path) in fileargs_realpath() argument438 if (reserved_path != NULL) { in fileargs_realpath()439 ret = reserved_path; in fileargs_realpath()440 strcpy(reserved_path, in fileargs_realpath()