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

  /external/dhcpcd/
common.h 77 ssize_t get_line(char **, size_t *, FILE *);
common.c 60 get_line(char **line, size_t *len, FILE *fp) function
dhcpcd.c 746 while ((get_line(&buffer, &len, f))) {
client.c 271 while ((get_line(&buffer, &len, f))) {
    [all...]
  /external/e2fsprogs/misc/
e2initrd_helper.c 121 static char *get_line(struct mem_file *file) function
342 buf = get_line(&file);
  /frameworks/base/core/jni/
android_bluetooth_HeadsetBase.cpp 106 static const char* get_line(int fd, char *buf, int len, int timeout_ms, function in namespace:android
522 const char *ret = get_line(nat->rfcomm_sock,

Completed in 193 milliseconds