Searched refs:inquotes (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Denv.c63 int inquotes, length, wslength; local
104 inquotes = 0;
107 if (inquotes == 0)
108 inquotes = 1;
110 inquotes = 0;
112 if (inquotes == 0)
/illumos-gate/usr/src/cmd/newtask/
H A Dutils.c146 int inquotes = 0; local
155 !((*cp2 == ';') && (inquotes == 0))) {
158 inquotes =
159 inquotes == 0 ? 1 : 0;
/illumos-gate/usr/src/cmd/init/
H A Dinit.c1931 int inquotes, length, wslength; local
1978 inquotes = 0;
1981 if (inquotes == 0)
1982 inquotes = 1;
1984 inquotes = 0;
1986 if (inquotes == 0)
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c533 boolean_t inquotes = B_FALSE; local
543 if (inquotes) {
577 if (inquotes) {
578 inquotes = B_FALSE;
581 inquotes = B_TRUE;

Completed in 94 milliseconds