HomeSort by: relevance | last modified time | path
    Searched refs:intToAscii (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
init.c 288 int intToAscii( int value, char* buf ) {
352 bv->bv_len = intToAscii(((ComponentInt*)csi)->value, bv->bv_val );
362 bv->bv_len = intToAscii(((ComponentEnum*)csi)->value, bv->bv_val );
componentlib.h 571 int intToAscii ( int value, char* buf );
componentlib.c 2240 rc = intToAscii ( arcNum, buf );
2265 rc = intToAscii ( arcNum, buf );

Completed in 19 milliseconds