Home
last modified time | relevance | path

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

/glibc-2.36/scripts/
Dgen-sorted.awk20 thisdir = "";
30 type == "Subdirs" && NF == 1 { thisdir = $1 }
33 thisdir = $2;
36 to[dnt] = thisdir;
45 type == "Subdirs" && thisdir {
46 all[cnt++] = thisdir;
48 this_srcdir = srcpfx thisdir
/glibc-2.36/sysdeps/mach/hurd/
Dgetcwd.c40 __hurd_canonicalize_directory_name_internal (file_t thisdir, in __hurd_canonicalize_directory_name_internal() argument
56 if (parent != thisdir) in __hurd_canonicalize_directory_name_internal()
101 if (err = __io_identity (thisdir, &thisid, &thisdevid, &thisino)) in __hurd_canonicalize_directory_name_internal()
107 parent = thisdir; in __hurd_canonicalize_directory_name_internal()
128 if (parent != thisdir) in __hurd_canonicalize_directory_name_internal()
283 __canonicalize_directory_name_internal (const char *thisdir, char *buf, in strong_alias()
287 file_t port = __file_name_lookup (thisdir, 0, 0); in strong_alias()
Dgetcwd.h24 __hurd_canonicalize_directory_name_internal (file_t thisdir,
/glibc-2.36/sysdeps/unix/
Dmake-syscalls.sh41 thisdir=$1; shift
49 test $dir = $thisdir && break; echo $dir; done`
54 /^[ ]*$/d' $thisdir/syscalls.list`