HomeSort by: relevance | last modified time | path
    Searched defs:glob_result (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/inetd/
parse.c 1234 int glob_result; local in function:read_glob_configs
1239 glob_result = glob(full_pattern, GLOB_NOSORT, glob_error, &results);
1240 switch(glob_result) {
parse.c 1234 int glob_result; local in function:read_glob_configs
1239 glob_result = glob(full_pattern, GLOB_NOSORT, glob_error, &results);
1240 switch(glob_result) {
parse.c 1234 int glob_result; local in function:read_glob_configs
1239 glob_result = glob(full_pattern, GLOB_NOSORT, glob_error, &results);
1240 switch(glob_result) {

Completed in 34 milliseconds