Searched refs:fileargs_fopen (Results 1 – 9 of 9) sorted by relevance
/freebsd/lib/libcasper/services/cap_fileargs/ |
H A D | cap_fileargs.h | 60 FILE *fileargs_fopen(fileargs_t *fa, const char *name, const char *mode); 125 FILE *fileargs_fopen(fileargs_t *fa, const char *name, const char *mode)
|
H A D | Makefile | 30 MLINKS+=cap_fileargs.3 fileargs_fopen.3
|
H A D | cap_fileargs.c | 353 fileargs_fopen(fileargs_t *fa, const char *name, const char *mode) in fileargs_fopen() function
|
/freebsd/usr.bin/tail/ |
H A D | tail.c | 210 filep->fp = fileargs_fopen(fa, filep->file_name, "r"); in main() 225 if ((fp = fileargs_fopen(fa, fn, "r")) == NULL || in main()
|
H A D | forward.c | 347 fileargs_fopen(fa, file->file_name, in follow() 361 ftmp = fileargs_fopen(fa, file->file_name, "r"); in follow()
|
/freebsd/usr.bin/head/ |
H A D | head.c | 131 if ((fp = fileargs_fopen(fa, *argv, "r")) == NULL) { in main()
|
/freebsd/contrib/elftoolchain/strings/ |
H A D | strings.c | 231 pfile = fileargs_fopen(fa, name, "rb"); in handle_file()
|
/freebsd/sbin/md5/ |
H A D | md5.c | 629 f = fileargs_fopen(fa, filename, filemode); in main()
|
/freebsd/lib/libcasper/services/cap_fileargs/tests/ |
H A D | fileargs_test.c | 112 pfile = fileargs_fopen(fa, file, mode); in test_file_fopen()
|