Lines Matching defs:c
6 /* Copyright(c) 1983, 1984, 1985, 1986, 1987, 1988, 1989 AT&T */
10 * Copyright (c) 1983 The Regents of the University of California.
189 char c;
204 while ((c = getopt(argc, argv, ARGSTR)) != -1) {
205 switch (c) {
222 case 'c':
245 "(-%c), exiting", optopt);
324 "options specified (-c and -i)");
325 fatal(fd, "Checksums are required and ignored (-c and -i);"
358 char c;
360 if (read(f, &c, 1) != 1 || (--cnt < 0)) {
364 *buf++ = c;
365 } while (c != '\0');
940 char c;
956 if (read(f, &c, 1) != 1 || c != 0) {