/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/ |
H A D | Lgrp.t | 67 ok($fail, 0, 'All Constants defined' ); 75 ok($version, LGRP_VER_NONE, 'incorrect lgrp version unsupported'); 78 ok($version, LGRP_VER_CURRENT, 'lgrp version is current'); 81 ok($version, LGRP_VER_CURRENT, 'support LGRP_VER_CURRENT version'); 89 ok($c) or 94 ok($view, LGRP_VIEW_CALLER, 'View is LGRP_VIEW_CALLER'); 97 ok($fin); 101 ok($fin, undef, 'lgrp_fini second time should fail'); 104 ok($c) or 109 ok($view, LGRP_VIEW_OS, 'View is LGRP_VIEW_OS'); [all …]
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | uuid_from_string.c | 52 fromhex(const char *s, int len, int *ok) in fromhex() argument 57 if (!*ok) in fromhex() 63 *ok = 0; in fromhex() 90 int ok = 1; in uuid_from_string() local 106 u->time_low = fromhex(s , 8, &ok); in uuid_from_string() 107 u->time_mid = fromhex(s + 9, 4, &ok); in uuid_from_string() 108 u->time_hi_and_version = fromhex(s + 14, 4, &ok); in uuid_from_string() 110 u->clock_seq_hi_and_reserved = fromhex(s + 19, 2, &ok); in uuid_from_string() 111 u->clock_seq_low = fromhex(s + 21, 2, &ok); in uuid_from_string() 112 u->node[0] = fromhex(s + 24, 2, &ok); in uuid_from_string() [all …]
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/t/ |
H A D | Kstat.t | 52 END {print "not ok 1\n" unless $loaded;} 55 print "ok 1\n"; 61 print("not ok $test: $@"); 63 print("ok $test\n"); 69 print("not ok $test: $@"); 71 print("ok $test\n"); 81 print("ok $test\n"); 83 print("not ok $test\n"); 90 print("ok $test\n"); 92 print("not ok $test ($val)\n"); [all …]
|
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_auth.c | 360 boolean_t ok; in smb_ntlm_password_ok() local 366 ok = (bcmp(ok_resp, nt_resp, SMBAUTH_LM_RESP_SZ) == 0); in smb_ntlm_password_ok() 367 if (ok && (session_key)) { in smb_ntlm_password_ok() 370 ok = B_FALSE; in smb_ntlm_password_ok() 372 return (ok); in smb_ntlm_password_ok() 389 boolean_t ok = B_FALSE; in smb_ntlmv2_password_ok() local 434 ok = (bcmp(passwd, ntlmv2_resp, pwdlen) == 0); in smb_ntlmv2_password_ok() 435 if (ok && session_key) { in smb_ntlmv2_password_ok() 440 ok = B_FALSE; in smb_ntlmv2_password_ok() 448 return (ok); in smb_ntlmv2_password_ok() [all …]
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | join4_28.test | 31 insert into t2 values(2,'niban','ok'); 35 select * from t1 left outer join t2 on t1.a=t2.x where t2.z='ok' 37 } {2 two 2 niban ok} 40 select * from t1 left outer join t2 on t1.a=t2.x and t2.z='ok' 42 } {1 one {} {} {} 2 two 2 niban ok 3 three {} {} {} 4 four {} {} {}} 48 select * from t1 left outer join t2 on t1.a=t2.x where t2.z='ok' 50 } {2 two 2 niban ok} 53 select * from t1 left outer join t2 on t1.a=t2.x and t2.z='ok' 55 } {1 one {} {} {} 2 two 2 niban ok 3 three {} {} {} 4 four {} {} {}} 58 select * from t1 left outer join t2 on t1.a=t2.x where t2.z>='ok' [all …]
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | lib | 4 #define _sys_types 1 /* #include <sys/types.h> ok */ 5 #define _hdr_dirent 1 /* #include <dirent.h> ok */ 6 #define _hdr_fmtmsg 1 /* #include <fmtmsg.h> ok */ 7 #define _hdr_fnmatch 1 /* #include <fnmatch.h> ok */ 8 #define _hdr_libgen 1 /* #include <libgen.h> ok */ 9 #define _hdr_limits 1 /* #include <limits.h> ok */ 10 #define _hdr_locale 1 /* #include <locale.h> ok */ 11 #define _hdr_nl_types 1 /* #include <nl_types.h> ok */ 12 #define _hdr_spawn 1 /* #include <spawn.h> ok */ 13 #define _hdr_syslog 1 /* #include <syslog.h> ok */ [all …]
|
H A D | vmalloc | 4 #define _sys_types 1 /* #include <sys/types.h> ok */ 10 #define _hdr_alloca 1 /* #include <alloca.h> ok */ 11 #define _hdr_malloc 1 /* #include <malloc.h> ok */ 12 #define _hdr_stdlib 1 /* #include <stdlib.h> ok */ 13 #define _hdr_unistd 1 /* #include <unistd.h> ok */ 15 #define _sys_stat 1 /* #include <sys/stat.h> ok */ 16 #define _hdr_time 1 /* #include <time.h> ok */ 17 #define _sys_time 1 /* #include <sys/time.h> ok */ 18 #define _sys_times 1 /* #include <sys/times.h> ok */ 19 #define _hdr_stddef 1 /* #include <stddef.h> ok */
|
H A D | sfio | 4 #define _sys_types 1 /* #include <sys/types.h> ok */ 5 #define _hdr_float 1 /* #include <float.h> ok */ 6 #define _hdr_floatingpoint 1 /* #include <floatingpoint.h> ok */ 7 #define _hdr_math 1 /* #include <math.h> ok */ 8 #define _hdr_values 1 /* #include <values.h> ok */ 9 #define _sys_filio 1 /* #include <sys/filio.h> ok */ 10 #define _sys_ioctl 1 /* #include <sys/ioctl.h> ok */ 15 #define _lib_cvt 1 /* native floating point conversions ok */
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | lib | 4 #define _sys_types 1 /* #include <sys/types.h> ok */ 5 #define _hdr_dirent 1 /* #include <dirent.h> ok */ 6 #define _hdr_fmtmsg 1 /* #include <fmtmsg.h> ok */ 7 #define _hdr_fnmatch 1 /* #include <fnmatch.h> ok */ 8 #define _hdr_libgen 1 /* #include <libgen.h> ok */ 9 #define _hdr_limits 1 /* #include <limits.h> ok */ 10 #define _hdr_locale 1 /* #include <locale.h> ok */ 11 #define _hdr_nl_types 1 /* #include <nl_types.h> ok */ 12 #define _hdr_spawn 1 /* #include <spawn.h> ok */ 13 #define _hdr_syslog 1 /* #include <syslog.h> ok */ [all …]
|
H A D | vmalloc | 4 #define _sys_types 1 /* #include <sys/types.h> ok */ 10 #define _hdr_alloca 1 /* #include <alloca.h> ok */ 11 #define _hdr_malloc 1 /* #include <malloc.h> ok */ 12 #define _hdr_stdlib 1 /* #include <stdlib.h> ok */ 13 #define _hdr_unistd 1 /* #include <unistd.h> ok */ 15 #define _sys_stat 1 /* #include <sys/stat.h> ok */ 16 #define _hdr_time 1 /* #include <time.h> ok */ 17 #define _sys_time 1 /* #include <sys/time.h> ok */ 18 #define _sys_times 1 /* #include <sys/times.h> ok */ 19 #define _hdr_stddef 1 /* #include <stddef.h> ok */
|
H A D | sfio | 4 #define _sys_types 1 /* #include <sys/types.h> ok */ 5 #define _hdr_float 1 /* #include <float.h> ok */ 6 #define _hdr_floatingpoint 1 /* #include <floatingpoint.h> ok */ 7 #define _hdr_math 1 /* #include <math.h> ok */ 8 #define _hdr_values 1 /* #include <values.h> ok */ 9 #define _sys_filio 1 /* #include <sys/filio.h> ok */ 10 #define _sys_ioctl 1 /* #include <sys/ioctl.h> ok */ 15 #define _lib_cvt 1 /* native floating point conversions ok */
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | vmalloc | 4 #define _sys_types 1 /* #include <sys/types.h> ok */ 10 #define _hdr_alloca 1 /* #include <alloca.h> ok */ 11 #define _hdr_malloc 1 /* #include <malloc.h> ok */ 12 #define _hdr_stdlib 1 /* #include <stdlib.h> ok */ 13 #define _hdr_unistd 1 /* #include <unistd.h> ok */ 15 #define _sys_stat 1 /* #include <sys/stat.h> ok */ 16 #define _hdr_time 1 /* #include <time.h> ok */ 17 #define _sys_time 1 /* #include <sys/time.h> ok */ 18 #define _sys_times 1 /* #include <sys/times.h> ok */ 19 #define _hdr_stddef 1 /* #include <stddef.h> ok */
|
H A D | sfio | 4 #define _sys_types 1 /* #include <sys/types.h> ok */ 5 #define _hdr_float 1 /* #include <float.h> ok */ 6 #define _hdr_floatingpoint 1 /* #include <floatingpoint.h> ok */ 7 #define _hdr_math 1 /* #include <math.h> ok */ 8 #define _hdr_values 1 /* #include <values.h> ok */ 9 #define _sys_filio 1 /* #include <sys/filio.h> ok */ 10 #define _sys_ioctl 1 /* #include <sys/ioctl.h> ok */ 13 #define _lib_cvt 1 /* native floating point conversions ok */
|
H A D | lib | 4 #define _sys_types 1 /* #include <sys/types.h> ok */ 5 #define _hdr_dirent 1 /* #include <dirent.h> ok */ 6 #define _hdr_fmtmsg 1 /* #include <fmtmsg.h> ok */ 7 #define _hdr_fnmatch 1 /* #include <fnmatch.h> ok */ 8 #define _hdr_libgen 1 /* #include <libgen.h> ok */ 9 #define _hdr_limits 1 /* #include <limits.h> ok */ 10 #define _hdr_locale 1 /* #include <locale.h> ok */ 11 #define _hdr_nl_types 1 /* #include <nl_types.h> ok */ 12 #define _hdr_spawn 1 /* #include <spawn.h> ok */ 13 #define _hdr_syslog 1 /* #include <syslog.h> ok */ [all …]
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | vmalloc | 4 #define _sys_types 1 /* #include <sys/types.h> ok */ 10 #define _hdr_alloca 1 /* #include <alloca.h> ok */ 11 #define _hdr_malloc 1 /* #include <malloc.h> ok */ 12 #define _hdr_stdlib 1 /* #include <stdlib.h> ok */ 13 #define _hdr_unistd 1 /* #include <unistd.h> ok */ 15 #define _sys_stat 1 /* #include <sys/stat.h> ok */ 16 #define _hdr_time 1 /* #include <time.h> ok */ 17 #define _sys_time 1 /* #include <sys/time.h> ok */ 18 #define _sys_times 1 /* #include <sys/times.h> ok */ 19 #define _hdr_stddef 1 /* #include <stddef.h> ok */
|
H A D | sfio | 4 #define _sys_types 1 /* #include <sys/types.h> ok */ 5 #define _hdr_float 1 /* #include <float.h> ok */ 6 #define _hdr_floatingpoint 1 /* #include <floatingpoint.h> ok */ 7 #define _hdr_math 1 /* #include <math.h> ok */ 8 #define _hdr_values 1 /* #include <values.h> ok */ 9 #define _sys_filio 1 /* #include <sys/filio.h> ok */ 10 #define _sys_ioctl 1 /* #include <sys/ioctl.h> ok */ 13 #define _lib_cvt 1 /* native floating point conversions ok */
|
H A D | lib | 4 #define _sys_types 1 /* #include <sys/types.h> ok */ 5 #define _hdr_dirent 1 /* #include <dirent.h> ok */ 6 #define _hdr_fmtmsg 1 /* #include <fmtmsg.h> ok */ 7 #define _hdr_fnmatch 1 /* #include <fnmatch.h> ok */ 8 #define _hdr_libgen 1 /* #include <libgen.h> ok */ 9 #define _hdr_limits 1 /* #include <limits.h> ok */ 10 #define _hdr_locale 1 /* #include <locale.h> ok */ 11 #define _hdr_nl_types 1 /* #include <nl_types.h> ok */ 12 #define _hdr_spawn 1 /* #include <spawn.h> ok */ 13 #define _hdr_syslog 1 /* #include <syslog.h> ok */ [all …]
|
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/ |
H A D | ttys | 4 #define _sys_types 1 /* #include <sys/types.h> ok */ 5 #define _hdr_termios 1 /* #include <termios.h> ok */ 6 #define _hdr_termio 1 /* #include <termio.h> ok */ 7 #define _hdr_sgtty 1 /* #include <sgtty.h> ok */ 8 #define _sys_termios 1 /* #include <sys/termios.h> ok */ 9 #define _sys_termio 1 /* #include <sys/termio.h> ok */ 10 #define _sys_ioctl 1 /* #include <sys/ioctl.h> ok */ 11 #define _sys_filio 1 /* #include <sys/filio.h> ok */
|
H A D | locale | 4 #define _sys_types 1 /* #include <sys/types.h> ok */ 5 #define _hdr_locale 1 /* #include <locale.h> ok */ 6 #define _hdr_wchar 1 /* #include <wchar.h> ok */ 7 #define _hdr_wctype 1 /* #include <wctype.h> ok */ 14 #define _hdr_time 1 /* #include <time.h> ok */ 15 #define _sys_time 1 /* #include <sys/time.h> ok */ 16 #define _sys_times 1 /* #include <sys/times.h> ok */ 17 #define _hdr_stddef 1 /* #include <stddef.h> ok */ 18 #define _hdr_stdlib 1 /* #include <stdlib.h> ok */
|
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/ |
H A D | ttys | 4 #define _sys_types 1 /* #include <sys/types.h> ok */ 5 #define _hdr_termios 1 /* #include <termios.h> ok */ 6 #define _hdr_termio 1 /* #include <termio.h> ok */ 7 #define _hdr_sgtty 1 /* #include <sgtty.h> ok */ 8 #define _sys_termios 1 /* #include <sys/termios.h> ok */ 9 #define _sys_termio 1 /* #include <sys/termio.h> ok */ 10 #define _sys_ioctl 1 /* #include <sys/ioctl.h> ok */ 11 #define _sys_filio 1 /* #include <sys/filio.h> ok */
|
H A D | locale | 4 #define _sys_types 1 /* #include <sys/types.h> ok */ 5 #define _hdr_locale 1 /* #include <locale.h> ok */ 6 #define _hdr_wchar 1 /* #include <wchar.h> ok */ 7 #define _hdr_wctype 1 /* #include <wctype.h> ok */ 14 #define _hdr_time 1 /* #include <time.h> ok */ 15 #define _sys_time 1 /* #include <sys/time.h> ok */ 16 #define _sys_times 1 /* #include <sys/times.h> ok */ 17 #define _hdr_stddef 1 /* #include <stddef.h> ok */ 18 #define _hdr_stdlib 1 /* #include <stdlib.h> ok */
|
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/ |
H A D | ttys | 4 #define _sys_types 1 /* #include <sys/types.h> ok */ 5 #define _hdr_termios 1 /* #include <termios.h> ok */ 6 #define _hdr_termio 1 /* #include <termio.h> ok */ 7 #define _hdr_sgtty 1 /* #include <sgtty.h> ok */ 8 #define _sys_termios 1 /* #include <sys/termios.h> ok */ 9 #define _sys_termio 1 /* #include <sys/termio.h> ok */ 10 #define _sys_ioctl 1 /* #include <sys/ioctl.h> ok */ 11 #define _sys_filio 1 /* #include <sys/filio.h> ok */
|
H A D | locale | 4 #define _sys_types 1 /* #include <sys/types.h> ok */ 5 #define _hdr_locale 1 /* #include <locale.h> ok */ 6 #define _hdr_wchar 1 /* #include <wchar.h> ok */ 7 #define _hdr_wctype 1 /* #include <wctype.h> ok */ 14 #define _hdr_time 1 /* #include <time.h> ok */ 15 #define _sys_time 1 /* #include <sys/time.h> ok */ 16 #define _sys_times 1 /* #include <sys/times.h> ok */ 17 #define _hdr_stddef 1 /* #include <stddef.h> ok */ 18 #define _hdr_stdlib 1 /* #include <stdlib.h> ok */
|
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/ |
H A D | ttys | 4 #define _sys_types 1 /* #include <sys/types.h> ok */ 5 #define _hdr_termios 1 /* #include <termios.h> ok */ 6 #define _hdr_termio 1 /* #include <termio.h> ok */ 7 #define _hdr_sgtty 1 /* #include <sgtty.h> ok */ 8 #define _sys_termios 1 /* #include <sys/termios.h> ok */ 9 #define _sys_termio 1 /* #include <sys/termio.h> ok */ 10 #define _sys_ioctl 1 /* #include <sys/ioctl.h> ok */ 11 #define _sys_filio 1 /* #include <sys/filio.h> ok */
|
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
H A D | anchor.ok | 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok
|