Home
last modified time | relevance | path

Searched refs:num_str (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libgss/
H A Dg_utils.c60 char *qopname, *num_str; in __gss_read_qop_file() local
127 num_str = name; /* will contain num (n) */ in __gss_read_qop_file()
128 while (!isspace(*num_str)) in __gss_read_qop_file()
129 num_str++; in __gss_read_qop_file()
130 next = num_str+1; in __gss_read_qop_file()
131 *num_str++ = '\0'; /* null terminate num_str */ in __gss_read_qop_file()
141 num_str = name; /* will contain mech */ in __gss_read_qop_file()
142 while (!isspace(*num_str)) in __gss_read_qop_file()
143 num_str++; in __gss_read_qop_file()
144 *num_str = '\0'; in __gss_read_qop_file()
/illumos-gate/usr/src/lib/libfru/libnvfru/
H A Dnvfru.c164 char num_str[32]; in convert_element() local
196 (void) snprintf(num_str, sizeof (num_str), "%d", n); in convert_element()
197 convert_element((data + i*iterlen), &newdef, num_str, in convert_element()
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c3727 char *num_str = NULL; in be_get_auto_name() local
3741 if ((num_str = strrchr(base_be_name, BE_AUTO_NAME_DELIM)) in be_get_auto_name()
3744 c = num_str + 1; in be_get_auto_name()
3752 num_str[0] = '\0'; in be_get_auto_name()
3779 num_str = cur_be_name + strlen(base_be_name); in be_get_auto_name()
3785 if (num_str == NULL || num_str[0] == '\0') in be_get_auto_name()
3792 if (num_str[0] == BE_AUTO_NAME_DELIM) in be_get_auto_name()
3793 num_str++; in be_get_auto_name()
3798 c = num_str; in be_get_auto_name()
3805 cur_num = atoi(num_str); in be_get_auto_name()