Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sendmail/src/
H A Dalias.c471 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 Dmap.c465 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 Dudb.c870 val = udbmatch(key, map->map_file, NULL);
H A Dsendmail.h1491 char *map_file; /* the (nominal) filename */ variable
H A Dmain.c4393 q, dynmap->map_file);
H A Dreadcf.c5124 s->s_map.map_mflags, s->s_map.map_file);
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dclone_mmap_write.c83 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 DGCDAProfiling.c221 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 DOptions.td314 def map_file : P_priv<"map">;