/titanic_44/usr/src/cmd/dtrace/test/tst/common/types/ |
H A D | tst.relenum.d | 48 second enumerator 52 /zero >= one || second <= first || zero == second/ 56 printf("null = %d; first = %d; second = %d", null, first, second); 61 /second < one || two > second || null == first/ 65 printf("null = %d; first = %d; second = %d", null, first, second); 70 /first < two && second > one && one != two && zero != first/
|
/titanic_44/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | date.c | 204 Date->second = DP_SET_DATE_TIME_IGNORE_FIELD; in ADM_Decode_Date() 218 Date->second = ADM_twodigits(&String[5]); in ADM_Decode_Date() 224 if (((int)Date->second < 0) || (Date->second > 59)) in ADM_Decode_Date() 234 Date->second = DP_SET_DATE_TIME_IGNORE_FIELD; in ADM_Decode_Date() 252 Date->second = ADM_twodigits(&String[9]); in ADM_Decode_Date() 262 if (((int)Date->second < 0) || (Date->second > 59)) in ADM_Decode_Date() 272 Date->second = DP_SET_DATE_TIME_IGNORE_FIELD; in ADM_Decode_Date() 297 Date->second = ADM_twodigits(&String[11]); in ADM_Decode_Date() 314 if (((int)Date->second < 0) || (Date->second > 59)) in ADM_Decode_Date() 324 Date->second = DP_SET_DATE_TIME_IGNORE_FIELD; in ADM_Decode_Date() [all …]
|
/titanic_44/usr/src/lib/libc/amd64/unwind/ |
H A D | eh_frame.c | 219 unsigned char *second = data; in get_table_ent_val() local 229 second += 4; in get_table_ent_val() 231 fde = (void *)(uint64_t)(*((uint32_t *)second)); in get_table_ent_val() 240 second += 8; in get_table_ent_val() 242 fde = (void *)(uint64_t)(*((uint64_t *)second)); in get_table_ent_val() 251 second += 4; in get_table_ent_val() 253 fde = (void *)(uint64_t)(int64_t)(*((int32_t *)second)); in get_table_ent_val() 262 second += 8; in get_table_ent_val() 264 fde = (void *)(uint64_t)(*((int64_t *)second)); in get_table_ent_val() 277 fde = (void *)(((uint64_t)fde) + (uint64_t)second + reloc); in get_table_ent_val()
|
/titanic_44/usr/src/cmd/krb5/kadmin/gui/dchanger/ |
H A D | DateTimeDialog.java | 60 private DCCircularTextField second; field in DateTimeDialog 178 second = new DCCircularTextField("00", 2); in addFields() 179 second.setBackground(background); in addFields() 180 second.setForeground(foreground); in addFields() 214 topPanel.add(second, gbc); in addFields() 248 secondDCPanel.setListener(second); in addDCPanels() 328 second.addFocusListener(fl); in addFocusListeners() 353 checkErrorAndSet(second)); in updateFromGui() 419 second.setValue(calendar.get(Calendar.SECOND)); in setDate() 429 second.setValue(0); in setMidnight() [all …]
|
/titanic_44/usr/src/cmd/sgs/libelf/misc/ |
H A D | demangle.c | 83 second(c) in second() function 161 c = second(c+i); 195 c = second(c); 216 c = second(c); 242 c = second(c2);
|
/titanic_44/usr/src/cmd/isns/isnsd/ |
H A D | dd.c | 366 uint32_t second = GET_SECOND(m_id); in update_matrix() local 442 if (TEST_MEMBERSHIP(bmp, primary, second) == 0) { in update_matrix() 443 SET_MEMBERSHIP(bmp, primary, second); in update_matrix() 449 CLEAR_MEMBERSHIP(bmp, primary, second); in update_matrix() 455 if (TEST_MEMBERSHIP(bmp, primary, second) != 0) { in update_matrix() 456 CLEAR_MEMBERSHIP(bmp, primary, second); in update_matrix() 465 primary, second) != 0) { in update_matrix() 474 SET_MEMBERSHIP(bmp, primary, second); in update_matrix() 531 uint32_t second; in clear_matrix() local 571 second = GET_SECOND(i); in clear_matrix() [all …]
|
/titanic_44/usr/src/lib/libsqlite/test/ |
H A D | intpkey.test | 79 INSERT INTO t1 VALUES(5,'second','entry'); 90 INSERT INTO t1 VALUES(6,'second','entry'); 101 } {5 5 hello world 6 6 second entry} 111 } {hello one second} 120 } {4 one two 5 hello world 6 second entry} 160 } {-3 y z 4 one two 5 hello world 6 second entry} 202 } {4 4 one two 5 5 hello world 6 6 second entry 8 8 y z} 205 SELECT rowid, * FROM t1 WHERE b<'second' 210 SELECT rowid, * FROM t1 WHERE 'second'>b 215 SELECT rowid, * FROM t1 WHERE 8>rowid AND 'second'>b [all …]
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | cdioctl.h | 67 unsigned char second; member 85 unsigned char second; member 93 unsigned char second; member
|
/titanic_44/usr/src/lib/libc/sparc/gen/ |
H A D | strcpy.s | 86 andcc %o1, 0xff, %g0 ! second byte zero ? 88 stb %o1, [%o2 + 1] ! store second byte 116 srl %o1, 16, %o3 ! %o3<7:0> = second byte 117 andcc %o1, %o5, %g0 ! second byte zero? 119 stb %o3, [%o2 - 3] ! store second byte 158 srl %o1, 16, %g1 ! get first and second byte 159 sth %g1, [%o2 - 4] ! store first and second byte
|
H A D | strchr.s | 180 andcc %o1, 0xff, %g0 ! second byte zero ? 205 andcc %o1, %o5, %g0 ! second byte zero?
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | kiconv_cck_common.h | 56 #define KICONV_IS_INVALID_UTF8_SECOND_BYTE(second, first) \ argument 57 ((second) < u8_valid_min_2nd_byte[(first)] || \ 58 (second) > u8_valid_max_2nd_byte[(first)])
|
H A D | cdio.h | 68 unsigned char second; member 104 unsigned char second; member 112 unsigned char second; member
|
/titanic_44/usr/src/cmd/sgs/size/common/ |
H A D | process.c | 87 GElf_Xword second; in process() local 132 first = second = third = totsize = 0; in process() 166 second += shdr.sh_size; in process() 189 totsize = first + second + third; in process() 191 first, second, third, totsize); in process()
|
/titanic_44/usr/src/lib/libc/sparcv9/gen/ |
H A D | strcpy.s | 88 andcc %o5, 0xff, %g0 ! extract second byte 89 stb %o5, [%o2 + 1] ! store second byte 102 srl %o5, 16, %o4 ! extract second byte 103 andcc %o4, 0xff, %g0 ! is second byte zero ? 105 stb %o4, [%o2 + 1] ! store second byte 149 srlx %o1, 48, %o3 ! %o3<7:0> = second byte 150 andcc %o1, %o4, %g0 ! second byte zero? 152 stb %o3, [%o2 - 7] ! store second byte 229 srlx %o1, 48, %g1 ! get first and second byte 230 sth %g1, [%o2 - 8] ! store first and second byte; word aligned now
|
H A D | strchr.s | 180 andcc %o1, 0xff, %g0 ! second byte zero ? 205 andcc %o1, %o5, %g0 ! second byte zero?
|
/titanic_44/usr/src/lib/sun_fc/common/ |
H A D | HBA.cc | 151 if (port->second->getPortWWN() == wwn) { in containsWWN() 155 if (port->second->getNodeWWN() == wwn) { in containsWWN() 242 port->second->setRNID(info); in setRNID() 268 port->second->validatePresent(); in validatePresent()
|
/titanic_44/usr/src/cmd/touch/ |
H A D | touch.c | 276 char *second; in parse_datetime() local 313 second = strsep(&p, ".,"); in parse_datetime() 322 second == NULL || strlen(second) != 2 || !isnumber(second) || in parse_datetime() 333 tm.tm_sec = atoi(second); in parse_datetime()
|
/titanic_44/usr/src/lib/hal/libhal-storage/common/ |
H A D | libhal-storage.c | 250 char *second; in libhal_drive_policy_compute_display_name() local 259 second = ""; in libhal_drive_policy_compute_display_name() 261 second = "/DVD-ROM"; in libhal_drive_policy_compute_display_name() 263 second = "/DVD+R"; in libhal_drive_policy_compute_display_name() 265 second = "/DVD+RW"; in libhal_drive_policy_compute_display_name() 267 second = "/DVD-R"; in libhal_drive_policy_compute_display_name() 269 second = "/DVD-RW"; in libhal_drive_policy_compute_display_name() 271 second = "/DVD-RAM"; in libhal_drive_policy_compute_display_name() 275 second = "/DVD±R DL"; in libhal_drive_policy_compute_display_name() 277 second = "/DVD±R"; in libhal_drive_policy_compute_display_name() [all …]
|
/titanic_44/usr/src/cmd/find/ |
H A D | find.c | 182 union Item second; member 441 np->second.i = 0; 473 np->second.i = *b; 543 np->second.i = '+'; 736 np->second.i = '+'; 905 if (np->second.i == '-') 956 if (np->second.i == '+') 958 else if (np->second.i == '-') 964 if (np->second.i == '+') 966 else if (np->second.i == '-') [all …]
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/begin/ |
H A D | tst.begin.d.out | 2 tick fired second
|
H A D | tst.multibegin.d.out | 2 Begin fired second
|
/titanic_44/usr/src/uts/common/os/ |
H A D | kiconv.c | 199 boolean_t second; in kiconv_to_sb() local 297 second = B_TRUE; in kiconv_to_sb() 299 if (second) { in kiconv_to_sb() 307 second = B_FALSE; in kiconv_to_sb() 467 boolean_t second; in kiconvstr_to_sb() local 538 second = B_TRUE; in kiconvstr_to_sb() 540 if (second) { in kiconvstr_to_sb() 553 second = B_FALSE; in kiconvstr_to_sb()
|
/titanic_44/usr/src/lib/passwdutil/ |
H A D | README.SunOS-aging | 67 If the first and second characters are set to '..' the user will be 74 aging will then occur as defined by the first and second characters. 76 If the first character (MAX) is less than the second character (MIN),
|
/titanic_44/usr/src/lib/libc/amd64/gen/ |
H A D | memchr.s | 69 cmpb %ch, %al / if the second byte is %al 113 / found at the second byte
|
/titanic_44/usr/src/lib/libc/i386/unwind/ |
H A D | unwind_frame.s | 45 movl (%edx), %ebp / pop second frame [ back to f2() ]
|