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

  /src/usr.sbin/inetd/
parse.c 1233 char *full_pattern; local in function:read_glob_configs
1235 full_pattern = gen_file_pattern(CONFIG, pattern);
1237 DPRINTCONF("Found include directive '%s'", full_pattern);
1239 glob_result = glob(full_pattern, GLOB_NOSORT, glob_error, &results);
1249 DPRINTCONF("No files matched pattern '%s'", full_pattern);
1259 free(full_pattern);
1360 char *full_pattern = malloc(last + 1 + strlen(pattern) + 1); local in function:gen_file_pattern
1361 if (full_pattern == NULL) {
1365 memcpy(full_pattern, cur_config, last);
1366 full_pattern[last] = '/'
    [all...]
parse.c 1233 char *full_pattern; local in function:read_glob_configs
1235 full_pattern = gen_file_pattern(CONFIG, pattern);
1237 DPRINTCONF("Found include directive '%s'", full_pattern);
1239 glob_result = glob(full_pattern, GLOB_NOSORT, glob_error, &results);
1249 DPRINTCONF("No files matched pattern '%s'", full_pattern);
1259 free(full_pattern);
1360 char *full_pattern = malloc(last + 1 + strlen(pattern) + 1); local in function:gen_file_pattern
1361 if (full_pattern == NULL) {
1365 memcpy(full_pattern, cur_config, last);
1366 full_pattern[last] = '/'
    [all...]

Completed in 22 milliseconds