Lines Matching defs:time
53 char *fstype, char *mntopts, char *time);
76 free(headp->time);
160 char *mntopts, char *time, boolean_t find_overlays, int *errp) {
176 mntopts, time);
578 newp->time = strdup(mnttab_entry.mnt_time);
579 if (newp->time == NULL) {
638 newp->time = strdup(mnttab_entry.mnt_time);
639 if (newp->time == NULL) {
657 char *time) {
715 if (time != NULL) {
716 search_entry->mnt_time = strdup(time);