Searched refs:stringToValue (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.h51 extern __nis_value_t *stringToValue(char *dptr, int dsize);
H A Ddit_access_utils.c78 __nis_value_t *stringToValue(char *dptr, int dsize) { function
79 char *myself = "stringToValue";
147 if ((tempVal = stringToValue(inVal->val->value,
360 if ((val = stringToValue(value->dptr, valueLen)) == 0) {

Completed in 62 milliseconds