Searched refs:makemap (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/sendmail/makemap/
H A DMakefile.m411 bldPRODUCT_START(`executable', `makemap')
12 define(`bldSOURCES', `makemap.c ')
20 bldPRODUCT_START(`manpage', `makemap')
21 define(`bldSOURCES', `makemap.8')
/freebsd-13-stable/usr.sbin/makemap/
H A DMakefile5 .PATH: ${SENDMAIL_DIR}/makemap
7 PROG= makemap
8 SRCS= makemap.c
9 MAN= makemap.8
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_minherit.c50 makemap(int v, int f) { function
71 void *map1 = makemap(1, MAP_INHERIT_COPY);
72 void *map2 = makemap(1, MAP_INHERIT_COPY);
97 void *map1 = makemap(1, MAP_INHERIT_SHARE);
98 void *map2 = makemap(1, MAP_INHERIT_SHARE);
130 void *map1 = makemap(0, MAP_INHERIT_NONE);
157 void *map1 = makemap(1, MAP_INHERIT_ZERO);
158 void *map2 = makemap(0, MAP_INHERIT_SHARE);
185 (void)makemap(0, 666);
/freebsd-13-stable/contrib/sendmail/
H A DMakefile5 mailstats makemap praliases rmail smrsh vacation
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dbuildvirtuser57 database. The text file can then be used with makemap.
99 my $makemap = "/usr/sbin/makemap";
195 open(MAKEMAP, "|$makemap $dbtype $newvirt") || die "Could not start makemap: $!\n";
202 close(MAKEMAP) || die "Could not close makemap ($?): $!\n";
/freebsd-13-stable/etc/mail/
H A DMakefile110 MAKEMAP?= /usr/sbin/makemap
125 # type to use when calling makemap.
139 # The makemap command is used to generate a hashed map from the textfile.
173 # and can be rebuild without the help of makemap.
/freebsd-13-stable/usr.sbin/
H A DMakefile197 SUBDIR.${MK_SENDMAIL}+= makemap
/freebsd-13-stable/usr.sbin/crunch/examples/
H A Dreally-big.conf86 progs mailstats makemap praliases sendmail
/freebsd-13-stable/targets/pseudo/userland/
H A DMakefile.depend606 usr.sbin/makemap \

Completed in 91 milliseconds