Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libgss/
H A Dg_utils.c62 char *qopname, *num_str; in __gss_read_qop_file() local
129 num_str = name; /* will contain num (n) */ in __gss_read_qop_file()
130 while (!isspace(*num_str)) in __gss_read_qop_file()
131 num_str++; in __gss_read_qop_file()
132 next = num_str+1; in __gss_read_qop_file()
133 *num_str++ = '\0'; /* null terminate num_str */ in __gss_read_qop_file()
143 num_str = name; /* will contain mech */ in __gss_read_qop_file()
144 while (!isspace(*num_str)) in __gss_read_qop_file()
145 num_str++; in __gss_read_qop_file()
146 *num_str = '\0'; in __gss_read_qop_file()
/titanic_41/usr/src/lib/libfru/libnvfru/
H A Dnvfru.c162 char num_str[32]; in convert_element() local
194 (void) snprintf(num_str, sizeof (num_str), "%d", n); in convert_element()
195 convert_element((data + i*iterlen), &newdef, num_str, in convert_element()
/titanic_41/usr/src/lib/libbe/common/
H A Dbe_utils.c3391 char *num_str = NULL; in be_get_auto_name() local
3405 if ((num_str = strrchr(base_be_name, BE_AUTO_NAME_DELIM)) in be_get_auto_name()
3408 c = num_str + 1; in be_get_auto_name()
3416 num_str[0] = '\0'; in be_get_auto_name()
3443 num_str = cur_be_name + strlen(base_be_name); in be_get_auto_name()
3449 if (num_str == NULL || num_str[0] == '\0') in be_get_auto_name()
3456 if (num_str[0] == BE_AUTO_NAME_DELIM) in be_get_auto_name()
3457 num_str++; in be_get_auto_name()
3462 c = num_str; in be_get_auto_name()
3469 cur_num = atoi(num_str); in be_get_auto_name()