HomeSort by: relevance | last modified time | path
    Searched defs:hesiod_p (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/net/
hesiod.c 51 "#Id: hesiod_p.h,v 1.1 1996/12/08 21:39:37 ghudson Exp #");
87 struct hesiod_p { struct
95 static int read_config_file(struct hesiod_p *, const char *);
103 * initialize a hesiod_p.
108 struct hesiod_p *ctx;
114 ctx = calloc(1, sizeof(struct hesiod_p));
165 * Deallocates the hesiod_p.
170 struct hesiod_p *ctx = (struct hesiod_p *) context;
188 struct hesiod_p *ctx = (struct hesiod_p *) context
    [all...]
hesiod.c 51 "#Id: hesiod_p.h,v 1.1 1996/12/08 21:39:37 ghudson Exp #");
87 struct hesiod_p { struct
95 static int read_config_file(struct hesiod_p *, const char *);
103 * initialize a hesiod_p.
108 struct hesiod_p *ctx;
114 ctx = calloc(1, sizeof(struct hesiod_p));
165 * Deallocates the hesiod_p.
170 struct hesiod_p *ctx = (struct hesiod_p *) context;
188 struct hesiod_p *ctx = (struct hesiod_p *) context
    [all...]

Completed in 90 milliseconds