Searched defs:touch (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libardir/
H A Dtestar.c29 long touch; local
32 touch = 0;
36 touch = strtol(*++argv, NiL, 0);
37 else if (dir = ardiropen(file, NiL, touch ? ARDIR_UPDATE : 0))
42 if (touch)
44 ent->mtime = touch;
46 sfprintf(sfstdout, "touch %s\n", ent->name);
H A Dar-port.c63 int touch; /* touch symbol table time */ member in struct:State_s
85 if (state->touch && state->patch >= 0)
360 state->touch = 1;
H A Dar-s5r0.c63 int touch; /* touch symbol table time */ member in struct:State_s
83 if (state->touch && state->patch >= 0)
181 state->touch = 1;
/ast/src/lib/libast/port/
H A Dtouch.c27 * touch file access and modify times of file
46 touch(const char* path, time_t at, time_t mt, int flags) function
/ast/src/cmd/3d/
H A Dtouch.c25 * NOTE: obsolete touch() for 3d private use
26 * -last touch() handles subsecond times
34 * touch file access and modify times of file
73 touch(const char* file, time_t atime, time_t mtime, int force) function
H A Dast_3d.h53 #define touch _3d_touch macro
/ast/src/cmd/mailx/
H A Dlocal.c821 * touch file access and modify times of file
831 touch(const char* file, time_t atime, time_t mtime, int force) function
/ast/src/cmd/nmake/
H A Dmake.h817 unsigned char touch; /* touch out of date targets */ member in struct:State_s

Completed in 22 milliseconds