Home
last modified time | relevance | path

Searched refs:path_p (Results 1 – 7 of 7) sorted by relevance

/netbsd/libexec/ld.elf_so/
H A Dpaths.c181 return path_p; in _rtld_append_path()
184 return path_p; in _rtld_append_path()
189 path->sp_next = (*path_p); in _rtld_append_path()
190 (*path_p) = path; in _rtld_append_path()
191 path_p = &path->sp_next; in _rtld_append_path()
194 return path_p; in _rtld_append_path()
210 path_p = &(*path_p)->sp_next; in _rtld_add_paths()
220 path_p = _rtld_append_path(head_p, path_p, execname, bp, ep); in _rtld_add_paths()
378 while ((*path_p) != NULL) in _rtld_process_hints()
379 path_p = &(*path_p)->sp_next; in _rtld_process_hints()
[all …]
/netbsd/lib/libc/posix1e/
H A Dacl_delete.c49 acl_delete_def_file(const char *path_p) in acl_delete_def_file() argument
52 return (__acl_delete_file(path_p, ACL_TYPE_DEFAULT)); in acl_delete_def_file()
56 acl_delete_def_link_np(const char *path_p) in acl_delete_def_link_np() argument
59 return (__acl_delete_link(path_p, ACL_TYPE_DEFAULT)); in acl_delete_def_link_np()
63 acl_delete_file_np(const char *path_p, acl_type_t type) in acl_delete_file_np() argument
67 return (__acl_delete_file(path_p, type)); in acl_delete_file_np()
71 acl_delete_link_np(const char *path_p, acl_type_t type) in acl_delete_link_np() argument
75 return (__acl_delete_link(path_p, type)); in acl_delete_link_np()
H A Dacl_set.c59 acl_set_file(const char *path_p, acl_type_t type, acl_t acl) in acl_set_file() argument
62 if (acl == NULL || path_p == NULL) { in acl_set_file()
76 return (__acl_set_file(path_p, type, &acl->ats_acl)); in acl_set_file()
80 acl_set_link_np(const char *path_p, acl_type_t type, acl_t acl) in acl_set_link_np() argument
83 if (acl == NULL || path_p == NULL) { in acl_set_link_np()
97 return (__acl_set_link(path_p, type, &acl->ats_acl)); in acl_set_link_np()
H A Dacl_get.c63 acl_get_file(const char *path_p, acl_type_t type) in acl_get_file() argument
73 error = __acl_get_file(path_p, type, &aclp->ats_acl); in acl_get_file()
86 acl_get_link_np(const char *path_p, acl_type_t type) in acl_get_link_np() argument
96 error = __acl_get_link(path_p, type, &aclp->ats_acl); in acl_get_link_np()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dsel-sched.c6403 code_motion_path_driver_cleanup (av_set_t *orig_ops_p, ilist_t *path_p) in code_motion_path_driver_cleanup() argument
6405 ilist_remove (path_p); in code_motion_path_driver_cleanup()
H A Dsel-sched.cc6403 code_motion_path_driver_cleanup (av_set_t *orig_ops_p, ilist_t *path_p) in code_motion_path_driver_cleanup() argument
6405 ilist_remove (path_p); in code_motion_path_driver_cleanup()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dsel-sched.c6403 code_motion_path_driver_cleanup (av_set_t *orig_ops_p, ilist_t *path_p) in code_motion_path_driver_cleanup() argument
6405 ilist_remove (path_p); in code_motion_path_driver_cleanup()