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

/ast/src/lib/libast/include/
H A Dmodex.h40 extern int modex(int);
47 #define modex(m) (m) macro
/ast/src/lib/libast/string/
H A Dmodelib.h35 #include <modex.h>
H A Dmodex.c36 #undef modex macro
39 modex(register int i) function
H A Dfmtmode.c28 * if external!=0 then mode is modex canonical
41 mode = modex(mode);
H A Dstrperm.c40 #include <modex.h>
/ast/src/lib/libcmd/
H A Dcksum.c115 #include <modex.h>
242 modex(st->st_mode & S_IPERM),
/ast/src/cmd/pax/
H A Dpax-vdb.c99 vdb->st.st_mode = modex(vdb->st.st_mode);
260 sfprintf(vdb->directory, "%c%s%c%I*u%c%I*u%c%s%c%I*u%c%s%c0%o\n", c, f->name, c, sizeof(ap->io->offset), ap->io->offset + ap->io->count, c, sizeof(f->st->st_size), f->st->st_size, c, VDB_DATE, n, sizeof(f->st->st_mtime), f->st->st_mtime, c, VDB_MODE, n, modex(f->st->st_mode & X_IPERM));
H A Dpaxlib.h34 #include <modex.h>
H A Dfile.c292 st.st_mode = modex(st.st_mode);
818 f->st->st_mode = modex(f->st->st_mode);
1142 f->st->st_mode = modex(mode);
H A Dformat.c777 sfprintf(state.install.sp, "chmod %04o %s\n", modex(f->st->st_mode & S_IPERM), f->name);
838 , modex(f->st->st_mode & S_IPERM)
H A Dbio.c1046 switch (X_ITYPE(modex(st.st_mode)))
H A Dpax.c1697 st.st_mode = modex(st.st_mode);
/ast/src/cmd/tw/
H A Dfind.c92 #include <modex.h>
1470 u = modex(ent->fts_statp->st_mode) & 07777;
/ast/src/lib/libast/
H A DMakefile34 ip6.h lc.h ls.h magic.h mc.h mime.h mnt.h modecanon.h modex.h \
74 modelib.h modei.c modex.c strmode.c \
/ast/src/lib/libast/misc/
H A Dmagic.c40 #include <modex.h>
609 num = modex(st->st_mode);
/ast/src/lib/libuu/
H A Duulib.c37 #include <modex.h>
180 if (fstat(sffileno(uu->ip), &st) || !(c = modex(st.st_mode) & 0777))

Completed in 919 milliseconds