/ast/src/cmd/3d/ |
H A D | access3d.c | 30 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 D | strmatch.c | 256 static long test; variable
|
/ast/src/cmd/dss/ |
H A D | dss.c | 103 "{\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 D | tvcrdb.c | 82 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 D | pcmp.c | 38 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 D | r2c.c | 56 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 D | tsharemem.c | 110 int test, flag, code = 2; local 144 for(test = 0; test < 2; ++test ) 145 { if (test)
|
/ast/src/lib/libpp/ |
H A D | ppsearch.c | 32 #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 D | ppproto.c | 78 int test; /* testing */ member in struct:Proto_s 2369 if (flags & PROTO_TEST) proto->test = 1;
|
/ast/src/cmd/sortlib/vcodex/ |
H A D | vcodex.c | 45 "[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 D | test.c | 22 * 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 D | mime.c | 101 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 D | spam.c | 133 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 D | omitted.c | 697 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 D | mime.c | 49 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 D | dss.h | 174 Dssflags_t test; /* dssopen() test mask */ member in struct:Dss_s
|
H A D | dssopen.c | 553 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 D | recsort.h | 118 unsigned long test; /* test mask */ member in struct:_rskey_s
|
/ast/src/cmd/nmake/ |
H A D | option.c | 229 { "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 D | astlicense.c | 177 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 D | pzip.h | 69 #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 D | xml.c | 41 "[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 D | troff2html.h | 188 unsigned long test; /* test mask */ member in struct:State_s
|
/ast/src/cmd/jcl/ |
H A D | jcm.c | 43 "[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 D | paxlib.h | 74 #define PAX_EVENT_SKIP_JUNK 0x00000004 /* junk header test */ 194 int test; /* debug test bits */ member in struct:Pax_s
|