Searched defs:fp (Results 1 - 2 of 2) sorted by relevance

/lxc/src/include/
H A Dgetline.c40 getline(char **outbuf, size_t *outsize, FILE *fp) argument
44 buf = fgetln(fp, &len);
/lxc/src/lxc/
H A Dutils.c471 struct lxc_popen_FILE *fp = NULL; local
536 fp = calloc(1, sizeof(*fp));
537 if (!fp) {
542 fp->f = fdopen(parent_end, "r");
543 if (!fp->f) {
548 fp->child_pid = child_pid;
550 return fp;
554 if (fp) {
555 if (fp
569 lxc_pclose(struct lxc_popen_FILE *fp) argument
[all...]

Completed in 16 milliseconds