Home
last modified time | relevance | path

Searched refs:dodump (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypmatch.c67 static int dodump = FALSE; variable
101 if (dodump) { in main()
102 maketable(dodump); in main()
149 dodump = TRUE;
180 if (!dodump) {
H A Dypcat.c62 static int dodump = FALSE; variable
112 if (dodump) { in main()
113 maketable(dodump); in main()
165 dodump = TRUE;
195 if (!dodump) {
H A Dypwhich.c76 static int dodump = FALSE; variable
153 if (dodump) { in main()
154 maketable(dodump); in main()
264 dodump = TRUE;
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4macs.c165 dodump(wchar_t **ap, int c) in dodump() function
640 dodump, L"dumpdef",
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c1087 dodump(int satype, FILE *ofile) in dodump() function
3555 dodump(satype, NULL); in parseit()
3564 dodump(satype, opensavefile(argv[0])); in parseit()
3716 dodump(SADB_SATYPE_UNSPEC, savefile); in main()