home *** CD-ROM | disk | FTP | other *** search
Wrap
wwwwccccssssffffttttiiiimmmmeeee((((3333CCCC)))) wwwwccccssssffffttttiiiimmmmeeee((((3333CCCC)))) NNNNAAAAMMMMEEEE _wwww_cccc_ssss_ffff_tttt_iiii_mmmm_eeee - convert date and time to wide character string SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS _####_iiii_nnnn_cccc_llll_uuuu_dddd_eeee _<<<<_wwww_cccc_hhhh_aaaa_rrrr_...._hhhh_>>>> XPG4 _ssss_iiii_zzzz_eeee______tttt _wwww_cccc_ssss_ffff_tttt_iiii_mmmm_eeee _((((_cccc_hhhh_aaaa_rrrr _****_wwww_cccc_ssss_,,,, _ssss_iiii_zzzz_eeee______tttt _mmmm_aaaa_xxxx_ssss_iiii_zzzz_eeee_,,,, _cccc_oooo_nnnn_ssss_tttt _cccc_hhhh_aaaa_rrrr _****_ffff_oooo_rrrr_mmmm_aaaa_tttt_,,,, _cccc_oooo_nnnn_ssss_tttt _ssss_tttt_rrrr_uuuu_cccc_tttt _tttt_mmmm _****_tttt_iiii_mmmm_eeee_pppp_tttt_rrrr_))))_;;;; XPG5 _ssss_iiii_zzzz_eeee______tttt _wwww_cccc_ssss_ffff_tttt_iiii_mmmm_eeee _((((_cccc_hhhh_aaaa_rrrr _****_wwww_cccc_ssss_,,,, _ssss_iiii_zzzz_eeee______tttt _mmmm_aaaa_xxxx_ssss_iiii_zzzz_eeee_,,,, _cccc_oooo_nnnn_ssss_tttt _wwww_cccc_hhhh_aaaa_rrrr______tttt _****_ffff_oooo_rrrr_mmmm_aaaa_tttt_,,,, _cccc_oooo_nnnn_ssss_tttt _ssss_tttt_rrrr_uuuu_cccc_tttt _tttt_mmmm _****_tttt_iiii_mmmm_eeee_pppp_tttt_rrrr_))))_;;;; DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN _wwww_cccc_ssss_ffff_tttt_iiii_mmmm_eeee places wide-character codes into the array pointed to by _w_c_s as controlled by the string or the wide character string pointed to by _f_o_r_m_a_t. The _f_o_r_m_a_t string or wide character string consists of zero or more directives and ordinary characters. All ordinary characters (including the terminating null character) are copied unchanged into the array. For _wwww_cccc_ssss_ffff_tttt_iiii_mmmm_eeee, no more than _m_a_x_s_i_z_e characters are placed into the array. This function behaves as if the character string generated by _ssss_tttt_rrrr_ffff_tttt_iiii_mmmm_eeee is passed to _mmmm_bbbb_ssss_tttt_oooo_wwww_cccc_ssss as the character string argument, and _mmmm_bbbb_ssss_tttt_oooo_wwww_cccc_ssss places the result in the wide character string argument of _wwww_cccc_ssss_ffff_tttt_iiii_mmmm_eeee up to a limit of _m_a_x_s_i_z_e wide-character codes. RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE If the total number of resulting wide character codes including the terminating null wide-character code is no more than _m_a_x_s_i_z_e , _wwww_cccc_ssss_ffff_tttt_iiii_mmmm_eeee returns the number of wide-character codes placed into the array pointed to by _w_c_s , not including the terminating null wide-character code. Otherwise _0000 is returned and the contents of the array are indeterminate. If the function is not implemented, _e_r_r_n_o will be set to indicate the error. SSSSEEEEEEEE AAAALLLLSSSSOOOO _ssss_tttt_rrrr_ffff_tttt_iiii_mmmm_eeee(3C), _ssss_tttt_rrrr_ffff_tttt_iiii_mmmm_eeee(4), _mmmm_bbbb_ssss_tttt_oooo_wwww_cccc_ssss(3C), _<<<<_wwww_cccc_hhhh_aaaa_rrrr_...._hhhh_>>>>. NNNNOOOOTTTTEEEESSSS There are two types of _wwww_cccc_ssss_ffff_tttt_iiii_mmmm_eeee functions in n32 and 64 bit C libraries for IRIX 6.5.17 or later versions. One is XPG4 type which has been in C library, and another is XPG5 type function. The difference is a third argument type, which is _cccc_oooo_nnnn_ssss_tttt _cccc_hhhh_aaaa_rrrr _****_ffff_oooo_rrrr_mmmm_aaaa_tttt for XPG4 and _cccc_oooo_nnnn_ssss_tttt _wwww_cccc_hhhh_aaaa_rrrr______tttt _****_ffff_oooo_rrrr_mmmm_aaaa_tttt for XPG5. Old programs calling _wwww_cccc_ssss_ffff_tttt_iiii_mmmm_eeee function have XPG4 behavior of the function for backward compatibility. When XPG5 behavior is required, new programs must be compiled with the wchar.h header file. When XPG4 behavior is required, new programs must be compiled with the wchar.h header file and setting _XOPEN_SOURCE to 400. PPPPaaaaggggeeee 1111