Lines Matching refs:reply_parse
527 if (reply_parse) in getreply()
599 if (reply_parse) in getreply()
706 if (reply_parse) { in getreply()
708 if (reply_ptr = strstr(reply_buf, reply_parse)) { in getreply()
709 reply_parse = reply_ptr + strlen(reply_parse); in getreply()
710 if (reply_ptr = strpbrk(reply_parse, " \r")) in getreply()
713 reply_parse = reply_ptr; in getreply()
2395 reply_parse = "PBSZ="; in setpbsz()
2398 if (reply_parse) { in setpbsz()
2399 if ((maxbuf = (unsigned int) atol(reply_parse)) > actualbuf) in setpbsz()
2403 reply_parse = NULL; in setpbsz()