Home
last modified time | relevance | path

Searched refs:savep (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/cmd/filesync/
H A Dfiles.c329 static char *savep; in lex() local
337 for (s = inbuf; savep = fgets(s, p - s, file); ) { in lex()
353 if (savep == 0) in lex()
358 if (savep == 0) in lex()
360 s = savep; in lex()
362 savep = 0; in lex()
403 savep = *s ? s : 0; in lex()
/titanic_41/usr/src/cmd/listen/
H A Dlsdbf.c787 register char *savep; local
796 savep = p;
804 *argvp++ = savep;
805 DEBUG((9, "argv[%d] = %s", i++, savep));
809 savep = p;
815 savep = ++p;
838 *argvp++ = savep;
839 DEBUG((9, "argv[%d] = %s", i++, savep));
844 savep = p;
859 *argvp++ = savep;
[all …]
/titanic_41/usr/src/lib/krb5/kadm5/
H A Dstr_conv.c301 krb5_key_salt_tuple *savep; local
358 savep = *ksaltp;
367 if (savep) {
368 memcpy(*ksaltp, savep,
370 krb5_xfree(savep);
379 *ksaltp = savep;
/titanic_41/usr/src/cmd/fs.d/cachefs/cachefspack/
H A Drules.c341 static const char *savep = 0; in lex() local
382 if (savep == 0) in lex()
384 s = savep; in lex()
386 savep = 0; in lex()
406 savep = 0; in lex()
432 savep = *s ? s : 0; in lex()
/titanic_41/usr/src/cmd/saf/
H A Dutil.c68 static char *savep; /* the remembered string */ local
72 p = (str == NULL) ? savep : str ;
79 savep = NULL;
82 savep = ep + 1;
H A Dsac.c685 char *savep; /* scratch pointer */ in mkargv() local
689 savep = p; in mkargv()
697 *argvp++ = savep; in mkargv()
701 savep = p; in mkargv()
707 savep = ++p; in mkargv()
732 *argvp++ = savep; in mkargv()
737 savep = p; in mkargv()
751 *argvp++ = savep; in mkargv()
H A Dsacadm.c947 char *savep; /* for saving argument */ local
949 savep = *p;
958 return(savep);
/titanic_41/usr/src/cmd/bart/
H A Drules.c824 static char *savep; in lex() local
833 while (savep = fgets(s, p - s, file)) { in lex()
849 if (savep == NULL) in lex()
854 if (savep == NULL) in lex()
856 s = savep; in lex()
858 savep = NULL; in lex()
899 savep = *s ? s : 0; in lex()
/titanic_41/usr/src/cmd/fs.d/cachefs/mount/
H A Dmount.c671 char *savep, *strp, *valp; in set_cfs_args() local
700 savep = strp; in set_cfs_args()
790 strcat(reducep, savep); in set_cfs_args()
900 strcat(reducep, savep); in set_cfs_args()
907 savep); in set_cfs_args()
1630 char *savep; in cfs_nfsv4_build_opts() local
1643 savep = strp; in cfs_nfsv4_build_opts()
1667 savep); in cfs_nfsv4_build_opts()
/titanic_41/usr/src/cmd/csh/
H A Dsh.parse.c567 goto savep; in syn3()
573 goto savep; in syn3()
577 goto savep; in syn3()
604 goto savep; in syn3()
620 savep: in syn3()
/titanic_41/usr/src/lib/libnsl/netselect/
H A Dnetselect.c750 static char *savep; /* the place where we left off */ in gettoken() local
757 p = (cp == NULL)? savep: cp; in gettoken()
794 savep = 0; /* indicate this is last token */ in gettoken()
797 savep = ++p; in gettoken()
/titanic_41/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_sec.c156 static char *savep; /* the place where we left off */ local
162 p = (cp == NULL)? savep: cp;
203 savep = 0; /* indicate this is last token */
206 savep = ++p;
/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn_smr.c1695 idn.slabpool->savep = sp; in smr_slabpool_init()
1740 FREESTRUCT(idn.slabpool->savep, smr_slab_t, idn.slabpool->ntotslabs); in smr_slabpool_deinit()
1835 ASSERT((&spa[s] >= idn.slabpool->savep) && in smr_slab_reserve()
1836 (&spa[s] < (idn.slabpool->savep + in smr_slab_reserve()
1917 ASSERT((&spa[s] >= idn.slabpool->savep) && in smr_slab_unreserve()
1918 (&spa[s] < (idn.slabpool->savep + in smr_slab_unreserve()
/titanic_41/usr/src/cmd/nlsadmin/
H A Dnlsadmin.c1327 static char *savep; /* the remembered string */ in nexttok() local
1331 p = (str == NULL) ? savep : str ; in nexttok()
1336 savep = NULL; in nexttok()
1339 savep = ep + 1; in nexttok()
/titanic_41/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c667 strlist_t *savep = NULL, *sp = NULL, *tailp = NULL; in msg_common() local
733 savep = sp->next; in msg_common()
735 sp = savep; in msg_common()
/titanic_41/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c741 strlist_t *savep = NULL, *sp = NULL, *tailp = NULL; in msg_common() local
807 savep = sp->next; in msg_common()
809 sp = savep; in msg_common()
/titanic_41/usr/src/cmd/flowadm/
H A Dflowadm.c1220 const char *savep; in show_flowprop_one_flow() local
1230 savep = statep->fs_flow; in show_flowprop_one_flow()
1264 statep->fs_flow = savep; in show_flowprop_one_flow()
/titanic_41/usr/src/cmd/init/
H A Dinit.c3753 struct pidlist *savep, *p; in cleanaux() local
3760 savep = p = Plhead; in cleanaux()
3773 savep = p = Plhead; in cleanaux()
3775 savep->pl_next = p->pl_next; in cleanaux()
3778 p = savep->pl_next; in cleanaux()
3783 savep = p; in cleanaux()
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dvi.c2303 genchar *savep; in textmod() local
2523 savep = p; in textmod()
2528 p = savep; in textmod()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dname.c1344 static char *savep; variable
1723 if(savep) in nv_putval()
1826 savep = cp; in ja_size()
1839 *savep++ = *cp++; in ja_restore()
1840 savep = 0; in ja_restore()
/titanic_41/usr/src/uts/sun4u/starfire/sys/
H A Didn.h2997 smr_slab_t *savep; member