Searched refs:reply_parse (Results 1 – 3 of 3) sorted by relevance
68 char *reply_parse; variable187 reply_parse = "ADAT="; /* for command() later */ in do_auth()229 } else if (!reply_parse) { in do_auth()241 reply_parse, out_buf, outlen, &i, 1)) { in do_auth()275 reply_parse = NULL; in do_auth()280 reply_parse = NULL; in do_auth()
530 if (reply_parse) in getreply()601 if (reply_parse) in getreply()703 if (reply_parse) { in getreply()705 if (reply_ptr = strstr(reply_buf, reply_parse)) { in getreply()706 reply_parse = reply_ptr + strlen(reply_parse); in getreply()707 if (reply_ptr = strpbrk(reply_parse, " \r")) in getreply()710 reply_parse = reply_ptr; in getreply()2390 reply_parse = "PBSZ="; in setpbsz()2393 if (reply_parse) { in setpbsz()2394 if ((maxbuf = (unsigned int) atol(reply_parse)) > actualbuf) in setpbsz()[all …]
205 EXTERN char *reply_parse; /* for parsing replies to the ADAT command */ variable