Searched defs:expire (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libcs/
H A Dcsslib.h46 unsigned long expire; member in struct:__anon339
107 unsigned long expire; member in struct:Common_s
/ast/src/cmd/cs/
H A Dpid.c57 unsigned long expire; /* kill poll expiration */ member in struct:__anon80
66 int expire; /* expiration increment */ member in struct:__anon81
86 state->expire = EXPIRE;
130 state->expire = c;
135 n = sfsprintf(m, sizeof(state->buf), "active=%d decay=%d expire=%d\n", state->active, state->decay, state->expire);
140 n += sfsprintf(m + n, sizeof(state->buf) - n, "%6d %ld", pp->pid, pp->expire - cs.time);
200 pp->expire = cs.time + (pp->decay = state->expire);
234 if (pp->expire <
[all...]
/ast/src/cmd/cs/vcs_src/
H A Difs_agent.c554 IfsCacheValid( fpath, expire )
556 unsigned long expire;
569 if( expire == CS_NEVER )
573 return ( mtime > cs.time || (cs.time - mtime) < expire );
694 unsigned long expire; local
703 expire = 86400;
706 if (strneq(argv[n], "expire=", 7))
707 expire = strelapsed(argv[n] + 7, NiL, 1);
714 expire = CS_NEVER;
727 if( IfsCacheValid(physical, expire) ||
[all...]
/ast/src/lib/libcmd/
H A Dtail.c140 unsigned long expire; member in struct:Tail_s
622 fp->expire = timeout ? (NOW + timeout + 1) : 0;
656 fp->expire = NOW + timeout;
681 else if (!timeout || fp->expire > NOW)
698 fp->expire = NOW + timeout;
/ast/src/cmd/coshell/
H A Devent.c77 "[+?The \b--cs\b, \b--expire\b, \b--initialize\b, and \b--log\b options "
78 "apply to the initial service command, and the \b--expire\b, \b--log\b, "
83 "[e:expire?Set the current event expiration to the \bdate\b(1) or "
152 Number_t expire; /* expiration seconds since epoch */ member in struct:Data_s
208 unsigned long expire; /* expiration in seconds */ member in struct:State_s
709 state->expire = strelapsed(opt_info.arg, &t, 1);
1020 if (memcmp(&data.expire, ident_name, sizeof(data.expire)))
1032 memcpy(&data.expire, ident_name, sizeof(data.expire));
[all...]

Completed in 19 milliseconds