Lines Matching defs:ascii
112 label_error(const char *ascii, const int err)
118 gettext("lslabels: bad string %s\n"), ascii);
127 "\"%s\" at position %d\n"), ascii, err);
142 char ascii[PIPE_BUF]; /* human readable label */
180 (void) strlcpy(ascii, argv[optind], sizeof (ascii));
183 if ((c = read(STDIN_FILENO, ascii, sizeof (ascii))) <= 0) {
192 ascii[c-1] = '\0';
200 if (str_to_label(ascii, &label, MAC_LABEL, L_NO_CORRECTION,
202 label_error(ascii, err);