Home
last modified time | relevance | path

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

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