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

/ast/src/lib/libast/comp/
H A Dsystem.c24 * ast library system(3)
27 #define system ______system macro
34 #undef system macro
44 system(const char* cmd) function
/ast/src/cmd/paxlib/arj/
H A Darj.c45 unsigned char system; member in struct:Ar_s
131 ar->system = buf[3];
161 if (ar->system != 3)
/ast/src/cmd/paxlib/lha/
H A Dlha.c43 unsigned char system; member in struct:Ar_s
132 ar->system = hdr[2];
140 ar->system = 0;
146 ar->system = 0;
155 if (ar->system == 'U')
/ast/src/lib/libcoshell/
H A Dcoshell.h37 #undef system macro
38 #define system(a) cosystem(a) macro
/ast/src/cmd/paxlib/zoo/
H A Dzoo.c108 int system; local
203 system = swapget(3, buf, 2);
206 system = 0;
220 if (system == 0 || system == 2)

Completed in 14 milliseconds