Searched defs:touch (Results 1 - 8 of 8) sorted by relevance
/ast/src/lib/libardir/ |
H A D | testar.c | 29 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 D | ar-port.c | 63 int touch; /* touch symbol table time */ member in struct:State_s 85 if (state->touch && state->patch >= 0) 360 state->touch = 1;
|
H A D | ar-s5r0.c | 63 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 D | touch.c | 27 * 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 D | touch.c | 25 * 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 D | ast_3d.h | 53 #define touch _3d_touch macro
|
/ast/src/cmd/mailx/ |
H A D | local.c | 821 * 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 D | make.h | 817 unsigned char touch; /* touch out of date targets */ member in struct:State_s
|
Completed in 22 milliseconds