Searched refs:trans (Results 1 - 13 of 13) sorted by relevance

/ast/src/cmd/vczip/tests/
H A Dtvctranspose.c29 Vcchar_t matrix[NROWS][NCOLS], trans[NCOLS][NROWS], *tr; local
35 trans[j][i] = 'a' + (i+j)%26;
45 if(memcmp(&trans[0][0], tr, sizeof(trans)) != 0)
/ast/src/cmd/sortlib/vcodex/
H A Dvcodex.c71 char* trans; member in struct:Encoding_s
106 push(Sfio_t* sp, Encoding_t* code, const char* trans, int type) argument
110 if (!trans && !type)
114 vcsf->trans = (char*)trans;
122 if (code && (code->trans = vcsf->trans))
137 if (push(sp, NiL, state->output.trans, VC_ENCODE) < 0)
139 error(2, "%s: cannot push vcodex encode discipline (%s)", path, state->output.trans);
151 error(0, "sort vcodex encode %s (%s)", path, state->output.trans);
[all...]
/ast/src/lib/libvcodex/Vcmisc/
H A Dvctranspose.c256 Transpose_t *trans = vcgetmtdata(vc, Transpose_t*);
259 hd = vcsizeu(size) + (trans->type == TR_PLAIN ? 0 : vcsizeu(ncols));
337 if(trans->type != TR_PLAIN)
364 Transpose_t *trans; local
370 if(!(trans = vcgetmtdata(vc, Transpose_t*)) )
376 if((rsep = ctxt->rsep) < 0 && trans->ctxt->rsep >= 0 )
377 rsep = trans->ctxt->rsep;
380 else if((ncols = ctxt->ncols) <= 0 && trans->ctxt->ncols > 0)
381 ncols = trans->ctxt->ncols;
420 if(trans
452 Transpose_t *trans; local
517 Transpose_t *trans; local
[all...]
/ast/src/lib/librecsort/
H A Drskey.c105 unsigned char* trans = f->trans; local
119 while (xp < ep && blank(trans[*xp])) xp++;
126 switch (trans[*xp])
140 while (xp < ep && trans[*xp] == '0') xp++;
141 if (xp < ep && trans[*xp] == '.')
144 for (xp++; xp < ep && trans[*xp] == '0'; xp++)
147 if (xp >= ep || trans[*xp] > '9' || trans[*xp] < '0')
159 switch (trans[*x
283 unsigned char* trans = f->trans; local
349 unsigned char* trans = f->trans; local
451 unsigned char* trans = f->trans; local
569 unsigned char* trans = f->trans; local
[all...]
H A Drskeydump.c48 sfprintf(sp, "\t trans = %s\n", fp->trans == kp->state->ident ? "ident" : fp->trans == kp->state->fold ? "fold" : fp->trans ? "UNKNOWN" : "ident");
H A Drskeyhdr.h72 int freetrans; /* free trans on close */ \
73 unsigned char* trans; /* translation table */ \
H A Drskeyopen.c133 vmfree(Vmheap, fp->trans);
/ast/src/lib/libvcodex/
H A Dvcsfio.h45 #define VCSF_TRANS 000004 /* set trans on VC_DECODE */
54 char* trans; /* transformation specification */ member in struct:_vcsfdata_s
H A Dvcsfio.c419 sfdc->sfdt->trans = buf;
975 char *trans; local
993 trans = "delta";
995 else trans = sfdt->trans;
1024 if(!trans || !(sfdc->vc = vcmake(trans, VC_ENCODE)) )
1064 { if(!trans)
1066 if(!(sfdc->vc = vcmake(trans, VC_DECODE)) )
/ast/src/cmd/vczip/
H A Dvczip.c307 vcodexdisc->trans = (char*)vt;
312 sfprintf(sfstdout, "%s", vcodexdisc->trans);
602 char *trans = DFLTZIP; /* transformation spec */ local
659 trans = argv[1]+2;
663 trans = argv[1]+2;
670 trans = vcgetalias(argv[1]+1, buf, sizeof(buf));
671 if(!trans || trans == argv[1]+1)
701 sfdt.trans = trans;
[all...]
/ast/src/lib/libtk/library/demos/
H A Dmenu.tcl67 $m add check -label "Transmission checked" -variable trans
72 -command "showVars $w.menu.cascade.dialog oil trans brakes lights"
/ast/src/cmd/ksh93/sh/
H A Dinit.c2160 wctrans_t trans; member in struct:Mapchar
2173 mp->trans = wctrans(mp->name);
2175 if(!mp->trans || (flags&NV_INTEGER))
2179 c = towctrans(c,mp->trans);
2207 wctrans_t trans = name?wctrans(name):0; local
2214 if(!trans)
2229 mp->trans = trans;
H A Dname.c2994 int oldsize,oldatts,trans; local
3004 trans = !(n&NV_INTEGER) && (n&(NV_LTOU|NV_UTOL));
3024 if((size==oldsize|| (n&NV_INTEGER)) && !trans && ((n^newatts)&~NV_NOCHANGE)==0)
3064 if(trans)
3077 if(!trans)
3085 else if(!trans)

Completed in 42 milliseconds