Home
last modified time | relevance | path

Searched refs:outn (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/flex/src/
H A Dgen.c144 outn ("]])"); in geneoltbl()
421 outn (" {"); in genctbl()
517 outn ("]])\n"); in gen_find_action()
1045 outn ("]])"); in gen_start_state()
1474 outn (""); in indent_put2s()
1485 outn (str); in indent_puts()
1771 outn ("{ \\"); in make_tables()
1784 outn ("}"); in make_tables()
1791 outn (" */"); in make_tables()
1979 outn ("]])"); in make_tables()
[all …]
H A Dmain.c1625 outn ("#ifdef VMS"); in readin()
1627 outn (yy_nostdinit); in readin()
1628 outn ("#else"); in readin()
1629 outn (yy_stdinit); in readin()
1630 outn ("#endif"); in readin()
1631 outn ("#else"); in readin()
1632 outn (yy_stdinit); in readin()
1633 outn ("#endif"); in readin()
1669 outn ("\t{"); in readin()
1672 outn ("\t}"); in readin()
[all …]
H A Dmisc.c260 outn (" } ;\n"); in dataend()
594 void outn (const char *str) in outn() function
765 outn ((char *) (yydmap_buf.elts)); in skelout()
800 outn (buf); in skelout()
H A Ddfa.c540 outn (" {"); in ntod()
550 outn (" },\n"); in ntod()
706 outn (" {"); in ntod()
731 outn (" },\n"); in ntod()
H A Dflexdef.h895 extern void outn(const char *);
1069 #define OUT_BEGIN_CODE() outn("m4_ifdef( [[M4_YY_IN_HEADER]],,[[m4_dnl")
1070 #define OUT_END_CODE() outn("]])")
H A Dscan.l631 outn("/* Begin user sect3 */");
/freebsd-14.2/usr.bin/tcopy/
H A Dtcopy.c234 int eot, inmaxblk, inn, outmaxblk, outn; in verify() local
250 r1: if ((outn = read(outp, outb, outmaxblk)) == -1) { in verify()
253 outn = read(outp, outb, outmaxblk); in verify()
254 if (outn >= 0) in verify()
260 r2: if (inn != outn) { in verify()
263 "tcopy", inn, outn); in verify()
/freebsd-14.2/sys/contrib/device-tree/Bindings/regulator/
H A Dtps65132-regulator.txt12 -For regulator outn, the sub node name should be "outn".
39 outn {
40 regulator-name = "outn";
/freebsd-14.2/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916-huawei-g7.dts153 reg_lcd_neg: outn {
154 regulator-name = "outn";
/freebsd-14.2/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mq-librem5.dtsi1009 reg_lcd_avee: outn {
/freebsd-14.2/usr.bin/lex/
H A Dinitscan.c3339 outn("/* Begin user sect3 */");