Searched refs:fileargs_realpath (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/lib/libcasper/services/cap_fileargs/ |
| HD | cap_fileargs.h | 57 char *fileargs_realpath(fileargs_t *fa, const char *pathname, 121 #define fileargs_realpath(fa, pathname, reserved_path) \
|
| HD | Makefile | 37 MLINKS+=cap_fileargs.3 fileargs_realpath.3
|
| HD | cap_fileargs.c | 413 fileargs_realpath(fileargs_t *fa, const char *pathname, char *reserved_path) in fileargs_realpath() function
|
| /freebsd-14-stable/lib/libcasper/services/cap_fileargs/tests/ |
| HD | fileargs_test.c | 156 if (fileargs_realpath(fa, file, fapath) == NULL) in test_file_realpath_static() 173 fapath = fileargs_realpath(fa, file, NULL); in test_file_realpath_alloc()
|