Home
last modified time | relevance | path

Searched refs:add_opt (Results 1 – 4 of 4) sorted by relevance

/third_party/cups-filters/filter/
Dbannertopdf.c232 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/
Dfuse_opt.c119 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/
Dfuse_opt.c149 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/
Dcmdutils.c689 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()