Searched refs:havestr (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/usr.bin/units/
H A Dunits.c677 char havestr[81], wantstr[81]; local
707 strlcpy(havestr, argv[optind], sizeof(havestr));
710 addunit(&have, havestr, 0, 1);
726 if (!fgets(havestr, sizeof(havestr), stdin)) {
731 } while (addunit(&have, havestr, 0, 1) ||

Completed in 67 milliseconds