Searched refs:map_file (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | alias.c | 416 map->map_class->map_cname, map->map_file, 471 if (stat(map->map_file, &stb) < 0) 480 map->map_file, ext == NULL ? "" : ext) >= sizeof(buf)) 485 map->map_file, ext == NULL ? "" : ext); 487 map->map_file, ext == NULL ? "" : ext); 537 if ((af = safefopen(map->map_file, O_RDWR, 0, sff)) == NULL) 542 (af = safefopen(map->map_file, O_RDONLY, 0, sff)) == NULL) 548 map->map_file, sm_errstring(saveerr)); 551 map->map_file, sm_errstring(saveerr)); 560 map->map_file, sm_errstring(errno)); [all …]
|
H A D | map.c | 465 map->map_file = p; 470 map->map_file = newstr(map->map_file); 478 if (map->map_file == NULL && 732 map->map_file == NULL ? "NULL" : map->map_file); 797 map->map_file == NULL ? "NULL" : 798 map->map_file); 810 map->map_file == NULL ? "NULL" : 811 map->map_file, 902 map->map_file == NULL ? "NULL" : map->map_file); 1321 map->map_file = newstr(p); [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/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/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/contrib/llvm-project/lld/COFF/ |
H A D | Options.td | 315 def map_file : P_priv<"map">;
|