Searched refs:numstring_length (Results 1 – 2 of 2) sorted by relevance
4793 UINT _nx_ftp_utility_convert_portnumber_ascii(UINT number, CHAR *numstring, UINT *numstring_length) in _nx_ftp_utility_convert_portnumber_ascii() argument4801 (*numstring_length) = 0; in _nx_ftp_utility_convert_portnumber_ascii()4804 while ((*numstring_length) < 10) in _nx_ftp_utility_convert_portnumber_ascii()4808 for (j = (*numstring_length); j != 0; j--) in _nx_ftp_utility_convert_portnumber_ascii()4825 (*numstring_length)++; in _nx_ftp_utility_convert_portnumber_ascii()4833 numstring[(*numstring_length)] = (CHAR) NX_NULL; in _nx_ftp_utility_convert_portnumber_ascii()4840 (*numstring_length) = 0; in _nx_ftp_utility_convert_portnumber_ascii()
370 … _nx_ftp_utility_convert_portnumber_ascii(UINT number, CHAR *numstring, UINT *numstring_length);