Home
last modified time | relevance | path

Searched refs:fileargs_realpath (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/lib/libcasper/services/cap_fileargs/
HDcap_fileargs.h57 char *fileargs_realpath(fileargs_t *fa, const char *pathname,
121 #define fileargs_realpath(fa, pathname, reserved_path) \
HDMakefile37 MLINKS+=cap_fileargs.3 fileargs_realpath.3
HDcap_fileargs.c413 fileargs_realpath(fileargs_t *fa, const char *pathname, char *reserved_path) in fileargs_realpath() function
/freebsd-14-stable/lib/libcasper/services/cap_fileargs/tests/
HDfileargs_test.c156 if (fileargs_realpath(fa, file, fapath) == NULL) in test_file_realpath_static()
173 fapath = fileargs_realpath(fa, file, NULL); in test_file_realpath_alloc()