Searched refs:badquote (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_configfile.c | 272 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 D | cfga_conf.c | 146 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 D | devfsmap.c | 193 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 D | modsysfile.c | 217 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()
|