Searched refs:readlink (Results 51 - 53 of 53) sorted by relevance

123

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.c4099 int len = readlink(PROCSELFEXE_PATH, buf, sizeof(buf) - 1);
4101 /* On Playstation2 Linux V1.0 (kernel 2.2.1) readlink(/proc/self/exe)
4104 many tests from working). readlink is not meant to add a NUL.
4105 Normal readlink works fine.
4112 returning the text "unknown" from the readlink rather than the path
4113 to the executable (or returning an error from the readlink). Any valid
H A Dpp_sys.c3617 len = readlink(tmps, buf, sizeof(buf) - 1);
/osnet-11/usr/src/grub/grub2/
H A Dconfigure30512 for gl_func in chown dup2 dup3 environ euidaccess faccessat fchdir fchownat fsync ftruncate getcwd getdomainname getdtablesize getgroups gethostname getlogin getlogin_r getpagesize getusershell setusershell endusershell lchown link linkat lseek pipe2 pread pwrite readlink readlinkat rmdir sleep symlink symlinkat ttyname_r unlink unlinkat usleep; do
[all...]

Completed in 241 milliseconds

123