Searched refs:reinit (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfdisc.c187 /* save old readf, writef, and seekf to see if stream need reinit */
240 reg int reinit = 0; local
243 if(!reinit) \
246 reinit = 1; \
253 if(reinit)
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dbash.c318 goto reinit;
411 reinit:
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dta.c469 t_init(reinit) /* initialize device */
470 int reinit;
/illumos-gate/usr/src/cmd/egrep/
H A Degrep.y108 char reinit = 0;
495 reinit = 1;
778 if (reinit == 1) clearg();
955 if (reinit == 1)
977 reinit = 0;
/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c183 static int32_t reinit; variable
756 reinit++;
979 reinit = 0;
1154 if (reinit == 0 && (debugopt & MTDEBUGPATTERN))
1224 if (reinit == 0 && (debugopt & MTDEBUGPATTERN))
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkpropd.c864 reinit:
889 goto reinit;
953 goto reinit;
981 goto reinit;
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_dlpi.c1024 int reinit = 0; local
1036 reinit = 1;
1044 reinit = 1;
1054 reinit = 1;
1069 else if (reinit)
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c5305 * allocate and initialize the cache. If reinit is set,
5319 hnc_init(int reinit) argument
5329 if (reinit) {

Completed in 86 milliseconds