HomeSort by relevance Sort by last modified time
    Searched refs:buf_getline (Results 1 - 5 of 5) sorted by null

  /external/dropbear/
dbutil.h 56 int buf_getline(buffer * line, FILE * authfile);
cli-kex.c 232 if (buf_getline(line, hostsfile) == DROPBEAR_FAILURE) {
svr-authpubkey.c 200 if (buf_getline(line, authfile) == DROPBEAR_FAILURE) {
dbutil.c 567 int buf_getline(buffer * line, FILE * authfile) { function
571 TRACE(("enter buf_getline"))
596 TRACE(("leave buf_getline: failure"))
599 TRACE(("leave buf_getline: success"))
  /external/clearsilver/mod_ecs/
mod_ecs.c 107 static int buf_getline (const char *idata, int ilen, char *odata, int olen, int *nonl) function
138 ret = buf_getline (hbuf->buf + hbuf->loc, hbuf->len - hbuf->loc, buf, len, &(hbuf->nonl));
156 len = buf_getline (data + done, dlen - done, buf, sizeof(buf), &(hbuf->nonl));

Completed in 66 milliseconds