Lines Matching defs:pathname
939 * pathname is under the control of the caller of execve.
941 * since the library's pathname came from a trusted source
966 * pathname containing at least one '/' character, but in the
1078 const char *pathname;
1128 pathname = name;
1191 pathname = buf;
1195 if (pathname[0] != '/') {
1196 if (!realpath(pathname, fullpath)) {
1200 pathname = fullpath;
1210 if (!strcmp(p->name, pathname)) {
1215 * pathname but a search found the same inode,
1217 if (!p->shortname && pathname != name)
1228 * same process when an absolute pathname was used. The symbols
1247 alloc_size = sizeof *p + strlen(pathname) + 1;
1268 strcpy(p->name, pathname);
1269 /* Add a shortname only if name arg was not an explicit pathname. */
1270 if (pathname != name) p->shortname = strrchr(p->name, '/')+1;
1298 if (ldd_mode) dprintf(1, "\t%s => %s (%p)\n", name, pathname, p->base);
1949 "Usage: %s [options] [--] pathname%s\n",