Searched refs:f (Results 1 – 3 of 3) sorted by relevance
/io/ |
A D | ftwtest.c | 42 cb (const char *name, const struct stat *st, int flag, struct FTW *f) in cb() argument 44 if (do_exit && strcmp (name + f->base, "file@2")) in cb() 48 f->base, name, name + f->base, flag2name[flag]); in cb() 55 printf (", level = %d\n", f->level); in cb() 57 if (skip_siblings && strcmp (name + f->base, skip_siblings) == 0) in cb() 60 if (skip_subtree && strcmp (name + f->base, skip_subtree) == 0) in cb()
|
A D | test-lfs.c | 93 FILE *f; in test_ftello() local 97 f = fopen64 (name, "w"); in test_ftello() 99 ret = fseeko64 (f, TWO_GB+100, SEEK_SET); in test_ftello() 116 ret = fwrite ("Hello", 1, 5, f); in test_ftello() 132 pos = ftello64 (f); in test_ftello() 140 fclose (f); in test_ftello()
|
A D | Versions | 22 # f* 66 # f*
|
Completed in 4 milliseconds