Searched refs:fn_or_tspec (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/find/
H A Dfunction.c1211 char *fn_or_tspec; local
1216 fn_or_tspec = nextarg(option, argvp);
1222 new->t_data.tv_sec = get_date(fn_or_tspec);
1224 errx(1, "Can't parse date/time: %s", fn_or_tspec);
1229 error = lstat(fn_or_tspec, &sb);
1231 error = stat(fn_or_tspec, &sb);
1233 err(1, "%s", fn_or_tspec);

Completed in 123 milliseconds