/src/usr.bin/telnet/ |
ring.h | 41 * full: [consume, supply) 42 * empty: [supply, consume) 47 unsigned char *consume, /* where data comes out of */ member in struct:__anon5726843e0108
|
/src/lib/libc/isc/ |
ev_streams.c | 49 static void consume(evStream *str, size_t bytes); 233 consume(evStream *str, size_t bytes) { function in typeref:typename:void 280 consume(str, bytes); 303 consume(str, bytes);
|
/src/sys/arch/arm/gemini/ |
gemini_ipm.c | 36 void (*consume)(void *, const void *); member in struct:dispatch_entry 160 void (*consume)(void *, const void *), 170 tag, ipl, quota, consume, counter, arg)); 179 if (disp->consume == 0) { 183 disp->consume = consume; 190 disp->sih = softint_establish(ipl, consume, arg); 241 (*disp->consume)(disp->arg, &desc);
|
/src/usr.bin/script/ |
script.c | 98 static void consume(FILE *, off_t, char *, int); 385 consume(FILE *fp, off_t len, char *buf, int reg) function in typeref:typename:void 480 (void)consume(fp, stamp.scr_len, buf, reg); 489 (void)consume(fp, stamp.scr_len, buf, reg); 493 (void)consume(fp, stamp.scr_len, buf, reg);
|