Searched refs:map_file (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/sendmail/src/ |
| H A D | alias.c | 471 if (stat(map->map_file, &stb) < 0) 487 map->map_file, ext == NULL ? "" : ext); 548 map->map_file, sm_errstring(saveerr)); 560 map->map_file, sm_errstring(errno)); 570 map->map_file); 575 map->map_file, NULL, LOCK_EX); 594 map->map_file, username()); 605 map->map_file, sm_errstring(errno)); 607 map->map_file); 623 sl, map->map_file); [all …]
|
| H A D | map.c | 465 map->map_file = p; 470 map->map_file = newstr(map->map_file); 732 map->map_file == NULL ? "NULL" : map->map_file); 798 map->map_file); 811 map->map_file, 902 map->map_file == NULL ? "NULL" : map->map_file); 1493 if (map->map_file != NULL && *map->map_file != '\0') 1799 map->map_file); 1881 map->map_file); 1911 mapchown(map->map_file, dfd, pfd, map->map_file); [all …]
|
| H A D | udb.c | 870 val = udbmatch(key, map->map_file, NULL);
|
| H A D | sendmail.h | 1491 char *map_file; /* the (nominal) filename */ variable
|
| H A D | main.c | 4393 q, dynmap->map_file);
|
| H A D | readcf.c | 5124 s->s_map.map_mflags, s->s_map.map_file);
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | clone_mmap_write.c | 83 map_file(int fd, long long size) in map_file() function 120 p = map_file(dfd, sb.st_size); in main()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | GCDAProfiling.c | 221 static int map_file(void) { in map_file() function 346 if (map_file() == -1) { in llvm_gcda_start_file()
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | Options.td | 314 def map_file : P_priv<"map">;
|