Home
last modified time | relevance | path

Searched refs:exp_mode (Results 1 – 10 of 10) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
Dshmctl08.c39 static void check_mode(struct shmid_ds *ds, short exp_mode) in check_mode() argument
41 if (ds->shm_perm.mode == exp_mode) { in check_mode()
42 tst_res(TPASS, "shm_perm.mode=%04o", exp_mode); in check_mode()
47 ds->shm_perm.mode, exp_mode); in check_mode()
/third_party/ltp/testcases/kernel/syscalls/chown/
Dchown02.c29 mode_t exp_mode; member
56 if (stat_buf.st_mode != tc[i].exp_mode) { in run()
58 tc[i].filename, stat_buf.st_mode, tc[i].exp_mode); in run()
Dchown03.c39 static void check_mode(struct stat *s, mode_t exp_mode) in check_mode() argument
41 if (s->st_mode != exp_mode) in check_mode()
43 FILENAME, s->st_mode, exp_mode); in check_mode()
/third_party/ltp/testcases/kernel/syscalls/fchown/
Dfchown03.c44 static void check_mode(struct stat *s, mode_t exp_mode) in check_mode() argument
46 if (s->st_mode != exp_mode) in check_mode()
48 FILENAME, s->st_mode, exp_mode); in check_mode()
Dfchown02.c39 mode_t exp_mode; member
65 if (stat_buf.st_mode != tc[i].exp_mode) in run()
67 tc[i].filename, stat_buf.st_mode, tc[i].exp_mode); in run()
/third_party/ltp/pan/
Dscan.l354 char exp_mode[KEYSIZE]; /* expected mode list (for error message) */
361 strcpy(exp_mode, ps->name);
372 strcat(exp_mode, ", ");
373 strcat(exp_mode, ps->name);
386 yylineno, yytext, ps->name, scan_mode, exp_mode);
/third_party/ltp/testcases/kernel/syscalls/open/
Dopen14.c206 mode_t exp_mode = perm & ~mask; in test03() local
208 if ((st.st_mode & ~S_IFMT) != exp_mode) { in test03()
211 st.st_mode & ~S_IFMT, exp_mode); in test03()
/third_party/ltp/testcases/kernel/syscalls/openat/
Dopenat03.c217 mode_t exp_mode = perm & ~mask; in test03() local
219 if ((st.st_mode & ~S_IFMT) != exp_mode) { in test03()
222 st.st_mode & ~S_IFMT, exp_mode); in test03()
/third_party/ffmpeg/libavfilter/
Dvf_drawtext.c145 int exp_mode; ///< expansion mode to use for the text member
235 …{"expansion", "set the expansion mode", OFFSET(exp_mode), AV_OPT_TYPE_INT, {.i64=EXP_NORMAL}, 0, 2…
236 …{"none", "set no expansion", OFFSET(exp_mode), AV_OPT_TYPE_CONST, {.i64=EXP…
237 …{"normal", "set normal expansion", OFFSET(exp_mode), AV_OPT_TYPE_CONST, {.i64=EXP…
238 …{"strftime", "set strftime expansion (deprecated)", OFFSET(exp_mode), AV_OPT_TYPE_CONST, {.i64=EXP…
779 if (s->exp_mode == EXP_STRFTIME && in init()
1318 switch (s->exp_mode) { in draw_text()
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/
DRaspiCamControl.c1091 MMAL_PARAMETER_EXPOSUREMODE_T exp_mode = {{MMAL_PARAMETER_EXPOSURE_MODE,sizeof(exp_mode)}, mode}; in raspicamcontrol_set_exposure_mode() local
1096 return mmal_status_to_int(mmal_port_parameter_set(camera->control, &exp_mode.hdr)); in raspicamcontrol_set_exposure_mode()