Searched defs:test (Results 1 - 25 of 36) sorted by relevance

12

/ast/src/cmd/3d/
H A Daccess3d.c30 mode_t test; local
77 test = 0;
80 if (mode & R_OK) test |= S_IRUSR;
81 if (mode & W_OK) test |= S_IWUSR;
82 if (mode & X_OK) test |= S_IXUSR;
86 if (mode & R_OK) test |= S_IRGRP;
87 if (mode & W_OK) test |= S_IWGRP;
88 if (mode & X_OK) test |= S_IXGRP;
92 if (mode & R_OK) test |= S_IROTH;
93 if (mode & W_OK) test |
[all...]
H A Dstrmatch.c256 static long test; variable
/ast/src/cmd/dss/
H A Ddss.c103 "{\fmethods\f} [T:test?Enable test code defined by \amask\a. Test code "
198 Dssflags_t test; local
218 test = 0;
268 test = opt_info.num;
301 if (!(dss = dssopen(flags, test, &disc, meth)))
/ast/src/cmd/vczip/tests/
H A Dtvcrdb.c82 Vcchar_t test[sizeof(Data)]; local
141 /* test table construction with filled data */
145 terror("vcrdparse(): Can't open test table");
157 r = vcrdextract(tst, -1, test, sizeof(test), VCRD_RECORD);
163 r = vcrdextract(tst, -1, test, sizeof(test), VCRD_RECORD);
166 if(memcmp(Data, test, dtsz) != 0)
169 /* test transformation plan making */
181 /* test transformatio
[all...]
/ast/src/cmd/pzip/
H A Dpcmp.c38 int test; member in struct:__anon190
132 switch (optget(argv, "c#[cols]l#[compression-level]r#[rows]vT#[test-mask]"))
150 state.test |= opt_info.num;
H A Dr2c.c56 int test; member in struct:State_s
183 switch (optget(argv, "d:[delimiter]l#[compression-level]q:[quote]t:[terminator]vw#[window-size]T#[test-mask]"))
204 state.test |= opt_info.num;
/ast/src/cmd/tests/vmalloc/
H A Dtsharemem.c110 int test, flag, code = 2; local
144 for(test = 0; test < 2; ++test )
145 { if (test)
/ast/src/lib/libpp/
H A Dppsearch.c32 #define SEARCH_TEST (SEARCH_USER<<3)/* test for binding */
46 * multiple include test
49 * test
52 * INC_TEST test if include required
55 * test!=INC_CLEAR returns 1 if file can be included again
70 ppmultiple(register struct ppfile* fp, register struct ppsymbol* test) argument
75 message((-3, "search: %s: status=%s%s test=%s", fp->name, status == INC_CLEAR ? "[CLEAR]" : status == INC_TEST ? "[ONCE]" : status == INC_IGNORE ? "[IGNORE]" : status->name, (pp.mode & HOSTED) ? "[HOSTED]" : "", test == INC_CLEAR ? "[CLEAR]" : test == INC_TEST ? "[TEST]" : test
[all...]
H A Dppproto.c78 int test; /* testing */ member in struct:Proto_s
2369 if (flags & PROTO_TEST) proto->test = 1;
/ast/src/cmd/sortlib/vcodex/
H A Dvcodex.c45 "[T:test?Enable test code defined by \amask\a. Test code is "
83 unsigned long test; member in struct:State_s
164 if (state->test & 0x10)
311 state->test |= opt_info.num;
/ast/src/cmd/ksh93/bltins/
H A Dtest.c22 * test expression
37 #include "test.h"
73 struct test struct
81 static char *nxtarg(struct test*,int);
82 static int expr(struct test*,int);
83 static int e3(struct test*);
113 struct test tdata;
138 /* posix portion for test */
192 * evaluate a test expression.
197 static int expr(struct test *t
[all...]
/ast/src/cmd/mailx/port/
H A Dmime.c101 char* test; member in struct:Cap_s
287 if (!strcasecmp(k, "test"))
288 cap->test = att->value;
301 if (!cap->test && !dup->test || cap->test && dup->test && streq(cap->test, dup->test))
589 if (!view || strcasecmp(view, "test"))
[all...]
/ast/src/cmd/mailx/
H A Dspam.c133 long test; local
137 test = *((long*)vp->variable);
144 test = 0;
146 test = SPAM_DEFAULT;
152 test |= p->type;
158 *((long*)vp->variable) = test;
490 long test; local
499 test = 0;
507 test |= SPAM_from_spam;
545 test |
[all...]
/ast/src/lib/libast/comp/
H A Domitted.c697 int test; member in struct:Exe_test_s
714 r = exe[fd]->test;
715 exe[fd]->test = 0;
736 if (fd >= 0 && fd < elementsof(exe) && exe[fd] && exe[fd]->test < 0)
737 exe[fd]->test = n >= 2 && ((unsigned char*)buf)[1] == 0x5a && (((unsigned char*)buf)[0] == 0x4c || ((unsigned char*)buf)[0] == 0x4d) && !lseek(fd, (off_t)0, SEEK_CUR);
772 exe[fd]->test = -1;
/ast/src/lib/libast/misc/
H A Dmime.c49 char* test; member in struct:Cap_s
235 if (!strcasecmp(k, "test"))
236 cap->test = att->value;
249 if (!cap->test && !dup->test || cap->test && dup->test && streq(cap->test, dup->test))
645 if (!view || strcasecmp(view, "test"))
[all...]
/ast/src/lib/libdss/
H A Ddss.h174 Dssflags_t test; /* dssopen() test mask */ member in struct:Dss_s
H A Ddssopen.c553 dssopen(Dssflags_t flags, Dssflags_t test, Dssdisc_t* disc, Dssmeth_t* meth) argument
605 dss->test = test;
607 if (!(dss->cx = cxscope(NiL, meth->cx, flags & DSS_CX_FLAGS, test, disc)) || disc->map && !loadtags(disc->map, "map", disc, meth))
889 if (dss->test & 0x00000100)
/ast/src/lib/librecsort/
H A Drecsort.h118 unsigned long test; /* test mask */ member in struct:_rskey_s
/ast/src/cmd/nmake/
H A Doption.c229 { "test", OPT_test, (char*)&state.test, 0,
230 "Enable test code defined by \amask\a. Test code is implementation"
231 " specific. The test \amask\a registry is in the \bmain.c\b \bnmake\b"
1663 long test; local
1673 test = 0;
1678 test = Om|OPT_SET;
1683 test = OPT_DEFAULT;
1688 test = 0;
1693 test
[all...]
/ast/src/lib/libast/port/
H A Dastlicense.c177 LIC("test", TEST),
196 int test; member in struct:Notice_s
382 if (notice->test)
545 notice.test = 0;
743 notice.test = 1;
/ast/src/lib/libpz/
H A Dpzip.h69 #define PZ_REGRESS 0x00000100 /* regression test output */
214 unsigned long test; /* implementation test mask */ member in struct:Pz_s
/ast/src/cmd/dsslib/xml/
H A Dxml.c41 "[T:test?Enable implementation-specific tests and tracing.]#[mask]"
109 Cxflags_t test; member in struct:Xml_s
1229 xml->test = opt_info.num;
/ast/src/cmd/html/
H A Dtroff2html.h188 unsigned long test; /* test mask */ member in struct:State_s
/ast/src/cmd/jcl/
H A Djcm.c43 "[T:test?Implementation-specific test and tracing bitmask.]#[test-mask]{"
163 unsigned long test; member in struct:State_s
704 state.test |= opt_info.number;
865 if ((state.test & 0x0010) || s[24] != '-')
/ast/src/cmd/pax/
H A Dpaxlib.h74 #define PAX_EVENT_SKIP_JUNK 0x00000004 /* junk header test */
194 int test; /* debug test bits */ member in struct:Pax_s

Completed in 47 milliseconds

12