Home
last modified time | relevance | path

Searched refs:wantstr (Results 1 – 3 of 3) sorted by relevance

/netbsd/usr.bin/units/
H A Dunits.c864 char havestr[81], wantstr[81]; in main() local
923 strlcpy(wantstr, argv[1], sizeof(wantstr)); in main()
928 addunit(&want, wantstr, 0); in main()
952 if (!fgets(wantstr, 80, stdin)) { in main()
957 } while (addunit(&want, wantstr, 0) || in main()
/netbsd/lib/librumpuser/
H A Drumpuser_sp.c387 int wantstr, void **resp) in copyin_req() argument
399 if (wantstr) in copyin_req()
423 if (wantstr) in copyin_req()
783 sp_copyin(void *arg, const void *raddr, void *laddr, size_t *len, int wantstr) in sp_copyin() argument
791 rv = copyin_req(spc, raddr, len, wantstr, &rdata); in sp_copyin()
/netbsd/lib/librumpclient/
H A Drumpclient.c530 int wantstr) in send_copyin_resp() argument
535 if (wantstr) in send_copyin_resp()