Searched refs:puts (Results 151 - 164 of 164) sorted by relevance

1234567

/freebsd-11.0-release/contrib/gcc/
H A Dsys-protos.h853 extern int puts(const char *);
H A Dgenautomata.c9352 puts ("/* Generated automatically by the program `genautomata'\n"
/freebsd-11.0-release/gnu/usr.bin/grep/
H A Dgrep.c712 puts ("--");
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DInferFunctionAttrs.cpp632 case LibFunc::puts:
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fmemopen.c43 puts(""); \
/freebsd-11.0-release/contrib/ncurses/progs/
H A Dinfocmp.c1671 puts(curses_version());
H A Dtic.c785 puts(curses_version());
/freebsd-11.0-release/usr.bin/find/
H A Dfunction.c1339 (void)puts(entry->fts_path);
/freebsd-11.0-release/sys/dev/fb/
H A Dmachfb.c335 .puts = machfb_puts,
/freebsd-11.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex721 % The \vtop produces a box with normal height and large depth; thus, TeX puts
747 % TeX puts in an \escapechar (i.e., `@') at the beginning of the help
829 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
3143 % \fooindex ...rest of line... puts an entry in the index foo.
/freebsd-11.0-release/contrib/amd/doc/
H A Dtexinfo.tex697 % The \vtop produces a box with normal height and large depth; thus, TeX puts
723 % TeX puts in an \escapechar (i.e., `@') at the beginning of the help
805 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
2972 % \fooindex ...rest of line... puts an entry in the index foo.
/freebsd-11.0-release/contrib/groff/doc/
H A Dtexinfo.tex698 % The \vtop produces a box with normal height and large depth; thus, TeX puts
724 % TeX puts in an \escapechar (i.e., `@') at the beginning of the help
806 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
3042 % \fooindex ...rest of line... puts an entry in the index foo.
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1807 // putchar() or puts().
1819 // printf("foo\n") --> puts("foo")
1843 // printf("%s\n", str) --> puts(str)
2113 // puts("") -> putchar('\n')
2318 case LibFunc::puts:
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c2033 (void) puts(str);

Completed in 245 milliseconds

1234567