| /test/stcnv/usr/src/tools/tet/contrib/port/ |
| strftime.c | 25 strftime(s, maxsize, format, tm) 29 struct tm *tm; 37 cp = asctime(tm); 64 int strftime(s,maxsize,format,tm) 68 struct tm *tm; 115 strftime(buf,maxsize,fmt,tm) 117 struct tm *tm; [all...] |
| /test/stcnv/usr/src/tools/diskomizer/ |
| time.c | 55 struct tm *tm; local 59 tm = localtime(&tv); 62 if (tm == NULL) { 66 if (strftime(str, size, fmt, tm) != 0)
|
| /test/stcnv/usr/src/suites/storage/jist/lib/resources/ |
| JISTEnv.properties | 66 # msg700 - msg709 : JIST Sun StorageTek[tm] 5800 Config. Requirements 67 # msg710 - msg729 : JIST Sun StorageTek[tm] 5800 Dispatch Messages 68 # msg730 - msg749 : JIST Sun StorageTek[tm] 5800 Logic Messages 69 # msg750 - msg799 : JIST Sun StorageTek[tm] 5800 Test Messages 71 # msg800 - msg809 : JIST Sun StorageTek[tm] 5xxx NAS Config. Requirements 72 # msg810 - msg829 : JIST Sun StorageTek[tm] 5xxx NAS Dispatch Messages 73 # msg830 - msg849 : JIST Sun StorageTek[tm] 5xxx NAS Logic Messages 74 # msg850 - msg899 : JIST Sun StorageTek[tm] 5xxx NAS Test Messages 82 # msg1000 - msg1009 : JIST Sun StorageTek[tm] CSM Config. Requirements 83 # msg1010 - msg1029 : JIST Sun StorageTek[tm] CSM Dispatch Message [all...] |
| /test/ontest-stc2/src/tools/stf/contrib/logapi/lib/ |
| liblogapi.c | 67 struct tm *tm; local 71 tm = localtime(&tt); 72 (void) strftime(buf, sizeof (buf), "%H:%M:%S", tm);
|
| /test/stcnv/usr/src/tools/stf/contrib/logapi/lib/ |
| liblogapi.c | 67 struct tm *tm; local 71 tm = localtime(&tt); 72 (void) strftime(buf, sizeof (buf), "%H:%M:%S", tm);
|
| /test/stcnv/usr/src/suites/storage/jist/ |
| README.CONFIG | 67 o Sun Java[tm] 2 Standard Edition JDK 1.5.0[3], 6[4], 7[5], or later 73 - Sun StorEdge[tm] SAN 4.4 or later 74 - Sun StorEdge[tm] Traffic Manager 4.5 or later[6] 77 - Sun StorageTek[tm] Common Array Manager 6.1 or later[7] 80 - Sun StorageTek[tm] 5800 Open Edition Software[8] 90 o Sun StorageTek[tm] 5800 Content Addressible Storage[8] 104 - Sun Solaris[tm]/OpenSolaris 9 9/04, 10, 11, 11/2008, or later[1] 108 o Sun Java[tm] 2 Standard Edition JDK 1.5.0[3], 6[4], 7[5], or later 111 o Sun Studio[tm] 12, or later[9] or GNU gmake/gcc/ld/etc.
|
| README | 39 SCSI Array Standards for conformity with Sun StorEdge[tm] Open SAN 104 requires Sun Studio[tm] 12 or later and Sun Java[tm] 2 Standard Edition
|
| /test/ontest-stc2/src/suites/os/smf/tests/libscf-low/demos/ |
| lowlevel_add_entities.c | 124 hrtime_t tm; local 151 tm = (gethrtime() % 97) % 2; 154 scf_value_set_boolean(v, tm); 159 scf_value_set_boolean(v2, !tm); 161 scf_value_set_boolean(v3, tm);
|
| lowlevel_multiple_values.c | 124 hrtime_t tm; local 165 tm = (gethrtime() % 97) % 2; 168 scf_value_set_boolean(v, tm); 173 scf_value_set_boolean(v2, !tm); 175 scf_value_set_boolean(v3, tm);
|
| /test/stcnv/usr/src/suites/os/smf/tests/libscf-low/demos/ |
| lowlevel_add_entities.c | 124 hrtime_t tm; local 151 tm = (gethrtime() % 97) % 2; 154 scf_value_set_boolean(v, tm); 159 scf_value_set_boolean(v2, !tm); 161 scf_value_set_boolean(v3, tm);
|
| lowlevel_multiple_values.c | 124 hrtime_t tm; local 165 tm = (gethrtime() % 97) % 2; 168 scf_value_set_boolean(v, tm); 173 scf_value_set_boolean(v2, !tm); 175 scf_value_set_boolean(v3, tm);
|
| /test/ontest-stc1/usr/ontest/uts/fs/nfs/nfsv4-test/nfsv4shell/nfsh/ |
| nfs_attr.c | 744 nfstime4 tm; local 764 tm.seconds = (int64_t)strtoll(interp->result, NULL, 10); 766 tm.nseconds = (uint32_t)strtol(interp->result, NULL, 10); 768 if (xdr_nfstime4(xdrp, &tm) == FALSE) 770 al->attrlist4_len += xdr_sizeof(xdr_nfstime4, &tm);
|
| /test/stcnv/usr/src/suites/nfs/nfsv4/nfsv4shell/nfsh/ |
| nfs_attr.c | 744 nfstime4 tm; local 764 tm.seconds = (int64_t)strtoll(interp->result, NULL, 10); 766 tm.nseconds = (uint32_t)strtol(interp->result, NULL, 10); 768 if (xdr_nfstime4(xdrp, &tm) == FALSE) 770 al->attrlist4_len += xdr_sizeof(xdr_nfstime4, &tm);
|
| /test/ontest-stc2/src/tools/tet/contrib/ctitools/src/lib/C/ |
| common.c | 103 struct tm *tmconv;
|
| /test/stcnv/usr/src/tools/tet/contrib/ctitools/src/lib/C/ |
| common.c | 103 struct tm *tmconv;
|
| /test/ontest-stc2/src/tools/stf/lib/ |
| libstf.c | 674 struct tm *tp; 717 struct tm *tp;
|
| /test/stcnv/usr/src/tools/stf/lib/ |
| libstf.c | 674 struct tm *tp; 717 struct tm *tp;
|
| /test/ohacts/src/svc/ccsrc/ |
| message_action.cc | 350 struct tm *tm_ptr;
|
| /test/stcnv/usr/src/tools/tet/contrib/capi/tools/tetrep/ |
| tetrep.c | 711 struct tm mytm;
|
| /test/stcnv/usr/src/tools/tet/contrib/crpt/ |
| rptm.c | 832 struct tm *thetime;
|
| rpt.c | 215 struct tm mytm;
1306 struct tm mytm;
[all...] |
| /test/stcnv/usr/src/tools/tet/contrib/scripts/tetrep/ |
| tetrep.c | 711 struct tm mytm;
|
| /test/ontest-stc2/src/suites/security/kmf/lib/ |
| libkmf_test_util.c | [all...] |
| /test/stcnv/usr/src/suites/security/kmf/lib/ |
| libkmf_test_util.c | [all...] |