Home
last modified time | relevance | path

Searched refs:SSIZE (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/cmd/eqn/
H A Dlex.c21 #define SSIZE 400 macro
22 char token[SSIZE];
26 char ibuf[PUSHBACK+SSIZE]; /* pushback buffer for definitions, etc. */
121 if (sp >= SSIZE) in yylex()
135 getstr(token, SSIZE); in yylex()
232 getstr(token, SSIZE); /* get name */ in define()
234 (void) cstr(token, 1, SSIZE); /* skip the definition too */ in define()
238 if (cstr(token, 1, SSIZE)) in define()
253 getstr(token, SSIZE); in space()
282 if (cstr(token, 0, SSIZE)) in delim()
/titanic_41/usr/src/cmd/rmt/
H A Drmt.c118 #define SSIZE 64 macro
119 static char pos[SSIZE], op[SSIZE], mode[SSIZE], count[SSIZE];
467 char resp[SSIZE]; in respond()
471 (void) snprintf(resp, SSIZE, "E%d\n%s\n", Errno, errstr); in respond()
474 (void) snprintf(resp, SSIZE, "A%lld\n", rval); in respond()
477 resp[SSIZE - 1] = '\0'; in respond()
/titanic_41/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dseq.c39 static const int NBITS = SSIZE * WBITS_DEF; /* Total bits in the sequence */
179 for (i = 0; i < SSIZE; i++) in __context_debug_print_seq_hist()
260 for (i = 0; i < SSIZE; i++) in clear_all_bits()
320 for (i = SSIZE - 1; i >= m; i--) in shift_bits()
326 if (m >= SSIZE) in shift_bits()
335 for (i = m; i < SSIZE; i++) { in shift_bits()
H A Ddh_gssapi.h135 #define SSIZE 4 macro
147 seq_word_t arr[SSIZE]; /* Bit array of sequence history */
/titanic_41/usr/src/lib/libeti/form/common/
H A Dregex.c46 #define SSIZE 50 macro
77 intptr_t *__st[SSIZE + 1];
116 __eptr_ = (intptr_t *)&__st[SSIZE]; in __execute()
128 __eptr_ = (intptr_t *)&__st[SSIZE]; in __execute()
139 __eptr_ = (intptr_t *)&__st[SSIZE]; in __execute()
389 return ((__eptr_ > (intptr_t *)&__st[SSIZE]) ? 0 : *++__eptr_); in __xpop()
H A Dregcmp.c41 #define SSIZE 16 macro
85 intptr_t stack[SSIZE]; in libform_regcmp()
89 __stmax = &stack[SSIZE]; in libform_regcmp()
/titanic_41/usr/src/uts/sparc/sys/
H A Dvmparam.h46 #define SSIZE 4096 /* initial stack size */ macro
/titanic_41/usr/src/uts/intel/sys/
H A Dvmparam.h46 #define SSIZE 4096 /* initial stack size */ macro
/titanic_41/usr/src/lib/libbc/inc/include/sun4/
H A Dvmparam.h75 #define SSIZE 1 /* initial stack size */ macro
/titanic_41/usr/src/uts/common/exec/aout/
H A Daout.c148 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS32-1); in aoutexec()
183 if (CURRENT_TOTAL_AVAILABLE_SWAP < btopr(edp.ux_dsize) + btopr(SSIZE)) in aoutexec()
/titanic_41/usr/src/lib/libfdisk/common/
H A Dlibfdisk.h64 SSIZE, enumerator
H A Dlibfdisk.c282 int sec_sz = fdisk_get_disk_geom(epp, PHYSGEOM, SSIZE); in fdisk_is_linux_swap()
1361 case SSIZE: in fdisk_get_disk_geom()
1376 case SSIZE: in fdisk_get_disk_geom()
/titanic_41/usr/src/uts/common/exec/elf/
H A Delf.c332 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS32-1); in elfexec()
339 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS64-1); in elfexec()
343 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS-1); in elfexec()
/titanic_41/usr/src/cmd/fdisk/
H A Dfdisk.c5230 int sectsize = fdisk_get_disk_geom(epp, PHYSGEOM, SSIZE);