/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | ring.c | 50 static char offsets[2] = {45 /* flash_screen */, 1 /* bell */ }; local 56 _PUTS(str_array[offsets[bf]] ? str_array[offsets[bf]] : 57 str_array[offsets[1 - bf]], 0);
|
H A D | init_acs.c | 49 * When the keyboard can send more than eight bits, offsets array 51 * The offsets MUST match what is in curses.h. 54 static unsigned char offsets[][2] = { variable 78 int i = sizeof (offsets) / 2, to_get, must_output; 108 nacsmap[offsets[i][0]] = offsets[i][1];
|
H A D | tcsearch.c | 48 _tcsearch(char *cap, short offsets[], char *names[], int size, int n) argument 55 cmp = ((n == 0) ? strcmp(cap, names[offsets[m]]) : 56 strncmp(cap, names[offsets[m]], n)); 64 return (offsets[m]);
|
H A D | init_costs.c | 57 static short offsets[] = { variable 104 *costptr++ = _cost_fn(str_array[offsets[i++]], 1); 107 *costptr++ = _cost_fn(tparm_p1(str_array[offsets[i++]], 10), 1);
|
H A D | setupterm.c | 690 static char offsets[] = { local 703 if ((on_sequences[n] = str_array[offsets[n]]) != 0) 710 offsets[] = { local 744 for (n = 0; n < sizeof (offsets); n++) { 745 if ((!(off_sequences[n] = str_array[offsets[n]])) ||
|
/osnet-11/usr/src/lib/libfru/libfru/ |
H A D | Ancestor.h | 79 uint32_t *offsets; member in struct:Ancestor
|
/osnet-11/usr/src/lib/pam_modules/authtok_check/ |
H A D | packer.c | 56 static uint_t *offsets; /* array of word-offsets into "buf" */ variable 57 static uint_t off_idx = 0; /* first free index in offsets array */ 58 static size_t off_size = 0; /* offsets array size */ 107 if (fprintf(tmpfp[tmpfp_idx], "%s\n", &buf[offsets[i++]]) < 0) { 124 * insert an offset into the offsets-array. If the offsets-array is out of 137 tmp = realloc(offsets, sizeof (uint_t) * off_size); 140 free(offsets); 142 offsets [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | regexp.h | 40 U32 *offsets; /* offset annotations 20001228 MJD */ member in struct:regexp
|
/osnet-11/usr/src/grub/grub2/grub-core/fs/ |
H A D | hfs.c | 670 grub_uint16_t offsets[nodesize / 2]; 704 pnt = (struct pointer *) (grub_be_to_cpu16 (node.offsets[pos]) 712 nodesize - grub_be_to_cpu16 (node.offsets[pos]) 669 grub_uint16_t offsets[nodesize / 2]; member in union:__anon398
|
/osnet-11/usr/src/grub/grub2/util/ |
H A D | getroot.c | 775 loff_t *offsets; local 788 &offsets, &num_offsets, 822 if (offsets && num_offsets > 0) 823 munmap ((caddr_t) offsets, num_offsets * sizeof (*offsets));
|
H A D | grub-mkfont.c | 439 grub_uint16_t offsets[0]; member in struct:gsub_lookup_list 540 + grub_be_to_cpu16 (lookups->offsets[lookup_index]));
|
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | regex_internal.h | 371 Idx *offsets; member in struct:re_string_t
|
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_sp.c | 855 /* offsets are equal */ 2425 xsp_offset_t *osp, *offsets; local 2453 osp = offsets = 2503 update_params.osp = (uintptr_t)offsets; 2516 Free(offsets); 3442 * been updated the virtual offsets in the unit structure 5689 * if the offsets aren't equal, only increment the 5752 "%s: unit structure and extent header offsets differ.\n"),
|