Searched refs:dat (Results 1 - 25 of 27) sorted by relevance

12

/ast/src/cmd/re/
H A DMakefile23 glob :TEST: testglob.c testglob.dat
28 fmt :TEST: testfmt.c testfmt.dat
31 fnmatch :TEST: testfnmatch.c testfnmatch.dat testregex.dat \
32 locale.dat testmatch.dat
35 match :TEST: testmatch.c testregex.dat locale.dat testmatch.dat
38 oldmatch :TEST: testoldmatch.c testregex.dat local
[all...]
/ast/src/cmd/dsslib/flat/
H A DMakefile12 data/cpy-bin.dat data/cpy-bin.dss data/cpy-str-bin.dss \
13 data/cpy-str-txt.dss data/cpy-txt.dat data/cpy-txt.dss \
14 data/e-txt.dss data/ff-bin.dat data/ff-bin.dss \
15 data/ff-txt.dss data/fixed-bad.dat data/fixed.dat \
16 data/fixed.dss data/fixedmax.dat data/fixedmax.dss \
17 data/fixedmaxvar.dat data/fixedmaxvar.dss data/fixedvar.dat \
18 data/fixedvar.dss data/httplog.dat data/httplog.dss \
20 data/pwd-bin.dat dat
[all...]
/ast/src/cmd/sortlib/sync/
H A DMakefile16 data/c.dat data/c.ss \
17 data/e.dat data/e%12.dat data/e.f%12.dat data/e.ss \
21 data/i.dat data/i.ss \
23 data/p.dat data/p.ss \
25 data/s.dat data/s.ss \
26 data/t.dat data/t.ss \
30 data/z.dat data/z.ss
/ast/src/cmd/tests/
H A Dbase64.c35 unsigned char dat[256]; local
36 unsigned char tst[sizeof(dat)];
45 for (i = 0; i < sizeof(dat); i++)
46 dat[i] = i;
47 for (i = 0; i < sizeof(dat) - 1; i++)
52 l = base64encode(dat, i, NiL, buf, sizeof(buf), NiL);
66 if (memcmp(dat, tst, i))
75 r = base64encode(dat + i, sizeof(dat) - i, NiL, buf + l, sizeof(buf) - l, NiL);
83 if (t != (sizeof(dat)
[all...]
/ast/src/cmd/sortlib/sum/
H A DMakefile11 :: RELEASE data/nyse.dat data/euro.dat
/ast/src/cmd/dsslib/bgp/
H A DMakefile21 data/as.map data/ipma-lcl.dat data/rib.20080601.0108.bz2 \
22 data/bgp-map.dss data/ipma-tab.dat data/rib.20090316.2200.dat \
23 data/bgp.map data/ipma-txt.dat data/ripe-08.dat \
24 data/cisco-split.dat data/ipma.dat data/updates.20080601.0000.bz2 \
25 data/cisco.dat data/mrt.dat \
/ast/src/cmd/cs/
H A Dtst-old.c52 static char dat[1024]; variable
99 if ((n = csread(fd, dat, sizeof(dat), CS_LINE)) <= 0) goto drop;
100 dat[--n] = 0;
101 if (isalpha(dat[0]) && (dat[1] == 0 || isdigit(dat[1]))) switch (dat[0])
104 error_info.trace = -(int)strtol(dat + 1, NiL, 0);
113 n = sfsprintf(buf, sizeof(buf), "E %s: unknown command\n", dat);
[all...]
H A Dtst.c44 static char dat[1024]; variable
91 if ((n = csread(css->state, fp->fd, dat, sizeof(dat), CS_LINE)) <= 0)
93 dat[--n] = 0;
94 if (isalpha(dat[0]) && (dat[1] == 0 || isdigit(dat[1]))) switch (dat[0])
97 error_info.trace = -(int)strtol(dat + 1, NiL, 0);
106 n = sfsprintf(buf, sizeof(buf), "E %s: unknown command\n", dat);
[all...]
/ast/src/cmd/pax/
H A DMakefile46 :: data/link.dat data/mode.dat \
47 data/aha.dat data/ro.dat \
48 data/star-all-fail-1.dat \
49 data/star-gnu-fail-1.dat \
50 data/star-gnu-fail-2.dat \
51 data/star-long-1.dat \
53 data/star-long-2.dat \
55 data/star-test.dat \
[all...]
/ast/src/cmd/dsslib/lookup/
H A DMakefile12 data/delete.dat data/test.json
/ast/src/cmd/dsslib/sort/
H A DMakefile12 data/pwd.dat data/pwd.dss
/ast/src/cmd/dsslib/text/
H A DMakefile15 :: RELEASE data/pwd-txt.dat
/ast/src/cmd/dsslib/netflow/
H A DMakefile20 :: RELEASE data/netflow-5.dat data/netflow-txt.dat
/ast/src/cmd/pack/
H A DMakefile17 :: RELEASE pack.dat
/ast/src/cmd/pzip/
H A Dpcmp.c120 unsigned char* dat; local
170 if (!(dat = newof(0, unsigned char, datsize, 0)))
171 error(ERROR_SYSTEM|3, "out of space [dat]");
175 end = dat + datsize;
185 memset(dat, 040, cols);
186 for (s = p = dat; s < end; p = s, s += cols)
192 d = dif(dat, datsize, buf, bufsize, cols);
193 z = zip(dat, datsize, buf, bufsize);
H A Dpin.c523 * filter out the high frequency columns from dat
534 unsigned char* dat; local
547 dat = *datp;
602 s = dat;
702 s = dat;
711 *bufp = dat;
725 * permute state.map and dat according to a new order
729 permute(unsigned char* buf, unsigned char* dat, size_t* ord, size_t row, size_t tot) argument
740 for (end = dat + tot; dat < en
803 reorder_heuristic(Reorder_method_t* method, unsigned char* buf, unsigned char* dat, int* lab, size_t row, size_t tot) argument
1123 reorder_tsp(Reorder_method_t* method, unsigned char* buf, unsigned char* dat, int* lab, size_t row, size_t tot) argument
1257 optimize_dynamic(Optimize_method_t* method, unsigned char* buf, unsigned char* dat, size_t** val, size_t* cst, size_t* sol, size_t row, size_t tot, size_t grp) argument
1307 optimize_greedy(Optimize_method_t* method, unsigned char* buf, unsigned char* dat, size_t** val, size_t* cst, size_t* sol, size_t row, size_t tot, size_t grp) argument
1338 optimize_transitive(Optimize_method_t* method, unsigned char* buf, unsigned char* dat, size_t** val, size_t* cst, size_t* sol, size_t row, size_t tot, size_t grp) argument
1442 unsigned char* dat; local
[all...]
/ast/src/cmd/coshell/
H A Devent.c416 apply(State_t* state, Connection_t* con, int id, int index, datum key, datum val, Data_t* dat) argument
424 dat->flags |= DATA_clear;
425 dat->time = time(NiL);
426 val.dptr = (void*)dat;
427 val.dsize = sizeof(*dat);
453 dat->flags |= DATA_hold;
454 dat->time = time(NiL);
455 val.dptr = (void*)dat;
456 val.dsize = sizeof(*dat);
468 dat
553 Data_t dat; local
619 Data_t dat; local
[all...]
/ast/src/cmd/dsslib/ip_t/
H A DMakefile26 iv-ip4-prefix.dat iv-ip4-addr.dat iv-ip4.out \
27 iv-ip6-prefix.dat iv-ip6-addr.dat iv-ip6.out
/ast/src/lib/libcs/
H A Dcssend.c42 struct strbuf dat; local
48 dat.buf = "";
49 dat.len = 0;
50 if (putmsg(fd, NiL, &dat, 0) < 0 || write(fd, &hdr, sizeof(hdr)) != sizeof(hdr))
/ast/src/cmd/std/
H A DMakefile57 :: y2k.dat
/ast/src/cmd/ksh93/tests/
H A Dlocale.sh149 } > ko.dat
151 LC_ALL=$locale $SHELL < ko.dat 2> /dev/null || err_exit "script with multibyte char straddling buffer boundary fails"
H A Dbasic.sh101 set -- dat*
103 then err_exit "dat* matches only $# files"
/ast/src/lib/librecsort/
H A Drskey.c603 * return encoded key for dat,datlen in key,keylen
608 code(Rs_t* rs, unsigned char* dat, size_t datlen, unsigned char* key, size_t keylen, Rsdisc_t* disc) argument
610 code(rs, dat, datlen, key, keylen, disc)
612 unsigned char* dat;
625 unsigned char* xp = dat + datlen;
633 pp[0] = dat;
638 for (cp = dat; cp < xp && np < m;)
651 for (cp = dat; cp < xp && np < m;)
/ast/src/cmd/ksh93/features/
H A Dmath.sh115 eval `iffe $iffeflags -c "$cc" - dat,npt,mac $lib $iffehdrs $iffelibs 2>&$stderr`
/ast/src/cmd/INIT/
H A Diffe.sh153 dat) mm="a library data symbol" ;;
915 [+dat \aname\a?Defines \b_dat_\b\aname\a if \aname\a is a data symbol
917 [+def \aname\a?Equivalent to \bcmd,dat,hdr,key,lib,mth,sys,typ\b
2845 def|default) x="$x cmd dat hdr key lib mth sys typ" ;;
2996 dat|dfn|key|lib|mac|mth|nos|npt|siz|sym|typ|val)
3351 dat) m=HAVE${u}_DATA ;;
3536 dat|lib|mth|run)
3645 dat) case $p in
4420 rm -f $tmp.exe $tmp.dat
4423 execute $tmp.exe > $tmp.dat
[all...]

Completed in 523 milliseconds

12