Searched refs:Suffix (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/pam_modules/authtok_check/ |
H A D | rules.c | 46 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")) {
|
/osnet-11/usr/src/lib/libldap4/include/ |
H A D | fe.h | 333 extern char *fe_split(char *inputData, char *Separator, char *Prefix, char *Suffix, int way );
|
/osnet-11/usr/src/lib/fm/libdiagcode/common/ |
H A D | diagcode.c | 129 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);
|
/osnet-11/usr/src/cmd/ldap/ns_ldap/ |
H A D | idsconfig.sh | 117 Suffix to create : $LDAP_SUFFIX 219 and we need to create a Directory Suffix, 3153 [ $DEBUG -eq 1 ] && ${ECHO} "Suffix $LDAP_SUFFIX, Database $IDS_DATABASE" 3245 [ $DEBUG -eq 1 ] && ${ECHO} "Suffix entry object is ${LDAP_SUFFIX_OBJ}" 3303 [ $DEBUG -eq 1 ] && ${ECHO} "Suffix mapping already exists" 3427 ${ECHO} " ${STEP}. Suffix ${LDAP_SUFFIX} successfully created" 3436 # output : LDAP_SUFFIX - Suffix, _ATT, _VAL - id attribute and its value; 3523 ${ECHO} " Validating LDAP Base DN and Suffix ..." 4804 [ $DEBUG -eq 1 ] && ${ECHO} "Base DN and Suffix equivalent"
|
Completed in 35 milliseconds