Searched refs:map_file (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | alias.c | 454 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 D | map.c | 293 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 D | udb.c | 868 val = udbmatch(key, map->map_file, NULL);
|
| H A D | sendmail.h | 1382 char *map_file; /* the (nominal) filename */ variable
|
| H A D | readcf.c | 4821 s->s_map.map_mflags, s->s_map.map_file);
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | GCDAProfiling.c | 221 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 D | Options.td | 269 def map_file : Joined<["/", "-", "/?", "-?"], "map:">;
|