Home
last modified time | relevance | path

Searched refs:script_fp (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dscript.c249 if (ctx->script_fp == NULL) { in make_env()
253 ctx->script_fp = fp; in make_env()
255 fp = ctx->script_fp; in make_env()
H A Ddhcpcd.h168 FILE *script_fp; member
H A Ddhcpcd.c2683 if (ctx.script_fp) in main()
2684 fclose(ctx.script_fp); in main()