Searched refs:readcmd (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/usr.bin/tftp/ |
| H A D | main.c | 81 int readcmd(char *, int, FILE *); 249 readcmd(&line[strlen(line)], LBUFLEN - strlen(line), stdin); in parsearg() 332 readcmd(&line[strlen(line)], LBUFLEN - strlen(line), stdin); in put() 420 readcmd(&line[strlen(line)], LBUFLEN - strlen(line), stdin); in get() 496 readcmd(&line[strlen(line)], LBUFLEN - strlen(line), stdin); in setrexmt() 522 readcmd(&line[strlen(line)], LBUFLEN - strlen(line), stdin); in settimeout() 586 if (readcmd(line, LBUFLEN, stdin) < 1) in command() 749 readcmd(&line[strlen(line)], LBUFLEN - strlen(line), stdin); in setblksize() 770 readcmd(char *input, int len, FILE *stream) in readcmd() function
|
| /openbsd-src/sys/dev/ic/ |
| H A D | elink3.c | 1581 u_int16_t readcmd; in ep_read_eeprom() local 1588 readcmd = READ_EEPROM_RR; in ep_read_eeprom() 1590 readcmd = READ_EEPROM; in ep_read_eeprom() 1595 readcmd | offset); in ep_read_eeprom()
|
| /openbsd-src/sys/dev/usb/ |
| H A D | if_urtw.c | 1387 int16_t addrstr[8], data16, readcmd[] = { 1, 1, 0 }; in urtw_eprom_read32() local 1403 error = urtw_eprom_sendbits(sc, readcmd, URTW_READCMD_LEN); in urtw_eprom_read32()
|