Searched refs:reserved_path (Results 1 – 2 of 2) sorted by relevance
58 char *reserved_path);121 #define fileargs_realpath(fa, pathname, reserved_path) \122 realpath(pathname, reserved_path)
412 fileargs_realpath(fileargs_t *fa, const char *pathname, char *reserved_path) in fileargs_realpath() argument434 if (reserved_path != NULL) { in fileargs_realpath()435 ret = reserved_path; in fileargs_realpath()436 strcpy(reserved_path, in fileargs_realpath()