OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pathp
(Results
1 - 9
of
9
) sorted by relevancy
/src/lib/libc/posix1e/
acl_valid.c
85
acl_valid_file_np(const char *
pathp
, acl_type_t type, acl_t acl)
88
if (
pathp
== NULL || acl == NULL) {
96
return (__acl_aclcheck_file(
pathp
, type, &acl->ats_acl));
100
acl_valid_link_np(const char *
pathp
, acl_type_t type, acl_t acl)
103
if (
pathp
== NULL || acl == NULL) {
111
return (__acl_aclcheck_link(
pathp
, type, &acl->ats_acl));
/src/sys/arch/ia64/stand/common/
ls.c
56
static int ls_getdir(char **
pathp
);
141
ls_getdir(char **
pathp
)
152
path = alloc(strlen(*
pathp
) + 2);
153
strcpy(path, *
pathp
);
178
*
pathp
= path;
183
*
pathp
= NULL;
/src/usr.bin/rdist/
expand.c
58
char *
pathp
;
variable
113
path = tpathp =
pathp
= pathbuf;
114
*
pathp
= '\0';
146
path = tpathp =
pathp
= NULL;
231
tpathp =
pathp
= cp - 1;
233
tpathp =
pathp
= path;
236
*
pathp
= '\0';
271
spathp =
pathp
;
287
cp--,
pathp
--;
289
cp++,
pathp
++
[
all
...]
/src/sys/compat/netbsd32/
netbsd32_execve.c
97
char ***
pathp
, char **pathp32)
101
*
pathp
= &fae->fae_path;
105
*
pathp
= &fae->fae_chdir_path;
121
char *pbuf = NULL, **
pathp
= NULL, *pathp32 = NULL;
local
158
if (!netbsd32_posix_spawn_fae_path(fae, f32, &
pathp
, &pathp32)
159
||
pathp
== NULL || pathp32 == NULL)
164
*
pathp
= kmem_alloc(slen, KM_SLEEP);
165
memcpy(*
pathp
, pbuf, slen);
/src/sys/arch/evbarm/stand/boot2440/
devopen.c
72
static void parseunit(const char *name, int *unitp, int *partp, char **
pathp
);
135
parseunit(const char *name, int *unitp, int *partp, char **
pathp
)
150
*
pathp
= (*p == ':') ? (char *)p + 1 : NULL;
/src/sys/arch/sandpoint/stand/altboot/
devopen.c
105
parseunit(const char *name, int *unitp, int *partp, char **
pathp
)
120
*
pathp
= (*p == ':') ? (char *)p + 1 : NULL;
/src/sys/external/bsd/libfdt/dist/
fdt_overlay.c
50
* @
pathp
: pointer which receives the path of the target (or NULL)
61
int fragment, char const **
pathp
)
98
if (
pathp
)
99
*
pathp
= path ? path : NULL;
/src/usr.bin/man/
man.c
750
build_page(const char *fmt, char **
pathp
, struct manstate *mp)
776
for (b = buf, p = *
pathp
; (*b++ = *p++) != '\0';)
822
if ((*
pathp
= strdup(tpath)) == NULL) {
829
if (addentry(mp->intmp, *
pathp
, 0) < 0) {
/src/sys/kern/
kern_exec.c
2458
char **
pathp
= posix_spawn_fae_path(&fa->fae[i]);
local
2459
if (
pathp
)
2460
kmem_strfree(*
pathp
);
2499
char **
pathp
= posix_spawn_fae_path(&fa->fae[i]);
local
2500
if (
pathp
== NULL)
2502
error = copyinstr(*
pathp
, pbuf, MAXPATHLEN, &fal);
2505
*
pathp
= kmem_alloc(fal, KM_SLEEP);
2506
memcpy(*
pathp
, pbuf, fal);
Completed in 24 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026