/src/usr.bin/error/ |
filter.c | 70 char inbuffer[256]; local in function:getignored 108 fgets(inbuffer, sizeof(inbuffer)-1, fyle) != NULL; nignored++) 113 (fgets (inbuffer, sizeof(inbuffer)-1, fyle) != NULL); i++) { 114 names_ignored[i] = Strdup(inbuffer);
|
/src/sys/lib/libsa/ |
tftp.c | 322 size_t offinblock, inbuffer; local in function:tftp_read 333 inbuffer = tftpfile->validsize - offinblock; 334 count = (size < inbuffer ? size : inbuffer); 343 if ((tftpfile->islastblock) && (count == inbuffer))
|
ustarfs.c | 498 size_t inbuffer; local in function:ustarfs_read 513 inbuffer = 512 - bufferoffset; 514 if (inbuffer < seg) 515 seg = inbuffer;
|
/src/sys/arch/x68k/x68k/ |
kgdb_stub.c | 313 static u_char inbuffer[SL_RPCSIZE+1]; variable in typeref:typename:u_char[] 404 in = kgdb_recv(inbuffer, &inlen); 432 for (len = inbuffer[0]; len < NUM_REGS; ++len) { 450 cp = inbuffer; 463 len = inbuffer[0]; 464 kgdb_copy(&inbuffer[1], (u_char *)&addr, 4); 480 kgdb_copy(inbuffer, (u_char *)&addr, 4); 488 kgdb_copy(&inbuffer[4], addr, len);
|
/src/games/larn/ |
data.c | 117 u_char *lpbuf, *lpnt, *inbuffer, *lpend; /* input/output pointers variable in typeref:typename:u_char ***
|