/titanic_50/usr/src/cmd/soelim/ |
H A D | soelim.c | 78 goto simple; 82 goto simple; 87 goto simple; 113 goto simple; 120 simple: 126 goto simple;
|
/titanic_50/usr/src/cmd/sh/ |
H A D | main.c | 68 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 D | tst.ticksec.d.out | 1 This test is a simple tick-sec provider test 2 This test is a simple tick-sec provider test
|
H A D | tst.tickms.d.out | 1 This test is a simple tick-ms provider test
|
H A D | tst.tickmsec.d.out | 1 This test is a simple tick-msec provider test
|
H A D | tst.tickns.d.out | 1 This test is a simple tick-ns provider test
|
H A D | tst.ticknsec.d.out | 1 This test is a simple tick-nsec provider test
|
H A D | tst.ticks.d.out | 1 This test is a simple tick-s provider test
|
H A D | tst.tickus.d.out | 1 This test is a simple tick-us provider test
|
H A D | tst.tickusec.d.out | 1 This test is a simple tick-usec provider test
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | saslbind.c | 57 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 D | tst.retlist.s | 34 ENTRY(simple) 37 SET_SIZE(simple)
|
/titanic_50/usr/src/cmd/newgrp/ |
H A D | newgrp.c | 153 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 D | catv.fd | 28 Input types: simple,postscript 29 Output types: simple
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | doupdate.c | 102 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 D | elfconst.c | 149 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 D | tst.basic.d.out | 1 This test is a simple profile-n provider test
|
H A D | tst.profilehz.d.out | 1 This test is a simple profile-hz provider test
|
H A D | tst.profilems.d.out | 1 This test is a simple profile-ms provider test
|
H A D | tst.profilemsec.d.out | 1 This test is a simple profile-msec provider test
|
H A D | tst.profilenhz.d.out | 1 This test is a simple profile implicit hz test
|
H A D | tst.profilens.d.out | 1 This test is a simple profile-ns provider test
|
H A D | tst.profilensec.d.out | 1 This test is a simple profile-nsec provider test
|
H A D | tst.profiles.d.out | 1 This test is a simple profile-s provider test
|
H A D | tst.profilesec.d.out | 1 This test is a simple profile-sec provider test
|