| /src/share/doc/psd/20.ipctut/ |
| socketpair.c | 61 perror("reading stream message"); 71 perror("reading stream message");
|
| pipe.c | 62 perror("reading message");
|
| strchkread.c | 94 perror("reading stream message");
|
| streamread.c | 86 perror("reading stream message");
|
| ustreamread.c | 75 perror("reading stream message");
|
| /src/external/gpl2/xcvs/dist/diff/ |
| dir.c | 64 register DIR *reading = CVS_OPENDIR (dir->name); local 65 if (!reading) 77 while ((errno = 0, (next = CVS_READDIR (reading)) != 0)) 99 CVS_CLOSEDIR (reading); 104 CVS_CLOSEDIR (reading); 106 if (CVS_CLOSEDIR (reading) != 0)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| dw2-param-error.exp | 33 gdb_test "frame" { f \(bad=<error reading variable: Asked for position 0 of stack, stack only has 0 elements on it\.>, good=23\)}
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| dw2-param-error.exp | 33 gdb_test "frame" { f \(bad=<error reading variable: Asked for position 0 of stack, stack only has 0 elements on it\.>, good=23\)}
|
| /src/external/gpl2/diffutils/dist/src/ |
| dir.c | 79 register DIR *reading = opendir (dir->name); local 80 if (!reading) 92 while ((errno = 0, (next = readdir (reading)) != 0)) 119 closedir (reading); 124 closedir (reading); 126 if (closedir (reading) != 0)
|
| /src/distrib/utils/more/ |
| signal.c | 48 * If we happen to be reading from a file [in iread()] at the time 84 if (reading) 99 if (reading) 111 if (reading)
|
| os.c | 69 int reading; variable 183 reading = 1; 185 reading = 0; 218 * an "echo" command to the shell and reading its output.
|
| /src/crypto/external/apache2/openssl/dist/demos/digest/ |
| BIO_f_md.c | 42 BIO *bio_digest = NULL, *reading = NULL; local 96 reading = BIO_push(bio_digest, input); 98 while (BIO_read(reading, buffer, sizeof(buffer)) > 0)
|
| /src/external/bsd/less/dist/ |
| signal.c | 19 * If we happen to be reading from a file [in iread()] at the time 42 extern int reading; 72 if (reading) 86 if (reading) 109 if (reading)
|
| os.c | 71 public int reading; variable 188 if (!reading && SET_JUMP(read_label)) 193 reading = 0; 218 reading = 1; 223 * Don't try reading from a TTY until a character is 235 reading = 0; 248 reading = 0; 262 reading = 0; 270 reading = 0;
|
| /src/external/gpl3/gdb/dist/sim/testsuite/riscv/ |
| jalr.s | 14 # If we write destination into a0 before reading it in order
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/riscv/ |
| jalr.s | 14 # If we write destination into a0 before reading it in order
|
| /src/external/cddl/osnet/dist/cmd/zlook/ |
| zlook.c | 205 boolean_t reading = B_FALSE; local 228 reading = B_TRUE; 232 reading = B_TRUE; 235 reading = B_TRUE; 238 reading = B_TRUE; 260 if ((checking && looking) || (checking && reading) || 261 (looking && reading) || (!reading && bflag) || 262 (!checking && !reading && !looking)) 312 if (reading) { [all...] |
| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| searchpath.cpp | 153 bool reading = (strchr(mode, 'r') != 0); local 156 *pathp = strsave(reading ? "stdin" : "stdout"); 157 return (reading ? stdin : stdout); 159 if (!reading || IS_ABSOLUTE(name) || *dirs == '\0') {
|
| /src/crypto/external/bsd/openssl/dist/demos/digest/ |
| BIO_f_md.c | 92 BIO *reading = BIO_push( bio_digest, input ); local 94 while( BIO_read(reading, buffer, sizeof(buffer)) > 0 )
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| msggrep-6 | 23 error\ while\ opening\ "%s"\ for\ reading=\u00d6ffnen der Datei \u00bb%s\u00ab zum Lesen fehlgeschlagen 31 error\ reading\ "%s"=Fehler beim Lesen von \u00bb%s\u00ab 39 error\ after\ reading\ "%s"=Fehler nach dem Lesen von \u00bb%s\u00ab 128 error\ while\ opening\ "%s"\ for\ reading=\u00d6ffnen der Datei \u00bb%s\u00ab zum Lesen fehlgeschlagen 132 error\ reading\ "%s"=Fehler beim Lesen von \u00bb%s\u00ab 140 error\ after\ reading\ "%s"=Fehler nach dem Lesen von \u00bb%s\u00ab
|
| /src/sys/arch/vax/boot/common/ |
| romread.S | 64 pushl 4(%ap) # lbn to start reading 80 pushl 4(%ap) # lbn to start reading
|
| /src/external/gpl2/gettext/dist/build-aux/ |
| compile | 46 right script to run: please start by reading the file `INSTALL'.
|
| /src/external/gpl2/gmake/dist/config/ |
| compile | 46 right script to run: please start by reading the file `INSTALL'.
|
| /src/external/gpl2/xcvs/dist/build-aux/ |
| compile | 46 right script to run: please start by reading the file `INSTALL'.
|
| /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/t/ |
| taint.t | 82 open $fh, '<', $file or die "Couldn't open $file for reading: $!; aborting"; 86 open $fh, '<', $file or die "Couldn't open $file for reading: $!; aborting";
|