Searched refs:fe (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/tests/sfio/
H A Dtfmt.c24 int myprint(Sfio_t* f, Void_t* v, Sffmt_t* fe) argument
26 int myprint(f, v, fe)
29 Sffmt_t* fe;
32 switch(fe->fmt)
36 fe->flags |= SFFMT_VALUE;
46 Sffmt_t fe; local
48 memset(&fe, 0, sizeof(Sffmt_t));
49 fe.version = SFIO_VERSION;
50 fe.form = "%1$s";
51 fe
[all...]
H A Dtprintf.c30 int coordprint(Sfio_t* f, Void_t* v, Sffmt_t* fe) argument
32 int coordprint(f, v, fe)
35 Sffmt_t* fe;
42 if(fe->fmt != 'c')
45 cp = va_arg(fe->args,Coord_t*);
46 memcpy(type,fe->t_str,fe->n_str); type[fe->n_str] = 0;
48 fe->fmt = 's';
49 fe
70 nulprint(Sfio_t* f, Void_t* val, Sffmt_t* fe) argument
101 DOXSprint(Sfio_t* f, Void_t* v, Sffmt_t* fe) argument
140 abprint(Sfio_t* f, Void_t* v, Sffmt_t* fe) argument
167 intarg(Sfio_t* f, Void_t* val, Sffmt_t* fe) argument
181 shortarg(Sfio_t* f, Void_t* val, Sffmt_t* fe) argument
198 transarg(Sfio_t* f, Void_t* val, Sffmt_t* fe) argument
231 Sffmt_t fe; local
253 Sffmt_t fe; local
[all...]
/ast/src/cmd/ksh93/bltins/
H A Dprint.c666 static const char *mapformat(Sffmt_t *fe) argument
671 if(pm->size==fe->n_str && memcmp(pm->name,fe->t_str,fe->n_str)==0)
678 static int extend(Sfio_t* sp, void* v, Sffmt_t* fe) argument
685 int format = fe->fmt;
687 int fold = fe->base;
689 struct printf* pp = (struct printf*)fe;
694 if(fe->n_str>0 && (format=='T'||format=='Q') && varname(fe
[all...]
/ast/src/lib/libast/string/
H A Dbase64.c55 register unsigned char* fe; local
64 fp = fe = (unsigned char*)fb;
68 fe += fz - n;
91 if (fp >= fe)
113 n += tp - tmp + (fp < fe);
166 register unsigned char* fe; local
185 fe = fp + fz;
204 while (fp < fe)
293 while (fp < fe && ((c = m[*fp++]) == B64_PAD || c == B64_SPC));
294 if (fp >= fe ||
[all...]
/ast/src/lib/libast/comp/
H A Diconv.c534 register unsigned char* fe; local
545 fe = f + (*fn);
548 while (t < te && f < fe)
563 if (f >= fe)
580 if (f >= fe)
608 register unsigned char* fe; local
618 fe = f + (*fn);
621 while (f < fe && t < te)
628 else if ((c = (*_ast_info.mb_towc)(&w, (char*)f, fe - f)) < 0)
718 register unsigned char* fe; local
794 register unsigned char* fe; local
868 register unsigned char* fe; local
913 register unsigned char* fe; local
959 register unsigned char* fe; local
1004 register unsigned char* fe; local
1444 size_t fe; local
[all...]
/ast/src/lib/libast/include/
H A Dsfio.h90 #define sffmtversion(fe,type) \
91 ((type) ? ((fe)->version = SFIO_VERSION) : (fe)->version)

Completed in 17 milliseconds