Lines Matching defs:suffix
379 /* Convert a string representation of a number with an optional size suffix
385 char suffix;
393 switch (suffix = nptr[pos]) {
407 if (suffix < '0' || suffix > '9') {
408 err(stderr, "unrecognized suffix: %c\n", suffix);
418 /* Convert a string representation of a number with an optional time suffix
424 char suffix;
432 switch (suffix = nptr[pos]) {
454 if (suffix < '0' || suffix > '9') {
455 err(stderr, "unrecognized suffix: %c\n", suffix);