Searched refs:simple (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/pid/
H A Dtst.retlist.s34 ENTRY(simple) function
37 SET_SIZE(simple)
H A Dtst.retlist.ksh41 match=`$dtrace -l -n pid$PID:a.out:simple: -n pid$PID:a.out:complex: | wc -l`
/illumos-gate/usr/src/cmd/soelim/
H A Dsoelim.c78 goto simple;
82 goto simple;
87 goto simple;
113 goto simple;
120 simple:
126 goto simple;
/illumos-gate/usr/src/cmd/sh/
H A Dmain.c68 extern unsigned char *simple();
103 if (*simple(v[0]) == '-') {
143 * the simple file part of the value.
147 if (eq("rsh", simple(n->namval)))
152 * a shell is also restricted if the simple name of argv(0) is
153 * rsh or -rsh in its simple name
158 if (c > 0 && (eq("rsh", simple(*v)) || eq("-rsh", simple(*v))))
163 if (eq("jsh", simple(*v)) || eq("-jsh", simple(*
[all...]
H A Dservice.c116 simple(s) function
630 unsigned char *simple();
637 movstrn(simple(cmdadr), sabuf.ac_comm, sizeof (sabuf.ac_comm));
H A Dname.c38 extern unsigned char *simple();
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsaslbind.c57 int rc, simple, msgid, ldapversion; local
65 * simple [0] OCTET STRING, -- passwd
83 simple = ( mechanism == LDAP_SASL_SIMPLE );
87 if ( !simple && ldapversion < LDAP_VERSION3 ) {
117 if ( simple ) { /* simple bind; works in LDAPv2 or v3 */
/illumos-gate/usr/src/cmd/newgrp/
H A Dnewgrp.c153 char *simple; local
179 simple = strrchr(shell, '/');
180 if (simple) {
182 shell = strcat(shell, ++simple);
/illumos-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach.il.cpp83 ! A simple copy routine that copies 32 bytes using physical
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c102 STATIC void simple(void);
216 * should be re-investigated to see if it is simple and fast enough for
582 simple();
627 simple();
869 * We perform a simple incremental update of the terminal screen.
874 simple() function
934 (__m_screen->_flags & S_INS_DEL_LINE) ? "complex" : "simple"
978 simple();
992 simple();
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c149 libconv_iter_func_simple_t simple; member in union:__anon1475
177 * by a simple { 0 } here. The memory used for these arrays is dynamic,
271 (void) (* sym->ste_conv_func.simple)(
273 (void) (* sym->ste_conv_func.simple)(
360 sym_table[_ndx].ste_conv_func.simple = _func;
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c102 static void simple(void);
731 simple();
771 simple();
1000 * We perform a simple incremental update of the terminal screen.
1005 simple(void) function
1113 simple();
1119 simple();
1126 simple();
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_iter.c141 zfs_iter_snapshots(zfs_handle_t *zhp, boolean_t simple, zfs_iter_f func, argument
152 zc.zc_simple = simple;
159 if (simple)
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_snap.c454 boolean_t simple; local
474 * determine if this is a simple subenclosure or not.
476 simple = B_FALSE;
479 simple = B_TRUE;
498 * If this page is required, and this is not a simple
503 !simple)) {
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Dgcpu.esc56 * Propogations for all but "external" and "unknown" simple errors.
63 engine serd.cpu.generic-x86.simple@chip/core/strand, N=SMPL_N, T=72h;
65 engine=serd.cpu.generic-x86.simple@chip/core/strand;
H A Dintel.esc49 * Propogations for all but "external" and "unknown" simple errors.
56 engine serd.cpu.intel.simple@chip/core/strand, N=3, T=72h;
58 engine=serd.cpu.intel.simple@chip/core/strand;
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dparse.c60 static Shnode_t *simple(Lex_t*,int, struct ionod*);
791 t->funct.functargs = (struct comnod*)simple(lexp,SH_NOIO|SH_FUNDEF,NIL(struct ionod*));
973 ac = (struct comnod*)simple(lexp,SH_NOIO|SH_ASSIGN|array,NIL(struct ionod*));
1140 t->for_.forlst=(struct comnod*)simple(lexp,SH_NOIO,NIL(struct ionod*));
1238 /* simple command */
1240 t = (Shnode_t*)simple(lexp,flag,io);
1277 * This is for a simple command, for list, or compound assignment
1279 static Shnode_t *simple(Lex_t *lexp,int flag, struct ionod *io) function
H A Dxec.c1385 int simple = (t->fork.forktre->tre.tretyp&COMMSK)==TCOM; local
1395 shp->pipepid = simple;
1398 * if read end of pipe is a simple command
1401 if(simple)
1414 sh_exec(t->fork.forktre,flags&~simple);
1441 if(simple && was_errexit)
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrncpy.s136 bcs .bytepad ! yes, do simple byte wise fill
/illumos-gate/usr/src/cmd/csh/
H A Dsh.tchar.c875 simple(tchar *s) function
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_attr.c209 else if (same_string("simple", attrib_val,
211 config_info->auth_method = simple;
312 else if (same_string("simple", attrib_val,
314 proxy_info->auth_method = simple;
H A Dnis_parse_ldap_conf.c862 if (config_info->auth_method == simple) {
1186 if (config_info->auth_method == simple &&
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrncpy.s154 bcs,pn %ncc, .bytepad ! yes, do simple byte wise fill
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh121 "$PROG" assists with rapid creation of a simple N2L mapping
131 2 simple
138 1 simple
463 information for this map assuming it is a "simple" map.
465 A map is assumed to be "simple" if each entry of this map
469 If this map is not a simple map and you do want to store it
473 information for this map assuming it is a simple map.
1308 2) _AUTHMETHOD="simple"
1338 1) _AUTHMETHOD="simple"
2668 # simple, singl
[all...]
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh80 2 simple
82 4 tls:simple
89 1 simple
91 3 tls:simple
1233 # Do a simple search to check hostname and port number.
1826 1) _AUTHMETHOD="simple"
1830 3) _AUTHMETHOD="tls:simple"
1871 2) _AUTHMETHOD="simple"
1875 4) _AUTHMETHOD="tls:simple"

Completed in 119 milliseconds

12