Searched refs:map_file (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/sendmail/src/
H A Dalias.c401 map->map_class->map_cname, map->map_file);
454 if (stat(map->map_file, &stb) < 0)
463 map->map_file, ext == NULL ? "" : ext) >= sizeof(buf))
468 map->map_file, ext == NULL ? "" : ext);
470 map->map_file, ext == NULL ? "" : ext);
523 if ((af = safefopen(map->map_file, O_RDWR, 0, sff)) == NULL)
528 (af = safefopen(map->map_file, O_RDONLY, 0, sff)) == NULL)
534 map->map_file, sm_errstring(saveerr));
537 map->map_file, sm_errstring(saveerr));
546 map->map_file, sm_errstrin
[all...]
H A Dmap.c293 map->map_file = p;
298 map->map_file = newstr(map->map_file);
306 if (map->map_file == NULL &&
500 map->map_file == NULL ? "NULL" : map->map_file);
565 map->map_file == NULL ? "NULL" :
566 map->map_file);
578 map->map_file == NULL ? "NULL" :
579 map->map_file,
[all...]
H A Dudb.c868 val = udbmatch(key, map->map_file, NULL);
H A Dsendmail.h1382 char *map_file; /* the (nominal) filename */ variable
H A Dreadcf.c4821 s->s_map.map_mflags, s->s_map.map_file);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c248 static int map_file() { function
383 if (map_file() == -1) {

Completed in 200 milliseconds