HomeSort by relevance Sort by last modified time
    Searched defs:strtype (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
nss_dbdefs.c 875 const char *strtype = NULL; local
892 strtype = getXbyY_to_dbop[index].tostr;
893 if (strtype == NULL)
895 while (*strtype) {
896 switch (*strtype++) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/filebench/common/
auto_comp.c 81 * strtype - the type of the string. It can be of the following values:
96 ac_strtype_t strtype; member in struct:ac_str
725 input->strs[i].strtype = STRTYPE_INVALID;
746 input->strs[i].strtype = STRTYPE_NULL;
757 input->strs[i].strtype = STRTYPE_INCOMPLETE;
761 input->strs[i].strtype = STRTYPE_COMPLETE;
782 if (acstr->strtype == STRTYPE_COMPLETE) {
788 } else if (acstr->strtype == STRTYPE_NULL) {
808 acstr->strtype = STRTYPE_NULL;
834 acstr->strtype = STRTYPE_INCOMPLETE
    [all...]

Completed in 4019 milliseconds