Searched refs:cur_str (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/hal/libhal-storage/common/ |
H A D | libhal-storage.c | 165 int cur_str = 0; local 173 if (sizes_str[cur_str+1] == NULL || size < cur*step) { 177 ((double)size)/((double)cur), sizes_str[cur_str]); 180 snprintf (buf, MAX_STRING_SZ, "%llu%s", (long long unsigned int) size / cur, sizes_str[cur_str]); 187 cur_str++;
|
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | regexec.c | 182 re_node_set *cur_nodes, Idx cur_str, 3269 Idx cur_str, Idx subexp_num, int type) 3273 Idx cache_idx_start = search_cur_bkref_entry (mctx, cur_str); 3289 to_idx = cur_str + ent->subexp_to - ent->subexp_from; 3292 if (to_idx == cur_str) 3264 expand_bkref_cache(re_match_context_t *mctx, re_node_set *cur_nodes, Idx cur_str, Idx subexp_num, int type) argument
|
Completed in 27 milliseconds