Searched refs:Suffix (Results 1 - 9 of 9) 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/uts/intel/sys/acpi/
H A Dacapps.h206 char *Suffix);
/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/cmd/lms/heci/
H A DPTHICommand.cpp1201 dnsSuffix.Length = tmp_response->Suffix.Length;
1208 memcpy(dnsSuffix.Buffer, &(tmp_response->Suffix.Buffer), dnsSuffix.Length * sizeof(CHAR));
1230 sizeof(AMT_STATUS) + sizeof(response.Suffix.Length) + response.Suffix.Length * sizeof(CHAR))
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;
/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/make/lib/mksh/
H A Dmisc.cc584 size = sizeof (struct Suffix);
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh116 Suffix to create : $LDAP_SUFFIX
218 and we need to create a Directory Suffix,
3130 [ $DEBUG -eq 1 ] && ${ECHO} "Suffix $LDAP_SUFFIX, Database $IDS_DATABASE"
3222 [ $DEBUG -eq 1 ] && ${ECHO} "Suffix entry object is ${LDAP_SUFFIX_OBJ}"
3280 [ $DEBUG -eq 1 ] && ${ECHO} "Suffix mapping already exists"
3404 ${ECHO} " ${STEP}. Suffix ${LDAP_SUFFIX} successfully created"
3413 # output : LDAP_SUFFIX - Suffix, _ATT, _VAL - id attribute and its value;
3500 ${ECHO} " Validating LDAP Base DN and Suffix ..."
4781 [ $DEBUG -eq 1 ] && ${ECHO} "Base DN and Suffix equivalent"

Completed in 109 milliseconds