Searched defs:fgets_ret (Results 1 - 1 of 1) sorted by relevance
| /solaris-userland/components/coolkey/test/ | ||
| H A D | test.c | 142 char *fgets_ret; local 333 fgets_ret = NULL; 335 while (fgets_ret == NULL) { 339 fgets_ret = fgets((char *) user_pin, sizeof(user_pin), stdin); |
Completed in 21 milliseconds