Home
last modified time | relevance | path

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

12345

/titanic_50/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_50/usr/src/cmd/sh/
H A Dmain.c68 extern unsigned char *simple();
103 if (*simple(v[0]) == '-') { in main()
147 if (eq("rsh", simple(n->namval))) 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(*v))) in main()
/titanic_50/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
H A Dtst.tickus.d.out1 This test is a simple tick-us provider test
H A Dtst.tickusec.d.out1 This test is a simple tick-usec provider test
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dsaslbind.c57 int rc, simple, msgid, ldapversion; in ldap_sasl_bind() local
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_50/usr/src/cmd/dtrace/test/tst/i386/pid/
H A Dtst.retlist.s34 ENTRY(simple)
37 SET_SIZE(simple)
/titanic_50/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_50/usr/src/cmd/lp/filter/postscript/filtdesc/
H A Dcatv.fd28 Input types: simple,postscript
29 Output types: simple
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c102 static void simple(void);
731 simple(); in scroll_up()
771 simple();
1005 simple(void) in simple() function
1113 simple(); in doupdate()
1119 simple(); in doupdate()
1126 simple(); in doupdate()
/titanic_50/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c149 libconv_iter_func_simple_t simple; member
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_50/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.profiles.d.out1 This test is a simple profile-s provider test
H A Dtst.profilesec.d.out1 This test is a simple profile-sec provider test

12345