Searched refs:getline (Results 1 - 25 of 133) sorted by relevance

123456

/freebsd-current/contrib/one-true-awk/bugs-fixed/
H A Dnumeric-rs.awk3 while ("echo a1b1c1d" | getline > 0) {
H A Dgetline-corruption.awk2 getline l
3 getline l
H A Dgetline-numeric.awk3 getline dd < ARGV[1]
H A Dnumeric-fs.awk4 FS = 2; "echo 42424" | getline; print $1;
/freebsd-current/usr.sbin/autofs/autofs/
H A Dinclude_nis_nullfs64 "hostname -s" | getline;
67 "hostname -f" | getline;
72 "hostname -f" | getline;
76 while ("ifconfig" | getline) {
91 while ("ypcat -k " ARGV[1] | getline) {
97 while ("ypmatch " ARGV[2] " " ARGV[1] | getline) {
/freebsd-current/contrib/mandoc/
H A Dtest-getline.c12 return getline(&line, &linesz, stdin) != -1;
H A Dcompat_getline.c25 getline(char **buf, size_t *bufsz, FILE *fp) function
/freebsd-current/lib/libc/stdio/
H A Dgetline.c32 getline(char ** __restrict linep, size_t * __restrict linecapp, function
/freebsd-current/sys/conf/
H A Dkmod_syms_prefix.awk4 while ("${NM:='nm'} " ARGV[1] | getline) {
H A Dkmod_syms.awk5 while ("${NM:='nm'} -g " ARGV[1] | getline) {
/freebsd-current/contrib/kyua/utils/logging/
H A Doperations_test.cpp112 ATF_REQUIRE(std::getline(input, line).good());
115 ATF_REQUIRE(std::getline(input, line).good());
118 ATF_REQUIRE(std::getline(input, line).good());
121 ATF_REQUIRE(std::getline(input, line).good());
143 ATF_REQUIRE(std::getline(input, line).good());
163 ATF_REQUIRE(std::getline(input, line).good());
217 ATF_REQUIRE(std::getline(input, line).good());
220 ATF_REQUIRE(std::getline(input, line).good());
223 ATF_REQUIRE(std::getline(input, line).good());
226 ATF_REQUIRE(std::getline(inpu
[all...]
H A Dmacros_test.cpp56 ATF_REQUIRE(std::getline(input, line).good());
72 ATF_REQUIRE(std::getline(input, line).good());
88 ATF_REQUIRE(std::getline(input, line).good());
104 ATF_REQUIRE(std::getline(input, line).good());
/freebsd-current/contrib/netbsd-tests/usr.bin/nbperf/
H A Dhash_driver.c46 while ((len = getline(&line, &buflen, stdin)) > 0) {
/freebsd-current/contrib/tzdata/
H A Dchecknow.awk13 while (getline <zdump_table) {
/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dbsd-getline.c1 /* $NetBSD: getline.c,v 1.1.1.6 2015/01/02 20:34:27 christos Exp $ */
3 /* NetBSD: getline.c,v 1.2 2014/09/16 17:23:50 christos Exp */
34 /* NETBSD ORIGINAL: external/bsd/file/dist/src/getline.c */
95 getline(char **buf, size_t *bufsiz, FILE *fp) function
110 while ((len = getline(&p, &n, stdin)) != -1)
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dbsd-getline.c1 /* $NetBSD: getline.c,v 1.1.1.6 2015/01/02 20:34:27 christos Exp $ */
3 /* NetBSD: getline.c,v 1.2 2014/09/16 17:23:50 christos Exp */
34 /* NETBSD ORIGINAL: external/bsd/file/dist/src/getline.c */
93 getline(char **buf, size_t *bufsiz, FILE *fp) function
108 while ((len = getline(&p, &n, stdin)) != -1)
/freebsd-current/contrib/file/src/
H A Dgetline.c1 /* $NetBSD: getline.c,v 1.2 2014/09/16 17:23:50 christos Exp $ */
84 getline(char **buf, size_t *bufsiz, FILE *fp) function
99 while ((len = getline(&p, &n, stdin)) != -1)
/freebsd-current/contrib/kyua/engine/
H A Datf_list.cpp82 while (std::getline(input, line).good() && !line.empty()) {
165 std::getline(input, line);
172 std::getline(input, line);
178 while (std::getline(input, line).good()) {
/freebsd-current/contrib/lutok/examples/
H A Dinterpreter.cpp77 if (!std::getline(std::cin, line).good())
/freebsd-current/tools/build/cross-build/
H A Dfgetln_fallback.c66 nread = getline(&fb->buf, &fb->len, stream);
70 /* Note: the getdelim/getline API ensures nread != 0. */
80 "This function cannot be safely ported, use getline(3) "
/freebsd-current/contrib/kyua/cli/
H A Dcmd_about.cpp85 while (std::getline(input, line).good()) {
90 while (std::getline(input, line).good()) {
/freebsd-current/lib/libc/tests/stdio/
H A Dgetdelim_test.c97 ATF_REQUIRE(getline(&line, &linecap, fp) == sizeof(apothegm) - 1);
101 ATF_REQUIRE(getline(&line, &linecap, fp) == 1);
105 ATF_REQUIRE(getline(&line, &linecap, fp) == -1);
126 ATF_REQUIRE(getline(&line, &linecap, stdout) == -1);
143 ATF_REQUIRE(getline(NULL, &linecap, fp) == -1);
145 ATF_REQUIRE(getline(&line, NULL, fp) == -1);
158 /* Make sure getline() allocates memory as needed if fp is at EOF. */
165 printf("getline\n");
166 ATF_REQUIRE(getline(&line, &linecap, fp) == -1);
215 ATF_REQUIRE(getline(
[all...]
/freebsd-current/sys/tools/
H A Dmakeobjops.awk161 getline < src;
176 getline < src;
182 getline < src;
235 while (line !~ /\}/ && (getline < src) > 0) {
452 while (!error && (getline < src) > 0) {
/freebsd-current/usr.bin/comm/
H A Dcomm.c115 n1 = getline(&line1, &line1len, fp1);
123 n2 = getline(&line2, &line2len, fp2);
208 if ((n = getline(bufp, buflenp, fp)) < 0)
/freebsd-current/usr.sbin/pw/
H A Dpw_vpw.c84 while ((linelen = getline(&line, &linecap, pwd_fp)) > 0) {
163 while ((linelen = getline(&line, &linecap, grp_fp)) > 0) {

Completed in 233 milliseconds

123456