Searched refs:len (Results 1 – 10 of 10) sorted by relevance
/io/ |
A D | tst-getcwd.c | 38 size_t len, i; in do_test() local 49 len = strlen (thepath); in do_test() 52 while (sbs < len + 1) in do_test() 110 if (getcwd (NULL, len) != NULL) in do_test() 117 bufs[0] = malloc (len); in do_test() 118 bufs[1] = malloc (len); in do_test() 119 bufs[2] = malloc (len); in do_test() 122 if (getcwd (bufs[1], len) != NULL) in do_test() 133 if (getcwd (thepath, len) != NULL) in do_test() 139 for (i = len; i < sizeof thepath; ++i) in do_test() [all …]
|
A D | posix_fallocate64.c | 24 posix_fallocate64 (int fd, __off64_t offset, __off64_t len) in posix_fallocate64() argument
|
A D | posix_fallocate.c | 24 posix_fallocate (int fd, __off_t offset, __off_t len) in posix_fallocate() argument
|
A D | lockf.c | 28 lockf (int fd, int cmd, off_t len) in lockf() argument 34 .l_len = len in lockf()
|
A D | posix_fadvise.c | 25 posix_fadvise (int fd, __off_t offset, __off_t len, int advise) in posix_fadvise() argument
|
A D | posix_fadvise64.c | 25 posix_fadvise64 (int fd, __off64_t offset, __off64_t len, int advise) in posix_fadvise64() argument
|
A D | readlink.c | 25 __readlink (const char *path, char *buf, size_t len) in __readlink() argument
|
A D | readlinkat.c | 26 readlinkat (int fd, const char *path, char *buf, size_t len) in readlinkat() argument
|
A D | fts.c | 167 size_t len = strlen(*argv); in FTS_OPEN() local 168 if (len == 0) { in FTS_OPEN() 236 int len; in fts_load() local 249 len = strlen(++cp); in fts_load() 251 p->fts_namelen = len; in fts_load() 707 len = NAPPEND(cur); in fts_build() 709 cp = sp->fts_path + len; in fts_build() 715 len++; in fts_build() 988 size_t len; in fts_alloc() local 1096 size_t len, max; in fts_maxarglen() local [all …]
|
A D | tst-close_range.c | 209 is_in_array (int *arr, size_t len, int fd) in is_in_array() argument 212 for (int i = 0; i < len; i++) in is_in_array()
|
Completed in 10 milliseconds