Home
last modified time | relevance | path

Searched refs:dirs (Results 1 – 25 of 37) sorted by relevance

12

/glibc-2.36/elf/
Ddl-load.c610 sps->dirs = (void *) -1; in decompose_rpath()
624 sps->dirs = (struct r_search_path_elem **) -1; in decompose_rpath()
664 sps->dirs = (struct r_search_path_elem **) -1; in decompose_rpath()
668 sps->dirs = result; in decompose_rpath()
682 if (sp->dirs == (void *) -1) in cache_rpath()
685 if (sp->dirs != NULL) in cache_rpath()
691 sp->dirs = (void *) -1; in cache_rpath()
725 aelem = __rtld_search_dirs.dirs = (struct r_search_path_elem **) in _dl_init_paths()
727 if (__rtld_search_dirs.dirs == NULL) in _dl_init_paths()
738 __rtld_search_dirs.dirs[0] in _dl_init_paths()
[all …]
Ddl-usage.c84 if (__rtld_search_dirs.dirs == NULL) in print_search_path_for_help()
95 print_search_path_for_help_1 (map->l_rpath_dirs.dirs); in print_search_path_for_help()
97 print_search_path_for_help_1 (__rtld_env_path_list.dirs); in print_search_path_for_help()
100 print_search_path_for_help_1 (map->l_runpath_dirs.dirs); in print_search_path_for_help()
104 print_search_path_for_help_1 (__rtld_search_dirs.dirs); in print_search_path_for_help()
Ddl-close.c724 if (imap->l_rpath_dirs.dirs != (void *) -1) in _dl_close_worker()
725 free (imap->l_rpath_dirs.dirs); in _dl_close_worker()
726 if (imap->l_runpath_dirs.dirs != (void *) -1) in _dl_close_worker()
727 free (imap->l_runpath_dirs.dirs); in _dl_close_worker()
/glibc-2.36/posix/
Dglob.c313 glob_t dirs; in __glob() local
519 dirs.gl_pathv = NULL; in __glob()
606 dirs.gl_pathv = NULL; in __glob()
991 dirs.gl_opendir = pglob->gl_opendir; in __glob()
992 dirs.gl_readdir = pglob->gl_readdir; in __glob()
993 dirs.gl_closedir = pglob->gl_closedir; in __glob()
994 dirs.gl_stat = pglob->gl_stat; in __glob()
995 dirs.gl_lstat = pglob->gl_lstat; in __glob()
1001 errfunc, &dirs); in __glob()
1015 for (i = 0; i < dirs.gl_pathc; ++i) in __glob()
[all …]
Dtst-regex.input1405 * Makeconfig ($(common-objpfx)sysd-dirs): Write out definition of
1406 sysd-dirs-done.
3459 * Makeconfig (rpath-dirs): New variable.
3463 * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
3477 ($(objpfx)trusted-dirs.h): Use stamp file. Cleanup command.
4175 * localedata/Makefile (generated-dirs): Add ld-test-names to list.
4178 (generated-dirs): Add rpcsvc.
4312 * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
4313 $(objpfx)sysd-dirs): Move them...
6523 * elf/Makefile (trusted-dirs.h): Append slash to filename.
[all …]
/glibc-2.36/io/
Dtst-fts.c156 static int dirs = 0; variable
187 dirs++; in do_test()
223 if (dirs != 3) in do_test()
225 printf ("FAIL: Unexpected number of dirs: %d\n", dirs); in do_test()
/glibc-2.36/sysdeps/htl/
DMakeconfig16 rpath-dirs += htl
/glibc-2.36/sysdeps/nptl/
DMakeconfig31 rpath-dirs += nptl
/glibc-2.36/scripts/
Dmove-symbol-to-libc.py162 for directory, dirs, files in os.walk(sysdeps):
/glibc-2.36/include/
Dlink.h78 struct r_search_path_elem **dirs; member
/glibc-2.36/sysdeps/unix/sysv/linux/
Dglibcsyscalls.py190 for root, dirs, files in os.walk(sysdeps):
/glibc-2.36/ChangeLog.old/
DChangeLog.1875 * MakeTAGS (all-dirs): Include $(source_dirs).
1030 * sysdeps/m68k/fpu/switch/Makefile: Refer to dirs fpu and
1071 sysdep dirs.
1094 hacks for os flavors) for sysdep dirs to try.
1519 Implied dirs come before parents, and we want unix/i386 before
1878 * Makefile: Denewlinify +sysdep-subdirs after including sysd-dirs.
2351 * Makefile (+other-dirs): Removed inet.
2366 * Makefile (sysdep-subdirs): Renamed to sysd-dirs.
DChangeLog.21049 (distclean): Also remove sysd-Makefile and sysd-dirs in $(objpfx).
1513 * Makerules (+install-dirs): Variable removed.
1514 (install): Don't depend on $(+install-dirs).
2100 (sysd-dirs): Depend on config.make instead of config.make.
2111 from sysdep dirs.
2547 * Makefile (clean): Remove sysd-Makefile, sysd-dirs, sysdirs
3626 * Makerules (+install-dirs): Sort them.
3724 * Makerules (install): Dep $(+install-dirs), not $(dir $(+install)).
3725 (+install-dirs): Define to get two levels of dirs.
DChangeLog.4916 (all-dirs): Include that value.
1007 * sysdeps/unix/configure: Handle dirs other than common. Check
1136 * Makefile ($(objpfx)sysd-dirs): Use sed to remove # comments from
1605 fpu/ dirs that exist.
1727 * Makefile (%/configure, sysd-dirs, munch-init.c): Pass -f to mv.
DChangeLog.616 * Make-dist: Don't mention new-malloc for dirs with have to be
371 * elf/Makefile ($(objpfx)trusted-dirs.h): Create elf/ subdir in
447 * resolv/Makefile: Correct spelling: subdirs-dirs -> subdir-dirs.
489 * elf/Makefile (before-compile): New variable. Mention trusted-dirs.h.
490 (trusted-dirs.h): Construct file from $(default-rpath) and
491 $(user-defined-trusted-dirs) variables.
494 is a pointer to the list of directories from the trusted-dirs.h
496 (open_path): Accept additional argument with list of trusted dirs.
497 When running setuid and a list of trusted dirs is given only use
631 (generated-dirs): New variable.
[all …]
DChangeLog.5733 * Make-dist (sysdep_dirs): Skip CVS dirs.
924 * Make-dist [subdirs-dirs]: Don't prefix $(subdir-dirs) with
945 * Make-dist [subdir-dirs]: Set vpath for %, not just %.c.
947 * locale/Makefile (subdir-dirs): New variable.
976 * Make-dist [subdir-dirs]: Set a vpath for %.c.
2459 dirs AC_CACHE_CHECK.
4886 * Makefile: Use -include for sysd-dirs.
4913 * db/Makefile (subdir-dirs): Renamed from dbdirs.
4915 * Makerules (distinfo-vars): Add subdir-dirs.
4918 (all-dirs): Prepend $(subdir-dirs).
[all …]
DChangeLog.81405 * Makeconfig ($(common-objpfx)sysd-dirs): Write out definition of
1406 sysd-dirs-done.
3459 * Makeconfig (rpath-dirs): New variable.
3463 * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
3477 ($(objpfx)trusted-dirs.h): Use stamp file. Cleanup command.
4175 * localedata/Makefile (generated-dirs): Add ld-test-names to list.
4178 (generated-dirs): Add rpcsvc.
4312 * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
4313 $(objpfx)sysd-dirs): Move them...
6523 * elf/Makefile (trusted-dirs.h): Append slash to filename.
[all …]
DChangeLog.31381 * configure.in (names): Check existence of implied dirs and warn
1522 common-clean, and remove sysdirs sysd-dirs sysd-Makefile.
DChangeLog.10906 * localedata/Makefile (generated-dirs): Add de_DE.437.
1857 * Makeconfig (rpath-dirs): Remove db2.
3597 * Makeconfig: Include sys-dirs and sys-sorted earlier.
7506 * Make-dist (generic-dirs): New variable.
8957 (rpath-dirs): Add dlfcn.
10936 Add dl-dst.h and gen-trusted-dirs.awk.
11208 * elf/Makefile (trusted-dirs.st): Use gen-trusted-dirs.awk.
11209 * elf/gen-trusted-dirs.awk: New file.
12694 * Makeconfig: Always include sys-dirs, but disable rule to
DChangeLog.1516 --output/-o to set them. Under --nostdlib, skip GCONV_PATH dirs.
1047 * Makeconfig (link-libc, rpath-dirs): Remove AIX cruft definitions.
4105 files in $(add_ons) dirs.
4324 (dist-do-separate-dirs): New canned sequence to do that.
DChangeLog.localedata4808 * Makefile (generated, generated-dirs): Use += rather than =.
11096 * Makefile (generated-dirs): LOCALES are also generated.
11097 (generated-dirs): Remove obsolete entry.
11456 (subdir-dirs): New for tests-mbwc, add also vpaths.
11839 * Makefile (generated-dirs): Add de_DE.437.
/glibc-2.36/
DMakeconfig59 # Complete path to sysdep dirs.
595 rpath-dirs = math elf dlfcn nss nis rt resolv mathvec support
597 $(common-objdir):$(subst $(empty) ,:,$(patsubst ../$(subdir),.,$(rpath-dirs:%=$(common-objpfx)%)))
1327 rpath-dirs += crypt
Dconfigure.ac790 AC_MSG_CHECKING(sysdep dirs)
DMakerules1462 -rm -fr $(addprefix $(objpfx),$(generated-dirs))
/glibc-2.36/manual/
Dconf.texi276 @c Some parts of the implementation open /proc and /sys files and dirs

12