Home
last modified time | relevance | path

Searched refs:unmake (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/util/
H A Dmakemap.c85 bool unmake = false; local
202 unmake = true;
302 if (unmake)
341 if (!unmake && geteuid() == 0 && TrustedUid != 0)
357 if (unmake)
/illumos-gate/usr/src/cmd/ypcmd/
H A Dmakedbm.c71 static void unmake();
198 unmake(argv[1]);
571 unmake(file) in unmake() function