Searched refs:paths (Results 1 – 2 of 2) sorted by relevance
62 const char *const paths[] = { "/bin/pwd", "/usr/bin/pwd" }; in get_pwd_program() local63 for (size_t i = 0; i < array_length (paths); ++i) in get_pwd_program()64 if (access (paths[i], X_OK) == 0) in get_pwd_program()65 return paths[i]; in get_pwd_program()
994 Include <paths.h> instead.995 * sysdeps/generic/paths.h: Define _PATH_RWHODIR.996 * sysdeps/unix/sysv/linux/paths.h: Likewise.5331 * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.5343 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.7999 is considered next along with information about load paths.8176 * Makerules: Generate libc.so with absolute paths for the used8675 * elf/rtld.c (dl_main): Make sure that the library search paths
Completed in 15 milliseconds