Searched refs:getReply (Results 1 – 4 of 4) sorted by relevance
100 char *getReply( const char *a_pszPrompt, int a_iMaxLen );
130 pszReply = getReply( TOKEN_CLEAR_PROMPT, 1 ); in main()
259 pszReply = getReply( szPrompt, 1 ); in checkExistingObjects()955 pszReply = getReply( TOKEN_ID_MISSING_PROMPT, 1 ); in getSubjectId()
230 char *getReply( const char *a_pszPrompt, int a_iMaxLen ) { in getReply() function