Home
last modified time | relevance | path

Searched refs:getline (Results 1 – 25 of 86) sorted by relevance

1234

/illumos-gate/usr/src/tools/onbld/Checks/
H A DHdrChk.py86 def getline(self): member in HeaderFile
107 line = curline or self.getline()
111 line = self.getline()
126 line = self.getline()
130 line = self.getline()
211 line = hdr.getline()
244 line = hdr.getline()
267 line = hdr.getline()
269 line = hdr.getline()
287 line = hdr.getline()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Drstest5.awk56 "echo 'foo\n\nbaz'" | getline ; print
57 "echo 'foo\n\nbaz'" | getline ; print
58 "echo 'bar\n\nbaz'" | getline ; print
H A Diobug1.awk50 getline line < "/dev/null" # [b]
51 "true" | getline line # [c]
H A Dgetline2.ok1 BEGIN { while( getline > 0) { print } }
2 BEGIN { while( getline > 0) { print } }
H A Drstest4.awk61 while (("echo" | getline) == 1)
64 "echo \"a\n\nb\"" | getline y
H A Dgetline3.awk4 cmd | getline x y
6 print (cmd | getline x y)
H A Dpipeio2.awk30 while ((com | getline fnam) > 0 && fnam != "") {
38 com_tr | getline nam
H A Dpipeio1.awk26 while( (cmd1 | getline)==1) { #terminates as file has only 1 line
28 cmd2 | getline L;
H A Darynocls.awk38 while (getline < INPUT == 1) i++
47 while (getline < INPUT == 1) z[++i] = $1
H A Dfunstack.awk636 "hostname" | getline HOSTNAME
637 "date" | getline DATE
638 ("ypcat passwd | grep '^" USER ":' | awk -F: '{print $5}'") | getline PERSONAL_NAME
640 ("grep '^" USER ":' /etc/passwd | awk -F: '{print $5}'") | getline PERSONAL_NAME
H A Dinputred.awk1 BEGIN { print getline < "file" ".txt" }
H A Dchildin.awk1 BEGIN { "cat" | getline; print; close("cat") }
H A Drstest3.awk72 "echo x | tr -d '\\12'" | getline
H A Dswaplns.awk2 if ((getline tmp) > 0) {
H A Dinpref.awk3 getline
H A Dclsflnam.awk3 getline
H A Dsigpipe1.awk11 command | getline x
H A Deofsplit.awk16 while ((getline < "/etc/passwd") > 0) {
/illumos-gate/usr/src/pkg/scripts/
H A Dpkglist.awk32 e = getline f < ARGV[i]
39 e = getline f < ARGV[i]
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.getline18 echo T.getline: test getline function
/illumos-gate/usr/src/test/crypto-tests/tests/digest/
H A Dparser_runner.c119 sz = getline(&ctx->pc_line_buf, &ctx->pc_line_sz, ctx->pc_file); in read_len()
156 sz = getline(&ctx->pc_line_buf, &ctx->pc_line_sz, ctx->pc_file); in read_msg()
187 sz = getline(&ctx->pc_line_buf, &ctx->pc_line_sz, ctx->pc_file); in read_md()
/illumos-gate/usr/src/test/util-tests/tests/awk/bugs-fixed/
H A Dnumeric-rs.awk3 while ("echo a1b1c1d" | getline > 0) {
H A Dnumeric-fs.awk4 FS = 2; "echo 42424" | getline; print $1;
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.beginexit2 while (getline && n++ < 10)
H A Dt.beginnext2 while (getline && n++ < 10)

1234