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

/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c2498 char *s_index; local
2526 for (s_index = index; s_index < s_index_end;
2527 s_index++) {
2528 if (*s_index == ESCAPE_CHAR) {
2529 *s_index1++ = *s_index++;
2530 } else if (*s_index == DOUBLE_QUOTE_CHAR) {
2533 is_whitespace(*s_index)) {
2536 *s_index1++ = *s_index;
2538 *s_index1 = *s_index;
[all...]
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_path.c2219 char *p_index, *s_index; local
2240 s_index = rindex(drive, 's');
2242 if (p_index == NULL && s_index == NULL) {
2248 if (p_index > s_index) {
2260 while (*(++s_index) != '\0') {
2261 if (!isdigit(*s_index)) {

Completed in 31 milliseconds