OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glob_path
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/inetd/
parse.c
1300
include_matched_path(char *
glob_path
)
1305
if (lstat(
glob_path
, &sb) != 0) {
1306
ERR("Error calling stat on path '%s': %s",
glob_path
,
1312
DPRINTCONF("'%s' is not a file.",
glob_path
);
1313
ERR("The matched path '%s' is not a regular file",
glob_path
);
1317
DPRINTCONF("Include '%s'",
glob_path
);
1320
tmp =
glob_path
;
1321
glob_path
= realpath(tmp, NULL);
1325
if (check_no_reinclude(
glob_path
)) {
1326
prepare_next_config(
glob_path
);
[
all
...]
/src/bin/ksh/
edit.c
451
static void
glob_path
ARGS((int, const char *, XPtrV *, const char *));
648
glob_path
(flags, pat, &w, path);
650
glob_path
(flags, pat, &w, fpath);
948
glob_path
(flags, pat, wp, xpath)
function
Completed in 15 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026