Searched defs:patch (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libardir/
H A Dar-port.c59 off_t patch; /* symdir time patch offset */ member in struct:State_s
85 if (state->touch && state->patch >= 0)
87 if (lseek(ar->fd, state->patch, SEEK_SET) != state->patch)
153 state->patch = MAGIC_SIZE + offsetof(Header_t, ar_date);
166 state->patch = -1;
H A Dar-s5r0.c61 off_t patch; /* symdir time patch offset */ member in struct:State_s
83 if (state->touch && state->patch >= 0)
85 if (lseek(ar->fd, state->patch, SEEK_SET) != state->patch)
117 state->patch = offsetof(Header_t, ar_date);

Completed in 8 milliseconds