Searched refs:tomb (Results 1 – 6 of 6) sorted by relevance
/wcsmbs/ |
A D | wcsnrtombs.c | 46 struct __gconv_step *tomb; in __wcsnrtombs() local 63 tomb = fcts->tomb; in __wcsnrtombs() 64 __gconv_fct fct = tomb->__fct; in __wcsnrtombs() 66 if (tomb->__shlib_handle != NULL) in __wcsnrtombs() 88 status = DL_CALL_FCT (fct, (tomb, &data, &inbuf, in __wcsnrtombs() 112 status = DL_CALL_FCT (fct, (tomb, &data, (const unsigned char **) src, in __wcsnrtombs()
|
A D | wcsrtombs.c | 42 struct __gconv_step *tomb; in __wcsrtombs() local 55 tomb = fcts->tomb; in __wcsrtombs() 56 __gconv_fct fct = tomb->__fct; in __wcsrtombs() 58 if (tomb->__shlib_handle != NULL) in __wcsrtombs() 81 status = DL_CALL_FCT (fct, (tomb, &data, &inbuf, in __wcsrtombs() 109 status = DL_CALL_FCT (fct, (tomb, &data, (const unsigned char **) src, in __wcsrtombs()
|
A D | wcsmbsload.c | 75 .tomb = (struct __gconv_step *) &to_mb, 188 new_fcts->tomb = __wcsmbs_getfct (complete_name, "INTERNAL", in __libc_rwlock_define() 194 if (new_fcts->tomb == NULL) in __libc_rwlock_define() 236 if (copy->tomb->__shlib_handle != NULL) in __wcsmbs_clone_conv() 237 overflow |= __builtin_add_overflow (copy->tomb->__counter, 1, in __wcsmbs_clone_conv() 238 ©->tomb->__counter); in __wcsmbs_clone_conv() 256 copy->tomb = __wcsmbs_getfct (name, "INTERNAL", ©->tomb_nsteps); in __wcsmbs_named_conv() 257 if (copy->tomb == NULL) in __wcsmbs_named_conv() 276 __gconv_close_transform (data->tomb, data->tomb_nsteps); in _nl_cleanup_ctype()
|
A D | wcrtomb.c | 66 __gconv_fct fct = fcts->tomb->__fct; in __wcrtomb() 68 if (fcts->tomb->__shlib_handle != NULL) in __wcrtomb() 77 status = DL_CALL_FCT (fct, (fcts->tomb, &data, NULL, NULL, in __wcrtomb() 89 (fcts->tomb, &data, &inbuf, in __wcrtomb()
|
A D | wctob.c | 65 __gconv_fct fct = fcts->tomb->__fct; in wctob() 67 if (fcts->tomb->__shlib_handle != NULL) in wctob() 71 (fcts->tomb, &data, &argptr, in wctob()
|
A D | wcsmbsload.h | 31 struct __gconv_step *tomb; member
|
Completed in 9 milliseconds