Searched refs:psfile (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/sched/sched_stress/ |
H A D | sched_driver.c | 365 FILE *psfile; /* temporary file to hold output of 'ps' command */ in process_slots_in_use() local 377 if ((psfile = fopen("ps.out", "r")) == NULL) { in process_slots_in_use() 384 fscanf(psfile, "%d", &usedslots); in process_slots_in_use() 389 if (fclose(psfile) == -1) { in process_slots_in_use()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_selectivecolor.c | 87 char *psfile; member 111 { "psfile", "set Photoshop selectivecolor file name", OFFSET(psfile), AV_OPT_TYPE_STRING, {.str=NULL}, .flags = FLAGS }, 257 if (s->psfile) { in config_input() 258 ret = parse_psfile(ctx, s->psfile); in config_input()
|
H A D | vf_curves.c | 68 char *psfile; member 108 { "psfile", "set Photoshop curves file name", OFFSET(psfile), AV_OPT_TYPE_STRING, {.str=NULL}, .flags = FLAGS }, 491 if (curves->psfile && !curves->parsed_psfile) { in curves_init() 492 ret = parse_psfile(ctx, curves->psfile); in curves_init() 738 } else if (!strcmp(cmd, "all") || !strcmp(cmd, "preset") || !strcmp(cmd, "psfile")) { in process_command() 739 if (!strcmp(cmd, "psfile")) in process_command()
|
Completed in 5 milliseconds