Searched defs:sh (Results 1 - 25 of 142) sorted by relevance

123456

/illumos-gate/usr/src/lib/abi/apptrace/amd64/
H A DMakefile32 SUPPRESS_LIBS:sh= if test -z "`isainfo | grep amd64`"; then echo \\043; fi macro
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Ddefs.c32 Shell_t sh = {0}; variable
34 Shell_t *_imp__sh = &sh;
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dsharefs.c46 _sharefs(enum sharefs_sys_op opcode, struct share *sh) argument
56 i = (sh->sh_path ? strlen(sh->sh_path) : 0);
57 sh->sh_size = i;
59 j = (sh->sh_res ? strlen(sh->sh_res) : 0);
60 sh->sh_size += j;
63 j = (sh->sh_fstype ? strlen(sh->sh_fstype) : 0);
64 sh
[all...]
/illumos-gate/usr/src/cmd/zdb/
H A DMakefile29 PROG:sh= basename `pwd` macro
/illumos-gate/usr/src/cmd/zinject/
H A DMakefile28 PROG:sh= basename `pwd` macro
/illumos-gate/usr/src/cmd/zlook/
H A DMakefile26 PROG:sh= basename `pwd` macro
/illumos-gate/usr/src/cmd/eqn/
H A Deqnbox.c23 char *sh; local
33 sh = "\\|";
35 sh = "";
37 printf(".nr %d \\w'\\s%d\\*(%d%s'\n", p1, ps, p1, sh);
40 printf(".as %d \"%s\\*(%d\n", yyval, sh, p2);
/illumos-gate/usr/src/cmd/sgs/packages/
H A DMakefile31 MACHS:sh= if [ "$MACH" = "sparc" ]; \ macro
/illumos-gate/usr/src/cmd/strings/
H A DMakefile29 PROG:sh= basename `pwd` macro
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dsystem.c46 char* sh[4]; local
50 sh[0] = "sh";
51 sh[1] = "-c";
52 sh[2] = (char*)cmd;
53 sh[3] = 0;
54 return procrun(NiL, sh, 0);
/illumos-gate/usr/src/tools/btxld/
H A Delfh.h40 Elf32_Shdr sh[4]; /* section header */ member in struct:elfh
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathshell.c53 register char* sh; local
62 if ((sh = getenv("SHELL")) && *sh == '/' && strmatch(sh, "*/(sh|*[!cC]sh)*([[:digit:]])?(-+([.[:alnum:]]))?(.exe)"))
66 if (stat(sh, &st))
68 if (ru != st.st_uid && !strmatch(sh, "?(/usr)?(/local)/?([ls])bin/?([[:lower:]])sh?(.exe)"))
81 s = sh;
[all...]
/illumos-gate/usr/src/uts/intel/ncall/
H A DMakefile37 ARCHDIR:sh = cd ..; basename `pwd` macro
/illumos-gate/usr/src/uts/intel/nsctl/
H A DMakefile37 ARCHDIR:sh = cd ..; basename `pwd` macro
/illumos-gate/usr/src/uts/intel/rdc/
H A DMakefile37 ARCHDIR:sh = cd ..; basename `pwd` macro
/illumos-gate/usr/src/uts/intel/rdcsrv/
H A DMakefile37 ARCHDIR:sh = cd ..; basename `pwd` macro
/illumos-gate/usr/src/uts/intel/rdcstub/
H A DMakefile37 ARCHDIR:sh = cd ..; basename `pwd` macro
/illumos-gate/usr/src/uts/intel/spuni/
H A DMakefile37 ARCHDIR:sh = cd ..; basename `pwd` macro
/illumos-gate/usr/src/uts/intel/sv/
H A DMakefile37 ARCHDIR:sh = cd ..; basename `pwd` macro
/illumos-gate/usr/src/uts/sparc/fcoei/
H A DMakefile32 ARCHDIR:sh = cd ..; basename `pwd` macro
/illumos-gate/usr/src/uts/sparc/fcoet/
H A DMakefile32 ARCHDIR:sh = cd ..; basename `pwd` macro
/illumos-gate/usr/src/uts/sparc/ii/
H A DMakefile37 ARCHDIR:sh = cd ..; basename `pwd` macro
/illumos-gate/usr/src/uts/sparc/ncall/
H A DMakefile37 ARCHDIR:sh = cd ..; basename `pwd` macro
/illumos-gate/usr/src/uts/sparc/nsctl/
H A DMakefile37 ARCHDIR:sh = cd ..; basename `pwd` macro
/illumos-gate/usr/src/uts/sparc/nskern/
H A DMakefile37 ARCHDIR:sh = cd ..; basename `pwd` macro

Completed in 113 milliseconds

123456