Searched refs:mno (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/aux/ |
H A D | mailstats.c | 53 int mno; variable 131 mno = 0; 132 (void) sm_strlcpy(mtable[mno++], "prog", MNAMELEN + 1); 133 (void) sm_strlcpy(mtable[mno++], "*file*", MNAMELEN + 1); 134 (void) sm_strlcpy(mtable[mno++], "*include*", MNAMELEN + 1); 190 if (mno >= MAXMAILERS) 197 m = mtable[mno]; 203 for (i = 0; i < mno; i++) 205 if (strcmp(mtable[i], mtable[mno]) == 0) 208 if (i == mno) [all …]
|
/titanic_44/usr/src/tools/lintdump/ |
H A D | lnstuff.h | 72 unsigned short ver, mno; member
|
H A D | lintdump.c | 165 infohdr("LINTMOD", "%hu: %lu+%lu+%lu+%lu = %lu bytes\n", hp->mno, in print_lintmod()
|
/titanic_44/usr/src/ |
H A D | Makefile.master | 359 NO_SIMD= -_gcc=-mno-mmx -_gcc=-mno-sse
|