Home
last modified time | relevance | path

Searched refs:NAME_MAX (Results 1 – 5 of 5) sorted by relevance

/third_party/ulib/musl/src/mman/
A Dshm_open.c19 if (p - name > NAME_MAX) { in __shm_mapname()
29 char buf[NAME_MAX + 10]; in shm_open()
36 char buf[NAME_MAX + 10]; in shm_unlink()
/third_party/ulib/musl/src/process/
A Dexecvp.c22 k = strnlen(file, NAME_MAX + 1); in __execvpe()
23 if (k > NAME_MAX) { in __execvpe()
/third_party/ulib/musl/src/conf/
A Dfpathconf.c9 [_PC_NAME_MAX] = NAME_MAX, in fpathconf()
/third_party/ulib/musl/include/
A Dlimits.h46 #define NAME_MAX 255 macro
/third_party/ulib/musl/src/time/
A D__tz.c129 char buf[NAME_MAX + 25], *pathname = buf + 24; in do_tzset()
175 if (l <= NAME_MAX && !strchr(s, '.')) { in do_tzset()

Completed in 7 milliseconds