OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pathspec
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/installboot/
evboards.c
473
const char *
pathspec
;
local in function:evb_uboot_pkg_paths
477
pathspec
= params->uboot_paths;
478
assert(
pathspec
!= NULL);
480
if (strlen(
pathspec
) == 0)
484
for (cp = __UNCONST(
pathspec
), count = 0;;) {
493
strlen(
pathspec
) + 1);
508
strcpy(startcp,
pathspec
);
/src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh
5659
char *chase_symlinks (const char *
pathspec
);
6107
chase_symlinks (const char *
pathspec
)
6110
return xstrdup (
pathspec
);
6114
char *tmp_pathspec = xstrdup (
pathspec
);
6152
return xstrdup (
pathspec
);
6155
tmp_pathspec = realpath (
pathspec
, buf);
6159
"could not follow symlinks for %s",
pathspec
);
/src/sys/external/isc/libsodium/dist/
ltmain.sh
4286
char *chase_symlinks (const char *
pathspec
);
4729
chase_symlinks (const char *
pathspec
)
4732
return xstrdup (
pathspec
);
4736
char *tmp_pathspec = xstrdup (
pathspec
);
4774
return xstrdup (
pathspec
);
4777
tmp_pathspec = realpath (
pathspec
, buf);
4781
"could not follow symlinks for %s",
pathspec
);
Completed in 27 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025