Searched refs:cur_pos (Results 1 - 7 of 7) sorted by relevance
| /osnet-11/usr/src/grub/grub2/grub-core/fs/ |
| H A D | ntfs.c | 784 char *cur_pos, *indx, *bmp; local 804 if ((cur_pos = find_attr (at, GRUB_NTFS_AT_INDEX_ROOT)) == NULL) 811 if ((u32at (cur_pos, 8) != 0x180400) || 812 (u32at (cur_pos, 0x18) != 0x490024) || 813 (u32at (cur_pos, 0x1C) != 0x300033)) 815 cur_pos += u16at (cur_pos, 0x14); 816 if (*cur_pos != 0x30) /* Not filename index */ 821 cur_pos += 0x10; /* Skip index root */ 822 ret = list_file (mft, cur_pos [all...] |
| /osnet-11/usr/src/lib/cfgadm_plugins/fp/common/ |
| H A D | cfga_rep.c | 79 char *cur_pos; /* current position */ local 90 sol = cur_pos = buf; 93 sol = cur_pos = buf + sizeof_rep_hdr; 108 if ((cur_pos = strchr(sol, (int)'\n')) == NULL) { 114 *cur_pos = '\0'; /* kludge to get string length */ 116 *cur_pos = '\n'; /* Put back the original char */ 118 sol = cur_pos = cur_pos + 1;
|
| /osnet-11/usr/src/lib/libpkg/common/ |
| H A D | pkgweb.h | 85 ulong_t cur_pos; member in struct:__anon2342
|
| H A D | pkgweb.c | 423 ps->data.cur_pos, ps->data.content_length)) { 2154 ps->data.cur_pos = 0; 2302 ps->data.cur_pos = ps->data.prev_cont_length; 2312 ps->data.cur_pos = ps->data.prev_cont_length; 2317 (ps->data.content_length - ps->data.cur_pos) : 2324 ps->data.cur_pos, ps->data.content_length)) != WEB_OK) { 2337 while (ps->data.cur_pos < ps->data.content_length) { 2339 i = ((ps->data.content_length - ps->data.cur_pos) < BLOCK) ? 2340 (ps->data.content_length - ps->data.cur_pos) 2391 ps->data.cur_pos [all...] |
| /osnet-11/usr/src/lib/mpapi/libmpapi/common/ |
| H A D | mpapi.c | 3369 MP_CHAR *cur_pos; /* current position */ local 3380 sol = cur_pos = buf; 3390 while ((*cur_pos == ' ') || (*cur_pos == '\t')) { 3391 cur_pos++; 3394 if (strncmp(cur_pos, srch_id, id_len) == 0) { 3396 cur_pos += id_len; 3398 while (*cur_pos != '\n') { 3399 cur_pos++; 3402 *bytes_left = buflen - ((cur_pos [all...] |
| /osnet-11/usr/src/cmd/parted/ |
| H A D | ui.c | 204 const StrList* cur_pos; member in struct:__anon77 252 readline_state.cur_pos = readline_state.possibilities; 254 while (readline_state.cur_pos) { 255 const StrList* cur = readline_state.cur_pos; 256 readline_state.cur_pos = cur->next; 554 readline_state.cur_pos = NULL;
|
| /osnet-11/usr/src/lib/udapl/libdat/common/ |
| H A D | udat_sr_parser.c | 1150 DAT_OS_FILE_POS cur_pos; local 1155 if (DAT_SUCCESS != dat_os_fgetpos(file, &cur_pos)) { 1184 pos = cur_pos;
|
Completed in 270 milliseconds