Searched refs:inplen (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/
H A Dutil_unistr.c551 size_t precompose_w (ucs2_t *name, size_t inplen, ucs2_t *comp, size_t *outlen) argument
562 if (!inplen || (inplen & 1) || inplen > o_len)
572 if (i == inplen) {
607 if ((0xDC00 <= comb) && (comb < 0xE000) && (i + 6 <= inplen)) {
616 } while ((i + 6 <= inplen) && result_sp) ;
632 if (i == inplen) {
662 size_t decompose_w (ucs2_t *name, size_t inplen, ucs2_t *comp, size_t *outlen) argument
674 if (!inplen || (inple
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/
H A Dutil_unistr.c399 size_t precompose_w (ucs2_t *name, size_t inplen, ucs2_t *comp, size_t *outlen) argument
410 if (!inplen || (inplen & 1) || inplen > o_len)
422 if (i == inplen) {
457 if ((0xDC00 <= comb) && (comb < 0xE000) && (i + 4 <= inplen)) {
466 } while ((i + 4 <= inplen) && result_sp) ;
507 size_t decompose_w (ucs2_t *name, size_t inplen, ucs2_t *comp, size_t *outlen) argument
519 if (!inplen || (inplen
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/megatron/
H A Dnad.c350 size_t inplen; local
375 inplen = strlen(m);
378 if ((size_t)-1 == (outlen = convert_charset ( vol.v_maccharset, vol.v_volcharset, vol.v_maccharset, m, inplen, u, outlen, &flags)) ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddesktop.c598 size_t inplen; local
618 inplen = strlen(m);
621 if ((size_t)-1 == (outlen = convert_charset ( (utf8)?CH_UTF8_MAC:vol->v_maccharset, vol->v_volcharset, vol->v_maccharset, m, inplen, u, outlen, &flags)) ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c115 size_t inplen; local
144 inplen = strlen(m);
150 m, inplen, u, outlen, &flags)) ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dnad.c350 size_t inplen; local
375 inplen = strlen(m);
378 if ((size_t)-1 == (outlen = convert_charset ( vol.v_maccharset, vol.v_volcharset, vol.v_maccharset, m, inplen, u, outlen, &flags)) ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddesktop.c598 size_t inplen; local
618 inplen = strlen(m);
621 if ((size_t)-1 == (outlen = convert_charset ( (utf8)?CH_UTF8_MAC:vol->v_maccharset, vol->v_volcharset, vol->v_maccharset, m, inplen, u, outlen, &flags)) ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c115 size_t inplen; local
144 inplen = strlen(m);
150 m, inplen, u, outlen, &flags)) ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dea.c78 size_t inplen; local
92 inplen = strlen(m);
98 m, inplen, u, outlen, &flags)) ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dea.c78 size_t inplen; local
92 inplen = strlen(m);
98 m, inplen, u, outlen, &flags)) ) {

Completed in 206 milliseconds