Home
last modified time | relevance | path

Searched refs:sh (Results 1 – 25 of 608) sorted by relevance

12345678910>>...25

/titanic_52/usr/src/cmd/ast/libshell/
H A DMakefile.demo31 src/cpvprint.sh \
32 src/crawlsrccomments.sh \
33 src/filemutexdemo1.sh \
34 src/filetree1.sh \
35 src/gnaw.sh \
36 src/mandelbrotset1.sh \
37 src/multifollow.sh \
38 src/numtree1.sh \
39 src/primenumbers1.sh \
40 src/rssread.sh \
[all...]
H A DMakefile.defs30 LOBJDIRS= bltins data edit sh
69 sh/args.o \
70 sh/arith.o \
71 sh/array.o \
72 sh/defs.o \
73 sh/deparse.o \
74 sh/expand.o \
75 sh/fault.o \
76 sh/fcin.o \
77 sh/ini
[all...]
/titanic_52/usr/src/cmd/csh/sparc/
H A DMakefile23 CPPFLAGS += -I../../sh
42 HDDEP = sh.o sh.dir.o sh.dol.o sh.err.o sh.exec.o sh.exp.o sh.file.o \
43 sh.func.o sh
[all...]
/titanic_52/usr/src/cmd/csh/i386/
H A DMakefile23 CPPFLAGS += -I../../sh
40 HDDEP = sh.o sh.dir.o sh.dol.o sh.err.o sh.exec.o sh.exp.o sh.file.o \
41 sh.func.o sh
[all...]
/titanic_52/usr/src/cmd/fs.d/nfs/lib/
H A Dsharetab.c63 static share_t *sh = NULL; in getshare() local
73 if (sh == NULL) { in getshare()
74 sh = (share_t *)malloc(sizeof (*sh)); in getshare()
75 if (sh == NULL) in getshare()
84 sh->sh_path = (char *)strtok_r(p, w, &lasts); in getshare()
85 if (sh->sh_path == NULL) in getshare()
87 sh->sh_res = (char *)strtok_r(NULL, w, &lasts); in getshare()
88 if (sh->sh_res == NULL) in getshare()
90 sh in getshare()
105 sharedup(share_t * sh) sharedup() argument
147 sharefree(share_t * sh) sharefree() argument
[all...]
/titanic_52/usr/src/cmd/rexd/
H A Dsharetab.c64 static share_t *sh = NULL; in getshare() local
73 if (sh == NULL) { in getshare()
74 sh = (share_t *)malloc(sizeof (*sh)); in getshare()
75 if (sh == NULL) in getshare()
84 sh->sh_path = strtok(p, w); in getshare()
85 if (sh->sh_path == NULL) in getshare()
87 sh->sh_res = strtok(NULL, w); in getshare()
88 if (sh->sh_res == NULL) in getshare()
90 sh in getshare()
105 sharedup(share_t * sh) sharedup() argument
136 sharefree(share_t * sh) sharefree() argument
[all...]
/titanic_52/usr/src/cmd/csh/
H A DMakefile27 CLOBBERFILES += sh.tconst.h
28 CLEANFILES += sh.tconst.h
37 sh.o sh.char.o \
38 sh.dir.o sh.dol.o sh.err.o sh.exec.o sh.exp.o\
39 sh
[all...]
/titanic_52/usr/src/contrib/ast/src/cmd/INIT/
H A DRELEASE1 12-07-17 iffe.sh: add C code NOTE("...") to ammend --verbose output
2 12-06-26 iffe.sh: fix "npt foo" to handle function-like macro foo()
3 12-06-20 package.sh: use $KSH for rt in "results test"
5 12-06-15 package.sh: add PLUGIN_LIB to $INSTALLROOT/bin/.paths and BUILTIN_LIB => PLUGIN_LIB
6 12-06-13 package.sh: handle admin.db column output
7 12-06-08 iffe.sh: fix 12-06-06 typo
8 12-06-06 iffe.sh: check for -l* in reverse and accumulative order (e.g., for -last & -lm)
9 12-06-04 package.sh: always check $INSTALLROOT/lib/package/profile
11 12-05-28 iffe.sh: api foo YYYYMMDD => FOOAPI(rel) test macro
12 12-05-24 package.sh
[all...]
H A DMakefile14 hurl :: hurl.sh LICENSE=since=2003,author=gsf
16 iffe :: iffe.sh LICENSE=since=1994,author=gsf+kpv
18 mktest :: mktest.sh LICENSE=since=2005,author=gsf
20 package :: package.sh
22 regress :: regress.sh LICENSE=since=1995,author=gsf
24 rt :: rt.sh LICENSE=since=2005,author=gsf
28 crossexec :: crossexec.sh
30 ditto :: ditto.sh LICENSE=since=2001,author=gsf+ek
32 execrate :: execrate.sh LICENSE=since=2002,author=gsf
34 filter :: filter.sh
[all...]
H A DMamfile30 setv SHELL /bin/sh
39 make hurl.sh
40 done hurl.sh
41 meta hurl %.sh>% hurl.sh hurl
42 prev hurl.sh
50 exec - else ENV= LC_ALL=C $SHELL -n hurl.sh
57 exec - 0) cp hurl.sh hurl
60 exec - i=`(read x; echo $x) < hurl.sh`
64 exec - cat - hurl.sh <<'!'
[all...]
/titanic_52/usr/src/uts/common/fs/sharefs/
H A Dsharetab.c60 sh->sh_##field = kmem_alloc(len + 1, KM_SLEEP); \
61 bcopy(buf, sh->sh_##field, len); \
62 sh->sh_##field[len] = '\0'; \
64 sh->sh_size += shl.shl_##field; /* Debug counting */
67 if (sh->sh_##field) { \
68 kmem_free(sh->sh_##field, \
70 strlen(sh->sh_##field) + 1); \
92 sharefree(share_t *sh, sharefs_lens_t *shl) in sharefree() argument
94 if (!sh) in sharefree()
103 kmem_free(sh, sizeo in sharefree()
111 sharefs_remove(share_t * sh,sharefs_lens_t * shl) sharefs_remove() argument
194 sharefs_add(share_t * sh,sharefs_lens_t * shl) sharefs_add() argument
334 share_t *sh; sharefs_impl() local
[all...]
/titanic_52/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathshell.c53 register char* sh; in pathshell() local
62 if ((sh = getenv("SHELL")) && *sh == '/' && strmatch(sh, "*/(sh|*[!cC]sh)*([[:digit:]])?(-+([.[:alnum:]]))?(.exe)")) in pathshell()
66 if (stat(sh, &st)) in pathshell()
68 if (ru != st.st_uid && !strmatch(sh, "?(/usr)?(/local)/?([ls])bin/?([[:lower:]])sh?(.exe)")) in pathshell()
81 s = sh; in pathshell()
[all...]
/titanic_52/usr/src/lib/libc/port/sys/
H A Dsharefs.c46 _sharefs(enum sharefs_sys_op opcode, struct share *sh) in _sharefs() argument
56 i = (sh->sh_path ? strlen(sh->sh_path) : 0); in _sharefs()
57 sh->sh_size = i; in _sharefs()
59 j = (sh->sh_res ? strlen(sh->sh_res) : 0); in _sharefs()
60 sh->sh_size += j; in _sharefs()
63 j = (sh->sh_fstype ? strlen(sh->sh_fstype) : 0); in _sharefs()
64 sh in _sharefs()
[all...]
/titanic_52/usr/src/pkg/manifests/
H A Dsource-demo-system.mf86 file path=usr/demo/ksh/src/cpvprint.sh
87 file path=usr/demo/ksh/src/crawlsrccomments.sh
88 file path=usr/demo/ksh/src/filemutexdemo1.sh
89 file path=usr/demo/ksh/src/filetree1.sh
90 file path=usr/demo/ksh/src/gnaw.sh
91 file path=usr/demo/ksh/src/mandelbrotset1.sh
92 file path=usr/demo/ksh/src/multifollow.sh
93 file path=usr/demo/ksh/src/numtree1.sh
94 file path=usr/demo/ksh/src/primenumbers1.sh
95 file path=usr/demo/ksh/src/rssread.sh
[all...]
/titanic_52/usr/src/lib/libm/common/m9x/
H A D__fex_sym.c113 Elf_Shdr *sh; in __fex_read_syms() local
150 if ((sh = (Elf_Shdr*)malloc(size)) == NULL) in __fex_read_syms()
153 read(fd, sh, size) != (ssize_t)size) in __fex_read_syms()
155 free(sh); in __fex_read_syms()
162 if (sh[i].sh_type == SHT_SYMTAB) in __fex_read_syms()
165 if (i == h.e_shnum || sh[i].sh_size == 0 || in __fex_read_syms()
166 sh[i].sh_entsize != sizeof(Elf_Sym) || in __fex_read_syms()
167 sh[i].sh_link < 1 || sh[i].sh_link >= h.e_shnum || in __fex_read_syms()
168 sh[s in __fex_read_syms()
[all...]
/titanic_52/usr/src/lib/libadt_jni/com/sun/audit/
H A DAuditSession.java74 private byte[] sh; // current session handle field in AuditSession
91 sh = new byte[8]; // NULL pointer in C in AuditSession()
96 sh = startSession(context, 0); in AuditSession()
100 sh = new byte[8]; in AuditSession()
104 sh = new byte[8]; in AuditSession()
112 // If you think you need this C pointer (sh), see
118 return sh; in getSession()
126 sessionId = getSessionId(sh); in getSessionId()
157 endSession(sh); in finalize()
174 exportedData = exportSessionData(sh); in exportSession()
[all...]
/titanic_52/usr/src/lib/fm/topo/libtopo/
H A DMakefile.com111 ../common/topo_error.c: ../common/mkerror.sh ../common/topo_error.h
112 sh ../common/mkerror.sh liberrors < ../common/topo_error.h > $@
113 sh ../common/mkerror.sh properrors < ../common/libtopo.h >> $@
114 sh ../common/mkerror.sh methoderrors < ../common/libtopo.h >> $@
115 sh ../common/mkerror.sh fmrierrors < ../common/libtopo.h >> $@
116 sh
[all...]
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dvariables.sh34 [[ ${.sh.version} == "$KSH_VERSION" ]] || err_exit '.sh.version != KSH_VERSION'
117 nameref foo=${.sh.name}.save
118 foo=${.sh.value}
119 .sh.value=$0
127 nameref foo=${.sh.name}.save
128 .sh.value=$foo
179 .sh.value=stuff
240 .sh.value=good
451 then file=${.sh
[all...]
/titanic_52/usr/src/lib/libstmfproxy/common/
H A Dstmftransport.c61 s_handle_t *sh = handle; in pt_socket_recv() local
63 return (recv(sh->sockfd, buf, len, MSG_WAITALL)); in pt_socket_recv()
69 s_handle_t *sh = handle; in pt_socket_send() local
71 return (send(sh->sockfd, buf, len, 0)); in pt_socket_send()
78 s_handle_t *sh = NULL; in pt_socket_connect() local
121 sh = malloc(sizeof (*sh)); in pt_socket_connect()
122 sh->sockfd = new_sfd; in pt_socket_connect()
170 sh = malloc(sizeof (*sh)); in pt_socket_connect()
[all...]
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dbash_pre_rc.sh35 nameref FUNCNAME=.sh.fun
61 .sh.value=$(shopt -so)
62 .sh.value=${.sh.value//+([[:space:]])on*([[:space:]])/:}
63 .sh.value=${.sh.value%:}
80 set -A .sh.value $(dirs)
85 index=_push_max-.sh.subscript
87 _push_stack[index]=${.sh.value}
98 typeset prefix remaining=${.sh
[all...]
/titanic_52/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dvdev_impl.h38 #define VDEV_UBERBLOCK_SHIFT(sh) \ argument
39 MAX((sh), UBERBLOCK_SHIFT)
40 #define VDEV_UBERBLOCK_COUNT(sh) \ argument
41 (VDEV_UBERBLOCK_RING >> VDEV_UBERBLOCK_SHIFT(sh))
42 #define VDEV_UBERBLOCK_OFFSET(sh, n) \ argument
43 offsetof(vdev_label_t, vl_uberblock[(n) << VDEV_UBERBLOCK_SHIFT(sh)])
44 #define VDEV_UBERBLOCK_SIZE(sh) \ argument
45 (1ULL << VDEV_UBERBLOCK_SHIFT(sh))
/titanic_52/usr/src/cmd/sgs/libelf/common/
H A Dupdate.c218 Shdr *sh = s->s_shdr; in _elf_upd_lib() local
221 if (sh->sh_type == SHT_NULL) { in _elf_upd_lib()
222 *sh = _elf_snode_init.sb_shdr; in _elf_upd_lib()
229 sh->sh_addralign = 1; in _elf_upd_lib()
230 if ((sz = (Lword)_elf_entsz(elf, sh->sh_type, ver)) != 0) in _elf_upd_lib()
232 sh->sh_entsize = (Half)sz; in _elf_upd_lib()
243 if (j > sh->sh_addralign) in _elf_upd_lib()
244 sh->sh_addralign = (Xword)j; in _elf_upd_lib()
254 sh->sh_size = (Xword) sz; in _elf_upd_lib()
268 if (sh in _elf_upd_lib()
317 Shdr *sh; _elf_upd_lib() local
397 Shdr *sh = s->s_shdr; _elf_upd_usr() local
434 Shdr *sh; _elf_upd_usr() local
582 Shdr *sh = s->s_shdr; wrt() local
914 Shdr *sh = s->s_shdr; _elfxx_swap_wrimage() local
[all...]
/titanic_52/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsystem.c46 char* sh[4]; in system() local
50 sh[0] = "sh"; in system()
51 sh[1] = "-c"; in system()
52 sh[2] = (char*)cmd; in system()
53 sh[3] = 0; in system()
54 return procrun(NiL, sh, 0); in system()
/titanic_52/usr/src/lib/libsys/
H A DMakefile.targ28 $(COMSRC): ../common/libsys.sh libsys.list
29 sh ../common/libsys.sh
31 $(MACHSRC): libsys.sh libsyss.list
32 sh ./libsys.sh
/titanic_52/usr/src/cmd/svc/shell/
H A DMakefile29 fs_include.sh \
30 ipf_include.sh \
31 net_include.sh \
32 routing_include.sh \
33 sendmail_include.sh \
34 smf_include.sh \

12345678910>>...25