Searched refs:fileargs_realpath (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libcasper/services/cap_fileargs/ |
H A D | cap_fileargs.h | 57 char *fileargs_realpath(fileargs_t *fa, const char *pathname, 121 #define fileargs_realpath(fa, pathname, reserved_path) \
|
H A D | Makefile | 36 MLINKS+=cap_fileargs.3 fileargs_realpath.3
|
H A D | cap_fileargs.c | 412 fileargs_realpath(fileargs_t *fa, const char *pathname, char *reserved_path) in fileargs_realpath() function
|
/freebsd/lib/libcasper/services/cap_fileargs/tests/ |
H A D | fileargs_test.c | 155 if (fileargs_realpath(fa, file, fapath) == NULL) in test_file_realpath_static() 172 fapath = fileargs_realpath(fa, file, NULL); in test_file_realpath_alloc()
|
/freebsd/bin/cat/ |
H A D | cat.c | 450 if (fileargs_realpath(fa, path, rpath) == NULL) in udom_open()
|