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

/opensolaris-onvv-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)
/opensolaris-onvv-gate/usr/src/cmd/newtask/
H A Dutils.c146 int inquotes = 0; local
155 !((*cp2 == ';') && (inquotes == 0))) {
158 inquotes =
159 inquotes == 0 ? 1 : 0;
/opensolaris-onvv-gate/usr/src/cmd/init/
H A Dinit.c1925 int inquotes, length, wslength; local
1972 inquotes = 0;
1975 if (inquotes == 0)
1976 inquotes = 1;
1978 inquotes = 0;
1980 if (inquotes == 0)
/opensolaris-onvv-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c532 boolean_t inquotes = B_FALSE; local
542 if (inquotes) {
576 if (inquotes) {
577 inquotes = B_FALSE;
580 inquotes = B_TRUE;

Completed in 235 milliseconds