Searched refs:add_opt (Results 1 – 4 of 4) sorted by relevance
/third_party/cups-filters/filter/ |
D | bannertopdf.c | 232 static opt_t* add_opt(opt_t *in_opt, const char *key, const char *val) { in add_opt() function 271 opt = add_opt(opt, "job-id", jobid); in get_known_opts() 274 opt = add_opt(opt, "job-title", jobtitle); in get_known_opts() 277 opt = add_opt(opt, "user", user); in get_known_opts() 280 opt = add_opt(opt, "printer-name", getenv("PRINTER")); in get_known_opts() 283 opt = add_opt(opt, "printer-info", getenv("PRINTER_INFO")); in get_known_opts() 286 opt = add_opt(opt, "time-at-creation", in get_known_opts() 290 opt = add_opt(opt, "time-at-processing", in get_known_opts() 294 opt = add_opt(opt, "job-billing", in get_known_opts() 298 opt = add_opt(opt, "job-originating-host-name", in get_known_opts() [all …]
|
/third_party/ntfs-3g/libfuse-lite/ |
D | fuse_opt.c | 119 static int add_opt(struct fuse_opt_context *ctx, const char *opt) in add_opt() function 136 return add_opt(ctx, arg); in call_proc()
|
/third_party/libfuse/lib/ |
D | fuse_opt.c | 149 static int add_opt(struct fuse_opt_context *ctx, const char *opt) in add_opt() function 166 return add_opt(ctx, arg); in call_proc()
|
/third_party/ffmpeg/fftools/ |
D | cmdutils.c | 689 static void add_opt(OptionParseContext *octx, const OptionDef *opt, in add_opt() function 811 add_opt(octx, po, opt, arg); in split_commandline() 836 add_opt(octx, po, opt, "0"); in split_commandline()
|