Searched refs:recfmt (Results 1 - 12 of 12) sorted by relevance

/ast/src/lib/libast/misc/
H A Drecfmt.c34 #include <recfmt.h>
43 recfmt(const void* buf, size_t size, off_t total) function
161 sfprintf(sfstdout, "%d\n", recfmt(s, size, total));
H A Dreclen.c30 #include <recfmt.h>
H A Dfmtrec.c28 #include <recfmt.h>
H A Drecstr.c39 #include <recfmt.h>
/ast/src/lib/libast/include/
H A Drecfmt.h77 extern Recfmt_t recfmt(const void*, size_t, off_t);
/ast/src/cmd/pax/
H A Dpax-saveset.c59 int recfmt; /* record format */ member in struct:Saveset_s
150 ss->recfmt = *(p + FILHDR_data + FILATT_recfmt);
220 if (wfp) while ((c + i) < f->st->st_size && i < ss->lastsize) switch (ss->recfmt)
234 if (ss->recfmt == 3)
271 error(state.keepgoing ? 1 : 3, "%s: invalid %s format data record format=%d", f->name, ap->format->name, ss->recfmt);
/ast/src/cmd/sort/
H A Drec.c25 * <recfmt.h> test harness
31 "[+NAME?rec - <recfmt.h> test harness]"
32 "[+DESCRIPTION?\brec\b is a <recfmt.h> test harness. It converts the "
52 #include <recfmt.h>
126 f = recfmt(s, z, st.st_size);
194 sfprintf(sfstdout, "recfmt FAILED\n");
200 sfprintf(sfstdout, "recfmt 0 with %d remaining in buffer\n", e - s);
H A Dmain.c68 "[R:record|recfmt?Sets the record format to \aformat\a; newlines will be "
245 #include <recfmt.h>
776 key->disc->data = recfmt(s, z, st.st_size);
/ast/src/cmd/sortlib/sync/
H A Dss.h35 #include <recfmt.h>
/ast/src/lib/librecsort/
H A Drshdr.h26 #include <recfmt.h>
/ast/src/cmd/sortlib/sum/
H A Dsortsum.c82 #include <recfmt.h>
/ast/src/lib/libast/
H A DMakefile35 namval.h option.h proc.h re_comp.h recfmt.h regex.h regexp.h \
90 base64.c recfmt.c recstr.c reclen.c fmtrec.c \

Completed in 1086 milliseconds