Home
last modified time | relevance | path

Searched refs:map_file (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/sendmail/src/
H A Dalias.c454 if (stat(map->map_file, &stb) < 0)
470 map->map_file, ext == NULL ? "" : ext);
534 map->map_file, sm_errstring(saveerr));
537 map->map_file, sm_errstring(saveerr));
546 map->map_file, sm_errstring(errno));
556 map->map_file);
561 map->map_file, NULL, LOCK_EX);
580 map->map_file, automatic ? "auto" : "",
592 map->map_file, sm_errstring(errno));
595 map->map_file);
[all …]
H A Dmap.c293 map->map_file = p;
298 map->map_file = newstr(map->map_file);
500 map->map_file == NULL ? "NULL" : map->map_file);
566 map->map_file);
579 map->map_file,
670 map->map_file == NULL ? "NULL" : map->map_file);
1261 if (map->map_file != NULL && *map->map_file != '\0')
1568 map->map_file);
1579 map->map_file);
1650 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.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c221 static int map_file() { in map_file() function
351 if (map_file() == -1) { in llvm_gcda_start_file()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DOptions.td269 def map_file : Joined<["/", "-", "/?", "-?"], "map:">;