Searched refs:fileargs_lstat (Results 1 – 4 of 4) sorted by relevance
55 int fileargs_lstat(fileargs_t *fa, const char *name, struct stat *sb);117 #define fileargs_lstat(fa, name, sb) \
34 MLINKS+=cap_fileargs.3 fileargs_lstat.3
365 fileargs_lstat(fileargs_t *fa, const char *name, struct stat *sb) in fileargs_lstat() function
129 if (fileargs_lstat(fa, file, &fasb) < 0) in test_file_lstat()