| /src/usr.bin/tip/ |
| vars.c | 48 { "beautify", BOOL, (READ|WRITE)<<PUBLIC, 50 { "baudrate", NUMBER|IREMOTE|INIT, (READ<<PUBLIC)|(WRITE<<ROOT), 52 { "dialtimeout",NUMBER, (READ<<PUBLIC)|(WRITE<<ROOT), 54 { "eofread", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 56 { "eofwrite", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 58 { "eol", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 60 { "escape", CHAR, (READ|WRITE)<<PUBLIC, 62 { "exceptions", STRING|INIT|IREMOTE, (READ|WRITE)<<PUBLIC, 64 { "force", CHAR, (READ|WRITE)<<PUBLIC, 66 { "framesize", NUMBER|IREMOTE|INIT, (READ|WRITE)<<PUBLIC [all...] |
| /src/usr.bin/mail/ |
| mime_child.c | 63 #define READ 0 147 switch (pid = start_command(cmd, &nset, p[READ], fileno(fo), NULL)) { 151 (void)close(p[READ]); 160 (void)close(p[READ]); 192 (void)close(p[READ]); 198 prepare_child(&nset, p[READ], fileno(fo)); 205 (void)close(p[READ]);
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/ |
| nslcd-prot.h | 158 /* READ macros, used for reading data, on read error they will 165 #define READ(fp, ptr, size) \ 170 DEBUG_PRINT("READ : var="__STRING(ptr)" error: %s", \ 174 DEBUG_PRINT("READ : var="__STRING(ptr)" size=%d", (int)(size)); \ 178 READ(fp, &tmpint32, sizeof(int32_t)); \ 182 /* read a string in a fixed-size "normal" buffer */ 184 /* read the size of the string */ \ 185 READ(fp, &tmpint32, sizeof(int32_t)); \ 188 /* check if read would fit */ [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| SegMem.h | 34 READ,
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| SegMem.h | 34 READ,
|
| /src/external/bsd/libc++/dist/libcxxrt/src/ |
| dwarf_eh.h | 148 * Read an unsigned, little-endian, base-128, DWARF value. Updates *data to 149 * point to the end of the value. Stores the number of bits read in the value 161 // We have to read at least one octet, and keep reading until we get to one 203 // Read as if it's signed 205 // If the most significant bit read is 1, then we need to sign extend it 223 // Read fixed-length types 224 #define READ(dwarf, type) \ 232 READ(DW_EH_PE_udata2, uint16_t) 233 READ(DW_EH_PE_udata4, uint32_t) 234 READ(DW_EH_PE_udata8, uint64_t [all...] |
| /src/sys/arch/macppc/include/ |
| loadfile_machdep.h | 45 #define READ(f, b, c) macppc_read((f), (void *)LOADADDR(b), (c)) 49 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c))
|
| /src/sys/arch/sparc/include/ |
| loadfile_machdep.h | 38 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) 56 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c))
|
| /src/sys/arch/sparc64/include/ |
| loadfile_machdep.h | 38 #define READ(f, b, c) sparc64_read((f), (void *)LOADADDR(b), (c)) 62 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c))
|
| /src/external/gpl3/binutils/dist/binutils/ |
| deflex.l | 51 "READ" { return READ;}
|
| defparse.h | 70 READ = 271, /* READ */ 107 #define READ 271
|
| /src/external/gpl3/binutils/dist/ld/ |
| deffilep.h | 76 READ = 277, /* READ */ 113 #define READ 277
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| deflex.l | 51 "READ" { return READ;}
|
| defparse.h | 70 READ = 271, /* READ */ 107 #define READ 271
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| deffilep.h | 76 READ = 277, /* READ */ 113 #define READ 277
|
| /src/sys/arch/i386/stand/misc/ |
| rawrite.c | 35 #define READ 2 74 case 0x10: msg("Bad CRC/ECC on disk read"); break; 102 Read sector 1, head 0, track 0 to get the BIOS running. 106 status = biosdisk(READ, drive, 0, 10, 1, 1, buffer); 108 status = biosdisk(READ, drive, 0, 0, 1, 1, buffer); 112 status = biosdisk(READ, drive, 0, 0, nsect[i], 1, buffer); 114 status = biosdisk(READ, drive, 0, 0, nsect[i], 1, buffer); 161 while ((count = read(fdin, buffer, buflength)) > 0 && !done) {
|
| /src/sys/arch/x68k/include/ |
| loadfile_machdep.h | 48 #define READ(f, b, c) pread((f), (void *)LOADADDR(b), (c)) 66 #define READ(f, b, c) pread((f), (void *)LOADADDR(b), (c)) 78 #define pread read 84 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c))
|
| /src/sys/arch/x86/include/ |
| loadfile_machdep.h | 42 #define READ(f, b, c) pread((f), (void *)LOADADDR(b), (c)) 66 #define READ(f, b, c) c 72 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c))
|
| /src/sys/dev/mii/ |
| mii_bitbang.c | 52 #define READ ops->mbo_read(sc) 109 * Read a PHY register by bit-bang'ing the MII. 133 err = READ & MDI; 141 /* Read data prior to clock low-high transition. */ 142 if (err == 0 && (READ & MDI) != 0)
|
| /src/sys/arch/arc/include/ |
| loadfile_machdep.h | 43 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c))
|
| /src/sys/arch/bebox/include/ |
| loadfile_machdep.h | 39 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c))
|
| /src/sys/arch/cobalt/include/ |
| loadfile_machdep.h | 43 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c))
|
| /src/sys/arch/emips/include/ |
| loadfile_machdep.h | 43 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c))
|
| /src/sys/arch/epoc32/include/ |
| loadfile_machdep.h | 39 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c))
|
| /src/sys/arch/evbcf/include/ |
| loadfile_machdep.h | 42 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c))
|