Searched refs:offsets (Results 1 - 25 of 47) sorted by relevance

12

/osnet-11/usr/src/lib/libcurses/screen/
H A Dring.c50 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 Dtcsearch.c48 _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 Dinit_acs.c49 * 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 Dinit_costs.c57 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);
/osnet-11/usr/src/grub/grub2/include/grub/i386/qemu/
H A Dkernel.h22 #include <grub/offsets.h>
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/ieee1275/
H A Dstartup.S20 #include <grub/offsets.h>
/osnet-11/usr/src/grub/grub2/include/grub/i386/pc/
H A Dkernel.h22 #include <grub/offsets.h>
H A Dboot.h22 #include <grub/offsets.h>
H A Dmemory.h32 #include <grub/offsets.h>
/osnet-11/usr/src/lib/libfru/libfru/
H A DAncestor.cc45 offsets = (uint32_t *)malloc(sizeof (uint32_t)
53 free(offsets);
72 fprintf(stderr, " offsets:\n");
74 fprintf(stderr, " %d\n", offsets[i]);
88 offsets = (uint32_t *)realloc(offsets,
91 paths = (char **)realloc(offsets,
95 offsets[numInstances] = offset;
127 return (offsets[num]);
129 return (offsets[numInstance
[all...]
H A DAncestor.h79 uint32_t *offsets; member in struct:Ancestor
/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.c56 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/grub/grub2/grub-core/kern/i386/coreboot/
H A Dstartup.S24 #include <grub/offsets.h>
H A Dinit.c24 #include <grub/offsets.h>
/osnet-11/usr/src/grub/grub2/grub-core/kern/powerpc/ieee1275/
H A Dstartup.S21 #include <grub/offsets.h>
/osnet-11/usr/src/grub/grub2/grub-core/kern/ia64/efi/
H A Dstartup.S20 #include <grub/offsets.h>
/osnet-11/usr/src/grub/grub2/grub-core/kern/mips/
H A Dstartup.S21 #include <grub/offsets.h>
24 #include <grub/offsets.h>
/osnet-11/usr/src/lib/brand/shared/brand/
H A DMakefile.com27 OFFSETS_SRC = ../common/offsets.in
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dsetjmp.s40 JB_FLAGS = (0*4) ! offsets in jmpbuf (see siglonglmp.c)
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dsetjmp.s40 JB_FLAGS = (0*8) ! offsets in jmpbuf (see siglongjmp.c)
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.c148 if (pstr->offsets != NULL)
150 Idx *new_offsets = re_realloc (pstr->offsets, Idx, new_buf_len);
153 pstr->offsets = new_offsets;
402 if (pstr->offsets == NULL)
404 pstr->offsets = re_malloc (Idx, pstr->bufs_len);
406 if (pstr->offsets == NULL)
412 pstr->offsets[i] = i;
418 pstr->offsets[byte_idx] = src_idx;
421 pstr->offsets[byte_idx + i]
444 pstr->offsets[byte_id
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/qemu/
H A Dmmap.c26 #include <grub/offsets.h>
/osnet-11/usr/src/grub/grub2/grub-core/kern/sparc64/ieee1275/
H A Dcrt0.S21 #include <grub/offsets.h>
/osnet-11/usr/src/grub/grub2/grub-core/boot/sparc64/ieee1275/
H A Ddiskboot.S21 #include <grub/offsets.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexp.h40 U32 *offsets; /* offset annotations 20001228 MJD */ member in struct:regexp

Completed in 35 milliseconds

12