Searched refs:save (Results 51 - 75 of 144) sorted by relevance

123456

/osnet-11/usr/src/lib/libldap4/util/
H A Dline64.c277 char *save; local
287 save = *out;
311 *out = save;
/osnet-11/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);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DTabs.pm87 it, unexpand will add tabs when it can save bytes by doing so. Invisible
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dmemccpy.s35 pushl %esi / save register variable
H A Dstrncmp.s31 pushl %esi / save register variables
H A Dmemchr.s59 pushl %edi / save register variable
H A Dwsncmp.s41 pushl %esi / save register variables
/osnet-11/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s65 ! Window save area !
90 save %sp, -SA(MINFRAME + (EB_MAX * 8) + ((S_MAX + F_MAX) * 4)), %sp
149 mov %o0, %l0 ! and save &eb[0] for later
159 save %sp, -SA(MINFRAME), %sp ! make a frame
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmemmove.s39 save %sp, -SA(MINFRAME), %sp ! not a leaf routine any more
91 1: sll %i4, 8, %g1 ! save residual bytes
112 2: sll %i4, 24, %g1 ! save residual bytes
135 3: sll %i4, 16, %g1 ! save residual bytes
H A Dlshiftl.s55 subcc %g0,%o1,%o4 ! test cnt < 0 and save reciprocol
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dmemmove.s39 save %sp, -SA(MINFRAME), %sp ! not a leaf routine any more
91 1: sll %i4, 8, %g1 ! save residual bytes
112 2: sll %i4, 24, %g1 ! save residual bytes
135 3: sll %i4, 16, %g1 ! save residual bytes
/osnet-11/usr/src/lib/libldap4/ber/
H A Ddecode.c153 char *save; local
156 save = ber->ber_ptr;
158 ber->ber_ptr = save;
/osnet-11/usr/src/lib/libldap5/sources/ldap/util/
H A Dline64.c324 char *save; local
344 save = *out;
388 *out = save;
/osnet-11/usr/src/lib/libfuse/common/
H A Doptions.c295 int save = 0; local
312 save = 1;
339 return (save);
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c237 int rc, save; local
254 save = mp->tim_mod->tm_errno;
263 mp->tim_mod->tm_errno = save;
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dserver_acl.c318 char *sp = NULL, *tp, *ap, *save;
335 for (tp = strtok_r(sp, delims, &save); tp;
336 tp = strtok_r(NULL, delims, &save)) {
352 if (!(ap = strtok_r(NULL, delims, &save))) {
315 char *sp = NULL, *tp, *ap, *save; local
/osnet-11/usr/src/cmd/sendmail/libsmutil/
H A Dsafefile.c405 char save = '\0'; local
440 *saveptr = save;
453 save = *(p + 1);
459 save = *p;
/osnet-11/usr/src/lib/libc/i386/sys/
H A Ddoor.s122 pushl %edi / save old %edi and %esi
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dsubshell.c67 struct Link *svar; /* save shell variable table */
76 Shopt_t options;/* save shell options */
81 void *jobs; /* save job info */
117 /* save file descriptor 1 if open */
245 int save; local
290 save = shp->subshell;
296 shp->subshell = save;
307 const char *save = sp->shpwd; local
310 sp->shpwd = 0; /* make sure sh_assignok doesn't save with nv_unset() */
367 sp->shpwd=save;
[all...]
H A Dmacro.c274 Fcin_t save; local
285 fcsave(&save);
331 fcrestore(&save);
902 * save line offsets in the offsets array.
2000 Fcin_t save; local
2025 fcsave(&save);
2044 fcrestore(&save);
2063 /* disable verbose and don't save in history file */
2078 fcsave(&save);
2109 fcrestore(&save);
2562 Sfio_t *iop, *save=sfstdout; local
[all...]
H A Dpath.c121 /* system call so we can save us to call access(2) first */
364 char save[8]; local
374 memcpy((void*)save, (void*)stakptr(PATH_OFFSET+pcomp.len),sizeof(save));
377 memcpy((void*)stakptr(PATH_OFFSET+pcomp.len),(void*)save,sizeof(save));
1027 /* save original pathname */
1039 char save[PATH_MAX+1]; local
1051 memcpy(save, path, r);
1065 memcpy(path, save,
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dsearch.c495 char save; local
508 save = *++next;
514 *next = save;
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c584 char save; local
596 save = *++next;
602 *next = save;
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkstandalone.in50 -o, --output=FILE save output in FILE [required]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoLoader.pm90 my $save = $@;
115 $@ = $save;

Completed in 58 milliseconds

123456