/src/sys/arch/i386/stand/lib/ |
pread.c | 54 ssize_t got; local in function:pread 58 got = read(fd, buf, count); 59 if (got < 0) 63 vpbcopy(buf, dest, got); 65 dest += got; 66 rsize -= got; 67 if (got < count)
|
pread.c | 54 ssize_t got; local in function:pread 58 got = read(fd, buf, count); 59 if (got < 0) 63 vpbcopy(buf, dest, got); 65 dest += got; 66 rsize -= got; 67 if (got < count)
|
pread.c | 54 ssize_t got; local in function:pread 58 got = read(fd, buf, count); 59 if (got < 0) 63 vpbcopy(buf, dest, got); 65 dest += got; 66 rsize -= got; 67 if (got < count)
|
pread.c | 54 ssize_t got; local in function:pread 58 got = read(fd, buf, count); 59 if (got < 0) 63 vpbcopy(buf, dest, got); 65 dest += got; 66 rsize -= got; 67 if (got < count)
|
/src/lib/libwrap/ |
misc.c | 32 int got; local in function:xgets 36 got = strlen(ptr); 37 if (got >= 1 && ptr[got - 1] == '\n') { 39 if (got >= 2 && ptr[got - 2] == '\\') { 40 got -= 2; 45 ptr += got; 46 len -= got;
|
misc.c | 32 int got; local in function:xgets 36 got = strlen(ptr); 37 if (got >= 1 && ptr[got - 1] == '\n') { 39 if (got >= 2 && ptr[got - 2] == '\\') { 40 got -= 2; 45 ptr += got; 46 len -= got;
|
misc.c | 32 int got; local in function:xgets 36 got = strlen(ptr); 37 if (got >= 1 && ptr[got - 1] == '\n') { 39 if (got >= 2 && ptr[got - 2] == '\\') { 40 got -= 2; 45 ptr += got; 46 len -= got;
|
misc.c | 32 int got; local in function:xgets 36 got = strlen(ptr); 37 if (got >= 1 && ptr[got - 1] == '\n') { 39 if (got >= 2 && ptr[got - 2] == '\\') { 40 got -= 2; 45 ptr += got; 46 len -= got;
|
/src/lib/libbluetooth/ |
sdp_service.c | 98 uint16_t total, count, got; local in function:sdp_service_search 137 got = 0; 175 if (got + count > total) 185 id[got++] = be32dec(ptr); 203 *num = got;
|
sdp_service.c | 98 uint16_t total, count, got; local in function:sdp_service_search 137 got = 0; 175 if (got + count > total) 185 id[got++] = be32dec(ptr); 203 *num = got;
|
sdp_service.c | 98 uint16_t total, count, got; local in function:sdp_service_search 137 got = 0; 175 if (got + count > total) 185 id[got++] = be32dec(ptr); 203 *num = got;
|
sdp_service.c | 98 uint16_t total, count, got; local in function:sdp_service_search 137 got = 0; 175 if (got + count > total) 185 id[got++] = be32dec(ptr); 203 *num = got;
|
/src/sys/arch/arc/arc/ |
autoconf.c | 228 int got = 0; local in function:getpno 238 got = 1; 246 return (got);
|
autoconf.c | 228 int got = 0; local in function:getpno 238 got = 1; 246 return (got);
|
autoconf.c | 228 int got = 0; local in function:getpno 238 got = 1; 246 return (got);
|
autoconf.c | 228 int got = 0; local in function:getpno 238 got = 1; 246 return (got);
|
/src/sys/arch/i386/stand/dosboot/ |
dosfile.c | 100 int got; local in function:dos_read 138 got = size - lsize; 140 got = dosread(df->doshandle, addr, size); 142 if (got < 0) { 150 df->off += got; 151 size -= got;
|
dosfile.c | 100 int got; local in function:dos_read 138 got = size - lsize; 140 got = dosread(df->doshandle, addr, size); 142 if (got < 0) { 150 df->off += got; 151 size -= got;
|
dosfile.c | 100 int got; local in function:dos_read 138 got = size - lsize; 140 got = dosread(df->doshandle, addr, size); 142 if (got < 0) { 150 df->off += got; 151 size -= got;
|
dosfile.c | 100 int got; local in function:dos_read 138 got = size - lsize; 140 got = dosread(df->doshandle, addr, size); 142 if (got < 0) { 150 df->off += got; 151 size -= got;
|
/src/sys/arch/bebox/stand/boot/ |
ld.script | 22 .rel.got : { *(.rel.got) } 23 .rela.got : { *(.rela.got) } 56 .got : { *(.got.plt) *(.got) }
|
ld.script | 22 .rel.got : { *(.rel.got) } 23 .rela.got : { *(.rela.got) } 56 .got : { *(.got.plt) *(.got) }
|
/src/sys/arch/prep/stand/boot/ |
ld.script | 22 .rel.got : { *(.rel.got) } 23 .rela.got : { *(.rela.got) } 56 .got : { *(.got.plt) *(.got) }
|
ld.script | 22 .rel.got : { *(.rel.got) } 23 .rela.got : { *(.rela.got) } 56 .got : { *(.got.plt) *(.got) }
|
/src/sys/arch/rs6000/stand/boot/ |
ld.script | 22 .rel.got : { *(.rel.got) } 23 .rela.got : { *(.rela.got) } 56 .got : { *(.got.plt) *(.got) }
|