Searched refs:formats (Results 1 - 16 of 16) sorted by relevance

/ast/src/lib/libast/string/
H A Dfmtfmt.c63 char formats[256]; local
64 unsigned int extra[elementsof(formats)];
182 if (i < elementsof(formats))
184 formats[i] = t;
201 *s++ = formats[i];
/ast/src/cmd/dsslib/ip_t/
H A Ditlie.h44 ITLEXTERNAL(Cx_t* cx, Cxtype_t* type, int dots, int tuple, int group, const char* details, Cxformat_t** formats, Cxvalue_t* value, char* buf, size_t size, Cxdisc_t* disc) argument
65 sep = (char*)CXDETAILS(details, formats[0], type, "");
110 if (def && formats && formats[k] && formats[k]->map && !cxnum2str(cx, formats[k], (Cxinteger_t)ap[i], &s))
H A Dip_t.c403 Cxformat_t* formats[2]; local
405 formats[0] = 0;
406 formats[1] = format;
407 return itl2external(cx, type, 0, 2, 0, details, formats, value, buf, size, disc);
433 Cxformat_t* formats[2]; local
435 formats[0] = 0;
436 formats[1] = format;
437 return itl1external(cx, type, 0, 8, 0, details, formats, value, buf, size, disc);
463 Cxformat_t* formats[2]; local
465 formats[
[all...]
/ast/src/cmd/pax/
H A Dtestpax.sh47 *tar) tar=$1; shift; formats="tar.tar" ;;
48 *) tar=''; formats="pax.pax pax:gzip.pgz cpio.cpio tar.tar tar:gzip.tgz" ;;
63 for format in $formats
H A Dmisc.c45 for (fp = formats; fp->next; fp = fp->next);
69 * dll format scan kicked in when static formats exhausted
76 return formats;
H A Dpax.h657 extern Format_t* formats;
H A Dformat.c30 Format_t* formats = pax_first_format; variable
34 * compression and input archive formats are identified here
/ast/src/lib/libdss/
H A Ddss.h151 Dt_t* formats; /* method format table */ member in struct:Dssmeth_s
185 #define dssformat(n,d,m) ((Dssformat_t*)dtmatch((m)->formats,(char*)(n)))
H A Ddssfile.c195 for (file->format = (Dssformat_t*)dtfirst(dss->meth->formats); file->format && !(i = (*file->format->identf)(file, s, n, dss->disc)); file->format = (Dssformat_t*)dtnext(dss->meth->formats, file->format));
219 file->format = format ? format : dss->format ? dss->format : (Dssformat_t*)dtfirst(dss->meth->formats);
H A Ddssopt.c293 /* formats */
296 if (meth->formats && dtsize(meth->formats))
298 if (optout(sp, "----- formats -----", NiL, NiL, NiL, NiL, NiL))
300 for (format = (Dssformat_t*)dtfirst(meth->formats); format; format = (Dssformat_t*)dtnext(meth->formats, format))
H A Ddssopen.c66 CXV("length", "number", DSS_MEM_length, "Current record length (always 0 for some formats.)")
67 CXV("offset", "number", DSS_MEM_offset, "Current record offset (always 0 for some formats.).")
276 dtinsert(meth->formats, &dss_format);
683 if (!meth->formats && !(meth->formats = dtopen(&state.cx->namedisc, Dtoset)))
/ast/src/cmd/dsslib/opaque/
H A Dopaque.c211 dtinsert(opaque->meth.formats, &opaque_format);
/ast/src/cmd/dsslib/bgp/
H A Dbgp.c29 "[a:anonymize?Anonymize output data for \bbgp-*-anonymize\b formats.]"
562 if (!dtsize(meth->formats))
575 dtinsert(meth->formats, fp);
/ast/src/cmd/dsslib/xml/
H A Dxml.c29 "[+DESCRIPTION?The \bdss\b xml method reads XML data in two formats: "
1252 dtinsert(meth->formats, &xml_format);
1253 dtinsert(meth->formats, &json_format);
/ast/src/cmd/dsslib/netflow/
H A Dnetflow.c640 dtinsert(meth->formats, fp);
/ast/src/cmd/dsslib/flat/
H A Dflat.c3207 dtinsert(flat->meth.formats, &flat_format);

Completed in 73 milliseconds