Home
last modified time | relevance | path

Searched refs:len (Results 1 – 10 of 10) sorted by relevance

/io/
A Dtst-getcwd.c38 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 Dposix_fallocate64.c24 posix_fallocate64 (int fd, __off64_t offset, __off64_t len) in posix_fallocate64() argument
A Dposix_fallocate.c24 posix_fallocate (int fd, __off_t offset, __off_t len) in posix_fallocate() argument
A Dlockf.c28 lockf (int fd, int cmd, off_t len) in lockf() argument
34 .l_len = len in lockf()
A Dposix_fadvise.c25 posix_fadvise (int fd, __off_t offset, __off_t len, int advise) in posix_fadvise() argument
A Dposix_fadvise64.c25 posix_fadvise64 (int fd, __off64_t offset, __off64_t len, int advise) in posix_fadvise64() argument
A Dreadlink.c25 __readlink (const char *path, char *buf, size_t len) in __readlink() argument
A Dreadlinkat.c26 readlinkat (int fd, const char *path, char *buf, size_t len) in readlinkat() argument
A Dfts.c167 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 Dtst-close_range.c209 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