Searched defs:read (Results 1 - 8 of 8) sorted by relevance
/ast/src/cmd/3d/ |
H A D | ast.c | 83 #define read READ macro
|
/ast/src/cmd/ie/ |
H A D | editlib.c | 25 #define read ______read macro 31 #undef read macro 44 #undef read macro 67 * If you are running with case 1, then just call read() in the usual 71 * read() is not one of those times, then you must perform the 72 * initialization first, turn OFF editing, perform your read(), and 74 * single characters are read in RAW mode and acted upon immediately. 80 * read(0,buffer,1); /* do your single char read */ 109 * read routin 167 extern ssize_t read(fd,buf,n) function [all...] |
H A D | edit.h | 153 # define read(fd,buff,n) syscall(3,fd,buff,n) macro 155 # define read(fd,buff,n) rEAd(fd,buff,n) macro
|
/ast/src/cmd/ksh93/include/ |
H A D | shell.h | 241 # define read(a,b,c) sh_read(a,b,c) macro
|
H A D | edit.h | 213 # define read(fd,buff,n) syscall(3,fd,buff,n) macro 215 # define read(fd,buff,n) rEAd(fd,buff,n) macro
|
/ast/src/cmd/ksh93/sh/ |
H A D | io.c | 512 * a buffer with room for a sentinal is allocated for a read stream. 513 * A discipline is inserted when read stream is a tty or a pipe 1950 * This is the read discipline that is applied to slow devices 2054 if(read(fd,"",0) < 0) 2222 write(ERRIO,"read from",9); 2363 * The stream can be read with the normal stream operations 2383 * read function for subfile discipline 2490 #undef read macro 2492 * shell version of read() for user added builtins 2501 return(read(f [all...] |
/ast/src/cmd/nmake/ |
H A D | make.h | 317 #define P_read (1L<<31) /* read action output */ 528 * read/write rule attributes 555 Rule_t* read; /* .READ rule pointer */ member in struct:Internal_s 784 unsigned char forceread; /* force makefiles to be read */ 885 Sfio_t* io[11]; /* print/read streams */
|
/ast/src/cmd/INIT/ |
H A D | ratz.c | 2 * ratz -- read a tar gzip archive from the standard input 22 "[+NAME?ratz - read a tar gzip archive]" 38 "[m:meter?Display a one line text meter showing archive read progress.]" 113 #define read _read macro 488 This library can optionally read and write gzip streams in memory as well. 508 uLong total_in; /* total nb of input bytes read so far */ 1324 /* Sliding window. Input bytes are read into the second half of the window, 3454 return value is how many bytes were read including the last byte of the 3649 int verified;/* 2-byte magic read and verified ('v') */ 3978 gzread returns the number of bytes actually read ( [all...] |
Completed in 45 milliseconds