Lines Matching refs:try
38 char **try;
45 for (try = toys.optargs; *try; try++) {
47 int fd = open(*try, O_RDWR), iter = 0, throw;
51 chmod(*try, 0600);
52 fd = open(*try, O_RDWR);
55 perror_msg_raw(*try);
62 error_msg("%s: needs -s", *try);
82 perror_msg_raw(*try);
94 if (throw != writeall(fd, toybuf, throw)) perror_msg_raw(*try);
97 if (FLAG(u) && unlink(*try)) perror_msg("unlink '%s'", *try);