Home
last modified time | relevance | path

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

/freebsd/lib/libcasper/services/cap_fileargs/
H A Dcap_fileargs.h57 char *fileargs_realpath(fileargs_t *fa, const char *pathname,
121 #define fileargs_realpath(fa, pathname, reserved_path) \
H A DMakefile36 MLINKS+=cap_fileargs.3 fileargs_realpath.3
H A Dcap_fileargs.c412 fileargs_realpath(fileargs_t *fa, const char *pathname, char *reserved_path) in fileargs_realpath() function
/freebsd/lib/libcasper/services/cap_fileargs/tests/
H A Dfileargs_test.c155 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 Dcat.c450 if (fileargs_realpath(fa, path, rpath) == NULL) in udom_open()