DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
get_date
usr.bin/find/extern.h
42
time_t get_date(char *);
usr.bin/find/function.c
1146
new->t_data.tv_sec = get_date(fn_or_tspec);
usr.bin/find/getdate.y
69
time_t get_date(char *);
usr.bin/find/getdate.y
948
d = get_date(buff);