Home
last modified time | relevance | path

Searched refs:PATH_MAX (Results 1 – 4 of 4) sorted by relevance

/elf/
A Dchroot_canon.c30 #ifndef PATH_MAX
31 #define PATH_MAX 1024 macro
59 rpath = xmalloc (chroot_len + PATH_MAX); in chroot_canon()
61 rpath_limit = rpath + chroot_len + PATH_MAX; in chroot_canon()
103 if (end - start + 1 > PATH_MAX) in chroot_canon()
106 new_size += PATH_MAX; in chroot_canon()
126 char *buf = alloca (PATH_MAX); in chroot_canon()
135 ssize_t n = readlink (rpath, buf, PATH_MAX - 1); in chroot_canon()
145 extra_buf = alloca (PATH_MAX); in chroot_canon()
148 if (len >= PATH_MAX - n) in chroot_canon()
A Ddl-main.h33 #ifdef PATH_MAX
34 # define SECURE_PATH_LIMIT PATH_MAX
A Dsprof.c60 #ifndef PATH_MAX
61 # define PATH_MAX 1024 macro
601 char *origlink = (char *) alloca (PATH_MAX); in load_shobj()
602 ssize_t n = readlink (origprocname, origlink, PATH_MAX - 1); in load_shobj()
A Dldconfig.c809 size_t file_name_len = PATH_MAX; in search_dir()
814 real_file_name_len = PATH_MAX; in search_dir()

Completed in 17 milliseconds