Searched defs:mv (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libast/port/
H A Dtouch.c49 Tv_t mv; local
69 mv.tv_sec = mt;
70 mv.tv_nsec = 0;
71 mp = &mv;
/ast/src/lib/libast/tm/
H A Dtmxtouch.c44 Tv_t mv; local
66 mv.tv_sec = tmxsec(mt);
67 mv.tv_nsec = tmxnsec(mt);
68 mp = &mv;
H A Dtvtouch.c88 tvtouch(const char* path, register const Tv_t* av, register const Tv_t* mv, const Tv_t* cv, int flags) argument
125 if (!mv)
130 else if (mv == TV_TOUCH_RETAIN)
137 ts[1].tv_sec = mv->tv_sec;
138 ts[1].tv_nsec = NS(mv->tv_nsec);
140 if (!cv && av == TV_TOUCH_RETAIN && mv == TV_TOUCH_RETAIN && !stat(path, &st) && !chmod(path, st.st_mode & S_IPERM))
159 if ((av == TV_TOUCH_RETAIN || mv == TV_TOUCH_RETAIN) && stat(path, &st))
164 if (mv == TV_TOUCH_RETAIN)
165 mv = 0;
167 if (!av || !mv)
[all...]
/ast/src/cmd/std/
H A Dtouch.c126 Tv_t mv; local
251 mp = &mv;
/ast/src/cmd/sort/
H A Dsfopen.c86 Match_t* mv; local
125 if (!(mv = newof(0, Match_t, 1, 0)))
128 mv->pattern = v;
130 me = me->next = mv;
132 mp = mv;
/ast/src/cmd/pax/
H A Dfile.c703 Tv_t mv; local
706 tvgetmtime(&mv, f->st);
707 settime(f->path, &av, &mv, NiL);

Completed in 23 milliseconds