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

/macosx-10.10/misc_cmds-33/units/
H A Dunits.c677 char havestr[81], wantstr[81]; local
708 strlcpy(wantstr, argv[optind + 1], sizeof(wantstr));
713 addunit(&want, wantstr, 0, 1);
737 if (!fgets(wantstr, sizeof(wantstr), stdin)) {
742 } while (addunit(&want, wantstr, 0, 1) ||

Completed in 75 milliseconds