Searched refs:sv (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libcoshell/
H A Dcoclose.c52 Coservice_t* sv; local
74 for (sv = co->service; sv; sv = sv->next)
76 if (sv->fd > 0)
77 close(sv->fd);
78 if (sv->pid)
79 waitpid(sv->pid, &status, 0);
/ast/src/cmd/ss/
H A Dss.c178 register Sys_t** sv; local
244 for (sv = state.base; sv < state.next; sv++)
245 if ((sp = *sv)->fail)
/ast/src/cmd/jcl/
H A DJCL.mk9 JCLFLAGS = -sv -I$(JCLINCLUDE)
/ast/src/cmd/coshell/
H A Dschedule.c92 unsigned long sv; local
201 sv = ~0;
219 * sp best open match [value is sv]
281 if (v < sv && ap->running < (state.perhost ? state.perhost : ap->cpu * state.percpu) && (!state.maxload || (ap->stat.load / ap->scale) < state.maxload) && (!sp || bypass || IDLE(ap->stat.idle, ap->idle) || !IDLE(sp->stat.idle, sp->idle)))
283 sv = v;
290 if (mp && (!sp || nopen < state.pool + noverride && RNK(mp, a) < PCT(sv, H_RANK))) sp = mp;
/ast/src/lib/libdss/
H A Dcxopen.c76 match_string_exec(Cx_t* cx, void* data, Cxtype_t* st, Cxvalue_t* sv, Cxdisc_t* disc) argument
80 if ((i = regnexec((regex_t*)data, sv->string.data, sv->string.size, 0, NiL, 0)) && i != REG_NOMATCH)
/ast/src/cmd/nmake/
H A DMakerules.mk43 set option=';clobber;sv;-;Replace existing \binstall\b action targets matching \apattern\a instead of renaming to \atarget\a\b.old\b.;pattern:!*'
55 set option=';preserve;sv;-;Move existing \binstall\b action targets matching \apattern\a to the \bETXTBSY\b subdirectory of the install target.;pattern:!*'
66 set option=';variants;sv;-;Select only \bcc-\b\avariant\a directories matching \apattern\a.;pattern:!*'

Completed in 38 milliseconds