| /onnv/onnv-gate/usr/src/cmd/fmli/sys/ |
| putaltenv.c | 90 char *hold; local 92 hold = strsave(str); 93 if ((p = strchr(hold, '=')) == NULL) { 94 if (hold) /* ehr3 */ 95 free(hold); 99 delaltenv(the_env, hold); 100 if ((i = findaltenv(*the_env, hold)) != FAIL) { 104 (*the_env)[i] = hold; 108 var_append(char *, *the_env, &hold);
|
| coproc.c | 300 int hold; local 325 hold = cosend(ref ? argc - 2 : argc, ref ? args + 2 : args, instr, outstr); 339 return(hold);
|
| /onnv/onnv-gate/usr/src/uts/common/zmod/ |
| inffast.c | 86 unsigned long hold; /* local strm->hold */ local 113 hold = state->hold; 124 hold += (unsigned long)(PUP(in)) << bits; 126 hold += (unsigned long)(PUP(in)) << bits; 129 this = lcode[hold & lmask]; 132 hold >>= op; 146 hold += (unsigned long)(PUP(in)) << bits; 149 len += (unsigned)hold & ((1U << op) - 1) [all...] |
| inflate.c | 128 state->hold = 0; 146 state->hold += value << state->bits; 416 hold = state->hold; \ 427 state->hold = hold; \ 434 hold = 0; \ 444 hold += (unsigned long)(*next++) << bits; \ 458 ((unsigned)hold & ((1U << (n)) - 1)) 463 hold >>= (n); 569 unsigned long hold; \/* bit buffer *\/ local [all...] |
| inflate.h | 96 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
|
| /onnv/onnv-gate/usr/src/cmd/sgs/libelf/misc/ |
| demangle.c | 42 /* The variable "hold" contains the pointer to the array initially 56 static char *hold; variable 88 return hold; 92 return hold; 98 return hold; 107 return hold; 113 return hold; 135 hold = c; 140 c = hold; 165 c = hold; [all...] |
| /onnv/onnv-gate/usr/src/cmd/mail/ |
| gethead.c | 71 char *hold; local 84 hold = holdval; 133 (void) strlcpy(hold, wline + rc, MAXHDRSIZE); 139 (void) strlcpy(hold, wline + 6, MAXHDRSIZE); 148 sender_size = strcspn(hold, " \t"); 150 if ((uucpptr = strrchr(hold, '!')) != NULL) { 151 uucpstart = uucpptr - hold + 1; 159 hold[rc] != ' ' && hold[rc] != '\t' && 161 userval[ix++] = hold[rc] [all...] |
| /onnv/onnv-gate/usr/src/grub/grub-0.97/grub/ |
| main.c | 77 {"hold", optional_argument, 0, OPT_HOLD}, 108 --hold wait until a debugger will attach\n\ 133 int hold = 0; local 169 hold = -1; 171 hold = atoi (optarg); 246 /* Wait until the HOLD variable is cleared by an attached debugger. */ 247 if (hold && verbose) 248 printf ("Run \"gdb %s %d\", and set HOLD to zero.\n", 250 while (hold) 252 if (hold > 0 [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/common/misc/ |
| sigcrit.c | 70 static long hold; /* held signal mask */ variable 73 * hold last signal for later delivery 80 hold |= sigmask(sig); 133 hold = 0; 138 hold &= ~sigmask(signals[i].sig); 161 return hold != 0; 184 if (hold) 189 if (hold & sigmask(signals[i].sig))
|
| /onnv/onnv-gate/usr/src/cmd/fmli/oh/ |
| evstr.c | 205 register char **hold; local 209 hold = (char **) array_create(sizeof(char *), 5); 211 return(hold); 256 hold = (char **) array_append(hold, &p); 260 return(hold); 269 hold = (char **) array_append(hold, &q); 274 hold = (char **) array_append(hold, &str) [all...] |
| fm_mn_par.c | 205 struct attribute *hold; local 207 hold = (struct attribute *)new(struct attribute); 208 memcpy(hold, single->attrs[i], sizeof(struct attribute)); 209 hold->flags |= FREEIT; 210 hold->cur = NULL; 211 hold->seqno = 0; 212 set_def(single->attrs[i] = hold, strsave(val)); 238 struct attribute *hold; local 240 hold = (struct attribute *)new(struct attribute); 241 memcpy(hold, ptr.attrs[i], sizeof(struct attribute)) [all...] |
| getval.c | 192 struct attribute *hold; local 199 hold = new(struct attribute); 200 memcpy(hold, attr, sizeof(struct attribute)); 201 hold->flags |= FREEIT; 202 hold->cur = NULL; 203 hold->seqno = 0; 206 set_def(single->attrs[index] = hold, strsave(val));
|
| alias.c | 160 char *hold; local 172 for (p = strtok(hold = strsave(Alias[i].path), ":"); p; p = strtok(NULL, ":")) { 179 free(hold);
|
| /onnv/onnv-gate/usr/src/cmd/krb5/krb5kdc/ |
| replay.c | 74 register krb5_kdc_replay_ent *eptr, *last, *hold; local 106 hold = eptr; 109 free(hold); 163 register krb5_kdc_replay_ent *eptr, *last, *hold; local 169 hold = eptr; 172 free(hold);
|
| /onnv/onnv-gate/usr/src/cmd/vi/port/ |
| ex_vwind.c | 125 if (hold & HOLDWIG) 174 if (hold & HOLDWIG) 268 short oldhold = hold; 290 oldhold = hold; 291 hold |= HOLDAT; 299 hold = oldhold; 374 short oldhold = hold; 381 hold |= HOLDAT|HOLDROL; 396 hold = oldhold; 413 short oldhold = hold; [all...] |
| ex_vops.c | 106 short oldhold = hold; 189 OO = Outchar; Outchar = vinschar; hold |= HOLDQIK; 203 Outchar = OO; hold = oldhold; 389 int oldhold = hold; 395 hold |= HOLDDOL; 397 hold = oldhold; 620 int oldhold = hold; 622 hold |= HOLDAT, vclrlin(i, dot), hold = oldhold; 732 short oldhold = hold; [all...] |
| ex_vadj.c | 68 if (hold & HOLDROL) 159 if (hold & HOLDDOL) 234 oldhold = hold; 235 hold |= HOLDECH; 239 hold = oldhold; 278 if (i > 1 && (hold & HOLDAT) == 0) 315 if ((hold & HOLDAT) == 0) 611 short oldhold = hold; 612 hold |= HOLDAT, vredraw(LASTLINE), hold = oldhold local [all...] |
| ex_vput.c | 83 if ((hold & HOLDAT) == 0) 145 fprintf(trace, "vclrech(%d), Peekkey %d, hold %o\n", didphys, Peekkey, hold); 149 if (hold & HOLDECH) { 620 if ((!enter_insert_mode || !exit_insert_mode) && ((hold & HOLDQIK) || !value(vi_REDRAW) || value(vi_SLOWOPEN))) { 879 short oldhold = hold; 882 hold |= HOLDPUPD; 966 hold = oldhold; 979 short oldhold = hold; 981 hold |= HOLDPUPD [all...] |
| ex_vops2.c | 193 short oldhold = hold; 380 hold = oldhold; 386 * Hold off n^^2 type update on dumb terminals. 390 hold |= HOLDQIK; 418 hold |= HOLDROL; 516 int oldhold = hold; 519 hold |= HOLDQIK; 521 hold = oldhold; 712 hold = oldhold; [all...] |
| /onnv/onnv-gate/usr/src/common/ |
| README | 31 This directory hierarchy is intended to hold sources used in common between
|
| /onnv/onnv-gate/usr/src/cmd/ldap/ns_ldap/ |
| ldapclient.c | 251 /* multival_t is used to hold params that can have more than one value */ 262 * clientopts_t is used to hold and pass around the param values from 3171 multival_t *hold; local 3224 clientopts_t *hold; local [all...] |
| /onnv/onnv-gate/usr/src/lib/print/libipp-listener/ |
| Makefile.com | 33 get-job-attributes.o get-jobs.o get-printer-attributes.o hold-job.o \
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| DirHandle.pm | 26 namespace pollution by creating globs to hold directory handles.
|
| /onnv/onnv-gate/usr/src/lib/libproc/common/ |
| Psyscall.c | 232 sigset_t hold; /* mask of held signals */ local 247 hold = P->status.pr_lwp.pr_lwphold; 273 P->status.pr_lwp.pr_lwphold = hold;
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/ |
| vfprintf.c | 282 int hold = nextarg; \ 290 nextarg = hold; \ 871 int hold = nextarg; \ 874 nextarg = hold; \
|