HomeSort by: relevance | last modified time | path
    Searched refs:glob_path (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/inetd/
parse.c 1269 include_matched_path(char *glob_path)
1274 if (lstat(glob_path, &sb) != 0) {
1275 ERR("Error calling stat on path '%s': %s", glob_path,
1281 DPRINTCONF("'%s' is not a file.", glob_path);
1282 ERR("The matched path '%s' is not a regular file", glob_path);
1286 DPRINTCONF("Include '%s'", glob_path);
1289 tmp = glob_path;
1290 glob_path = realpath(tmp, NULL);
1294 if (check_no_reinclude(glob_path)) {
1295 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 43 milliseconds