Searched defs:cur_pos (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rep.c79 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 Dpkgweb.h85 ulong_t cur_pos; member in struct:__anon2342
/osnet-11/usr/src/lib/udapl/libdat/common/
H A Dudat_sr_parser.c1150 DAT_OS_FILE_POS cur_pos; local
1155 if (DAT_SUCCESS != dat_os_fgetpos(file, &cur_pos)) {
1184 pos = cur_pos;
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dntfs.c784 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/mpapi/libmpapi/common/
H A Dmpapi.c3369 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 Dui.c204 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;

Completed in 48 milliseconds