Searched refs:period (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libvcodex/ |
H A D | vcsfxsort.c | 187 static void sfxqsort(Vcsfx_t* sfx, Vcsfxint_t* min, Vcsfxint_t* max, Vcsfxint_t hdr, int period) argument 189 static void sfxqsort(sfx, min, max, hdr, period) 194 int period; /* != 0, check periods */ 201 { /**/DEBUG_TALLY(period > 1, In, 1); DEBUG_TALLY(period > 1, Iz, sz); 219 /**/DEBUG_TALLY(period > 1, Qn, 1); DEBUG_TALLY(period > 1, Qz, sz); 220 if((period = (period == 0 || sz <= 1024) ? 0 : 1) != 0) 270 { if(hdr <= MAXHEADER || (period [all...] |
/ast/src/cmd/at/ |
H A D | atd.c | 113 char* period; member in struct:__anon36 929 job->period = s; 1051 error(ERROR_OUTPUT|0, con->fd, "job %s at %s%s%s", job->name, fmttime("%a %b %e %T %Y", job->start), job->repeat ? " repeat " : "", job->period); 1073 error(ERROR_OUTPUT|0, con->fd, "%-21s %-*s%7d %-1s %.-8s %s %s", job->name, sizeof(job->label), job->label, job->pid, job->queue->name, job->owner->user->name, fmttime(AT_TIME_FORMAT, job->start), job->period);
|
Completed in 15 milliseconds