Home
last modified time | relevance | path

Searched refs:simple (Results 1 – 25 of 182) sorted by relevance

12345678

/titanic_51/usr/src/cmd/soelim/
H A Dsoelim.c78 goto simple;
82 goto simple;
87 goto simple;
113 goto simple;
120 simple:
126 goto simple;
/titanic_51/usr/src/common/ficl/test/
H A Dtestcase.fr4 .s-simple
24 .s-simple
37 .s-simple
63 .s-simple
79 .s-simple
/titanic_51/usr/src/cmd/sh/
H A Dmain.c68 extern unsigned char *simple();
103 if (*simple(v[0]) == '-') { in main()
143 * the simple file part of the value. in main()
147 if (eq("rsh", simple(n->namval))) in main()
152 * a shell is also restricted if the simple name of argv(0) is in main()
153 * rsh or -rsh in its simple name in main()
158 if (c > 0 && (eq("rsh", simple(*v)) || eq("-rsh", simple(*v)))) in main()
163 if (eq("jsh", simple(*v)) || eq("-jsh", simple(* in main()
[all...]
/titanic_51/usr/src/cmd/dtrace/test/tst/common/tick-n/
H A Dtst.ticksec.d.out1 This test is a simple tick-sec provider test
2 This test is a simple tick-sec provider test
H A Dtst.tickms.d.out1 This test is a simple tick-ms provider test
H A Dtst.tickmsec.d.out1 This test is a simple tick-msec provider test
H A Dtst.tickns.d.out1 This test is a simple tick-ns provider test
H A Dtst.ticknsec.d.out1 This test is a simple tick-nsec provider test
H A Dtst.ticks.d.out1 This test is a simple tick-s provider test
/titanic_51/usr/src/lib/libldap5/sources/ldap/common/
H A Dsaslbind.c57 int rc, simple, msgid, ldapversion; in ldap_sasl_bind() local
65 * simple [0] OCTET STRING, -- passwd in ldap_sasl_bind()
83 simple = ( mechanism == LDAP_SASL_SIMPLE ); in ldap_sasl_bind()
87 if ( !simple && ldapversion < LDAP_VERSION3 ) { in ldap_sasl_bind()
117 if ( simple ) { /* simple bind; works in LDAPv2 or v3 */ in ldap_sasl_bind()
/titanic_51/usr/src/cmd/dtrace/test/tst/i386/pid/
H A Dtst.retlist.s34 ENTRY(simple)
37 SET_SIZE(simple)
/titanic_51/usr/src/cmd/newgrp/
H A Dnewgrp.c153 char *simple; in main() local
179 simple = strrchr(shell, '/'); in main()
180 if (simple) { in main()
182 shell = strcat(shell, ++simple); in main()
/titanic_51/usr/src/cmd/lp/filter/postscript/filtdesc/
H A Dcatv.fd28 Input types: simple,postscript
29 Output types: simple
/titanic_51/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c102 static void simple(void);
731 simple(); in scroll_up()
771 simple();
1000 * We perform a simple incremental update of the terminal screen.
1005 simple(void) in simple() function
1113 simple(); in doupdate()
1119 simple(); in doupdate()
1126 simple(); in doupdate()
/titanic_51/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c149 libconv_iter_func_simple_t simple; member
177 * by a simple { 0 } here. The memory used for these arrays is dynamic,
271 (void) (* sym->ste_conv_func.simple)( in libconv_fill_iter()
273 (void) (* sym->ste_conv_func.simple)( in libconv_fill_iter()
360 sym_table[_ndx].ste_conv_func.simple = _func; in init_libconv_strings()
/titanic_51/usr/src/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.basic.d.out1 This test is a simple profile-n provider test
H A Dtst.profilehz.d.out1 This test is a simple profile-hz provider test
H A Dtst.profilems.d.out1 This test is a simple profile-ms provider test
H A Dtst.profilemsec.d.out1 This test is a simple profile-msec provider test
H A Dtst.profilenhz.d.out1 This test is a simple profile implicit hz test
H A Dtst.profilens.d.out1 This test is a simple profile-ns provider test
H A Dtst.profilensec.d.out1 This test is a simple profile-nsec provider test
H A Dtst.profilesec.d.out1 This test is a simple profile-sec provider test
H A Dtst.profileus.d.out1 This test is a simple profile-us provider test
H A Dtst.profileusec.d.out1 This test is a simple profile-usec provider test

12345678