Lines Matching defs:try
42 char **try;50 for (try = toys.optargs; *try; try++) {52 int fd = open(*try, O_RDWR), iter = 0, throw;56 chmod(*try, 0600);57 fd = open(*try, O_RDWR);60 perror_msg("%s", *try);67 error_msg("%s: needs -s", *try);87 perror_msg("%s", *try);104 if (unlink(*try)) perror_msg("unlink '%s'", *try);