Searched refs:cffile (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/dhcpcd/src/ |
| HD | privsep-control.c | 89 return control_queue(fd, UNCONST(fd->ctx->cffile), in ps_ctl_handleargs() 90 strlen(fd->ctx->cffile) + 1); in ps_ctl_handleargs()
|
| HD | dhcpcd.h | 120 const char *cffile; member
|
| HD | dhcpcd.c | 1543 return control_queue(fd, UNCONST(fd->ctx->cffile), in dhcpcd_handleargs() 1544 strlen(fd->ctx->cffile) + 1); in dhcpcd_handleargs() 1987 ctx.cffile = CONFIG; in main() 2045 ctx.cffile = optarg; in main()
|
| HD | privsep-root.c | 321 if (strcmp(ctx->cffile, EMBEDDED_CONFIG) == 0) in ps_root_validpath() 324 if (strcmp(ctx->cffile, path) == 0) in ps_root_validpath()
|
| HD | if-options.c | 2647 buflen = dhcp_readfile(ctx, ctx->cffile, buf, sizeof(buf)); in read_config() 2651 logerr("%s: %s", __func__, ctx->cffile); in read_config() 2659 dhcp_filemtime(ctx, ctx->cffile, &ifo->mtime); in read_config()
|
| /dragonfly/contrib/libarchive/libarchive/ |
| HD | archive_read_support_format_cab.c | 228 struct cffile { struct 262 struct cffile *file_array; argument 274 struct cffile *entry_cffile; 783 hd->file_array = (struct cffile *)calloc( in cab_read_header() 784 hd->file_count, sizeof(struct cffile)); in cab_read_header() 790 struct cffile *file = &(hd->file_array[i]); in cab_read_header() 889 struct cffile *file; in archive_read_format_cab_read_header()
|