Searched defs:Suffix (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Drules.c46 Suffix(char *myword, char *suffix) function
135 if (!Suffix(string, "ch") ||
136 !Suffix(string, "ex") ||
137 !Suffix(string, "ix") ||
138 !Suffix(string, "sh") ||
139 !Suffix(string, "ss")) {
/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dmain.cc49 char *Suffix = (char *)".AUDCVTMP"; variable
313 i = strlen(realfile) + strlen(Suffix) + 1;
319 (void) sprintf(outfile, "%s%s", realfile, Suffix);
/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c129 static const char Suffix[] = ".dict"; /* suffix on dictionary filename */ variable
184 * (sizeof (Suffix) includes the null).
187 strlen(dictname) + sizeof (Suffix));
210 (void) strcat(fname, Suffix);
/illumos-gate/usr/src/cmd/lms/heci/
H A DPTHICommand.h550 AMT_ANSI_STRING Suffix; member in struct:_CFG_GET_PKI_FQDN_SUFFIX_RESPONSE
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h484 Boolean has_read_suffixes:1; /* Suffix list cached*/
625 struct Suffix { struct
677 struct Suffix suffix;

Completed in 57 milliseconds