Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c272 int ch, oval, badquote; in lex() local
328 badquote = 0; in lex()
329 while (!badquote && (ch = GETC(buf, cntr)) != '"') { in lex()
337 badquote = 1; in lex()
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.c146 int ch, oval, badquote; in ib_lex() local
200 badquote = 0; in ib_lex()
201 while (!badquote && (ch = GETC(file_buf, ibcfg_cntr)) != '"') { in ib_lex()
209 badquote = 1; in ib_lex()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c193 int ch, oval, badquote; in lex() local
256 badquote = 0; in lex()
257 while (!badquote && (ch = getc(fp)) != '"') { in lex()
265 badquote = 1; in lex()
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c217 int ch, oval, badquote; in kobj_lex() local
279 badquote = 0; in kobj_lex()
280 while (!badquote && (ch = kobj_getc(file)) != '"') { in kobj_lex()
288 badquote = 1; in kobj_lex()