HomeSort by: relevance | last modified time | path
    Searched defs:SH (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/paxctl/
paxctl.c 189 #define SH(field) (size == 32 ? SWAP(s.h32.field) : SWAP(s.h64.field))
241 if (SH(sh_type) != SHT_NOTE)
244 if (pread(fd, &n, NHSIZE, (off_t)SH(sh_offset)) != NHSIZE) {
252 if (pread(fd, &pax_tag, sizeof(pax_tag), SH(sh_offset) + NHSIZE)
297 (off_t)SH(sh_offset) + NHSIZE) != sizeof(pax_tag))
  /src/usr.sbin/makefs/cd9660/
cd9660_eltorito.h 131 boot_catalog_section_header SH;
  /src/usr.sbin/lpr/common_source/
common.c 104 long SH; /* suppress header page */
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 31 OS_VERSION!= sh ${.PARSEDIR}/../../../sys/conf/osrelease.sh
118 SH?= /bin/sh
654 sh ${.CURDIR}/../../../../sets/makeplist ${SETNAME} ${PKGBASE} > ${PLIST}
  /src/games/warp/
warp.h 268 /* ksh or sh would be okay here */
274 #ifndef SH
275 # define SH "/bin/sh"
  /src/sys/arch/powerpc/powerpc/
db_disasm.c 921 u_int SH;
922 SH = extract_field(instr, 31 - 20, 5);
923 db_printf("%d", SH);
934 u_int sh, shl, shh; local in function:disasm_fields
937 sh = shh << 4 | shl;
938 db_printf(", %d", sh);
  /src/usr.bin/deroff/
deroff.c 225 static int SH(pacmac);
1229 SH(pacmac c12)
1338 * only called for -me .pp or .sh, when parag is on
1671 M(NONE, 'S','H', SH), /* section heading */
1672 M(NONE, 'S','N', SH), /* undocumented */

Completed in 16 milliseconds