Home
last modified time | relevance | path

Searched refs:sVal (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
H A Dppm.c149 strcpy_safe(fileConf[i].value.sVal, value, VALUE_MAX_LEN); in storeEntry()
157 fileConf[i].value.sVal); in storeEntry()
167 strcpy_safe(fileConf[i].value.sVal, value, VALUE_MAX_LEN); in storeEntry()
176 fileConf[*numParam].value.sVal); in storeEntry()
490 {"forbiddenChars", typeStr, {.sVal = ""}, 0, 0 in check_password()
508 {"class-digit", typeStr, {.sVal = "0123456789"}, 0, 1 in check_password()
528 getValue(fileConf, numParam, "forbiddenChars")->sVal, in check_password()
533 getValue(fileConf, numParam, "cracklibDict")->sVal, in check_password()
561 && strlen(fileConf[i].value.sVal) != 0) { in check_password()
582 strlen(fileConf[i].value.sVal) != 0) { in check_password()
[all …]
H A Dppm.h71 char sVal[VALUE_MAX_LEN]; member
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A Dipcio.cc343 static String sVal; variable
366 sVal = readSVal (req); in readResult()
373 sVal = NULL; in readResult()
397 return sVal; in readString()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1561 int sVal = (MO.getExpr()->evaluateAsAbsolute(Value) && Value < 0) ? -1 : 0; in processInstruction() local
1563 HexagonMCExpr::create(MCConstantExpr::create(sVal, Context), Context))); in processInstruction()