Searched defs:save (Results 51 - 75 of 107) sorted by relevance

12345

/illumos-gate/usr/src/cmd/du/
H A Ddu.c546 unsigned long long save = 0; local
580 save = number;
585 if (save && ((save / scale) < 10)) {
587 float fnum = (float)save / scale;
/illumos-gate/usr/src/cmd/sh/
H A Dservice.c50 initio(struct ionod *iop, int save) argument
65 if (save) {
/illumos-gate/usr/src/cmd/swap/
H A Dswap.c504 unsigned long long save = 0; local
536 save = number;
541 if (save && ((save / scale) < 10)) {
543 float fnum = (float)save / scale;
733 "\"save user text on execution\" bit set.\n"),
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_dtime.c195 char *save; local
201 *(save = line) = '\0';
231 return (save);
246 char *h, *t, *save; local
252 save = h = t = *bpp;
274 return (save);
289 char *t, *save; local
295 save = t = *bpp;
308 return (toupper(*save));
316 return (atoi(save));
331 char *save; local
413 dumpdates_t *save; local
835 dumpdates_t ddhead, *ddp, *save; local
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_nameinfo.c685 /* save partno */
814 int save = errno; local
817 if (save == ENOTTY) {
820 (void) mdsyserror(ep, save, rname);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvtree.c148 struct nvdir *save, *dp = new_of(struct nvdir,len); local
232 if(!(save = new_of(struct nvdir,0)))
234 *save = *dp;
235 dp->prev = save;
274 register struct nvdir *save, *dp = (struct nvdir*)dir; local
324 for(save=dp; save; save=save->prev)
326 if(save
[all...]
H A Dsubshell.c64 struct Link *svar; /* save shell variable table */
73 Shopt_t options;/* save shell options */
78 void *jobs; /* save job info */
110 /* save file descriptor 1 if open */
256 int save; local
260 /* don't bother to save if in newer scope */
311 save = shp->subshell;
315 shp->subshell = save;
326 const char *save = sp->shpwd; local
328 sp->shpwd = 0; /* make sure sh_assignok doesn't save wit
[all...]
H A Dlex.c1489 struct lexstate save; local
1490 save = lp->lex;
1593 lp->lex = save;
H A Dnvtype.c360 int save, offset=staktell(); local
419 save = fp->nofree;
422 fp->nofree = save;
1027 /* need to save the string pointer */
H A Dpath.c91 /* system call so we can save us to call access(2) first */
354 char save[8]; local
364 memcpy((void*)save, (void*)stakptr(PATH_OFFSET+pcomp.len),sizeof(save));
367 memcpy((void*)stakptr(PATH_OFFSET+pcomp.len),(void*)save,sizeof(save));
1023 /* save original pathname */
1035 char save[PATH_MAX+1]; local
1047 memcpy(save, path, r);
1061 memcpy(path, save,
[all...]
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c352 getProto(char *save, char *str) argument
356 *save = NULLCHAR;
359 (void) strcpy(save, p+1);
360 DEBUG(7, "Protocol = %s\n", save);
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_subr.c693 save(line *a1, line *a2) function
701 vudump("before save");
722 vudump("after save");
730 save(addr1, addr2);
737 save(one, dol);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dconfig.c156 check_var_consistency(struct confvar *cv, void *save, int size) argument
178 (void) memcpy(cv, save, size);
186 check_if_var_consistency(struct confvar *cv, void *save, int size) argument
221 (void) memcpy(cv, save, size);
267 char save[sizeof (ifdefaults)]; local
278 (void) memcpy(save, ifdefaults, sizeof (ifdefaults));
281 check_if_var_consistency(ifdefaults, save,
282 sizeof (save));
284 char save[sizeof (prefixdefaults)]; local
295 (void) memcpy(save, prefixdefault
603 char save[sizeof (pi->pi_config)]; local
651 char save[sizeof (adv_pr->adv_pr_config)]; local
[all...]
/illumos-gate/usr/src/cmd/modload/
H A Dadd_drv.c644 * current driver, then we have a conflict and we save the
684 * than the driver already attached to the device, we'll save
698 /* save the /devices name */
704 /* save the driver name */
858 struct dev_list *save; local
862 save = list;
864 free(save->dev_name);
865 free(save);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c49 ** DOCHOMPHEADER -- process and save a header line.
56 ** hdrp -- a pointer to the place to save the header.
455 ** CHOMPHEADER -- process and save a header line.
463 ** hdrp -- a pointer to the place to save the header.
906 /* save the message-id for logging */
2274 char save = *end; local
2307 *end = save;
2316 *end = save;
/illumos-gate/usr/src/cmd/backup/restore/
H A Dutilities.c34 char *cp, save; local
45 save = *(cp+1);
55 *(cp+1) = save;
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c375 getProto(save, str)
376 char *save;
381 *save = NULLCHAR;
384 (void) strcpy(save, p+1);
385 DEBUG(7, "Protocol = %s\n", save);
400 char *save; local
402 save =strdup(valid);
413 (void) strcpy(valid, save);
414 (void) strcpy(_Protocol, save);
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c1066 int save = errno; local
1083 errno = save;
1088 int save = errno; local
1093 errno = save;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c1035 { char *save, *end; local
1041 save = subbuf.next;
1047 alloclen = end - save;
1051 memcpy(val->sam_challenge_2_body.data, save, alloclen);
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/
H A Dkaif.c124 kaif_cpusave_t *save; local
134 save = &kaif_cpusave[cpuid];
136 if (save->krs_cpu_state != KAIF_CPU_STATE_MASTER &&
137 save->krs_cpu_state != KAIF_CPU_STATE_SLAVE) {
142 return (save);
148 kaif_cpusave_t *save; local
150 if ((save = kaif_cpuid2save(cpuid)) == NULL)
153 switch (save->krs_cpu_state) {
172 kaif_cpusave_t *save; local
174 if ((save
673 dump_crumbs(kaif_cpusave_t *save) argument
700 kaif_cpusave_t *save = &kaif_cpusave[i]; local
730 kdi_msr_t *save; local
751 kdi_cpusave_t *save; local
[all...]
/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/
H A Dkaif.c129 kaif_cpusave_t *save; local
139 save = &kaif_cpusave[cpuid];
141 if (save->krs_cpu_state != KAIF_CPU_STATE_MASTER &&
142 save->krs_cpu_state != KAIF_CPU_STATE_SLAVE) {
147 return (save);
153 kaif_cpusave_t *save; local
155 if ((save = kaif_cpuid2save(cpuid)) == NULL)
158 switch (save->krs_cpu_state) {
171 kaif_cpusave_t *save; local
175 if ((save
203 kaif_find_regp(kaif_cpusave_t *save, const char *regname) argument
249 kaif_cpusave_t *save; local
270 kaif_cpusave_t *save; local
786 dump_crumbs(kaif_cpusave_t *save) argument
813 kaif_cpusave_t *save = &kaif_cpusave[i]; local
829 kaif_cpusave_t *save; local
885 kaif_trap_set_saved(kaif_cpusave_t *save) argument
964 kaif_cpusave_t *save = &kaif_cpusave[i]; local
[all...]
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dcap.c959 Cap save; local
999 elfedit_array_elts_move(msg_prefix, cap, sizeof (save),
1001 cnt, &save);
H A Dphdr.c907 Phdr save; local
924 obj_state->os_phdr, sizeof (save),
926 cnt, &save); local
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Daudit.c463 int save = 0; local
495 save++;
541 if (save) {
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregnexec.c234 regmatch_t save[1]; member in struct:__anon2667
239 #define matchcopy(e,x) ((x)->re.group.number?memcpy(matchframe->match,matchframe->save,matchframe->size):(void*)0)
240 #define matchpop(e,x) ((x)->re.group.number?memcpy(matchframe->match,matchframe->save,matchframe->size),stkpop(stkstd):(void*)0)
267 s = f->save;

Completed in 102 milliseconds

12345