/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/ |
D | shmctl08.c | 39 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/ |
D | chown02.c | 29 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()
|
D | chown03.c | 39 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/ |
D | fchown03.c | 44 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()
|
D | fchown02.c | 39 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/ |
D | scan.l | 354 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/ |
D | open14.c | 206 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/ |
D | openat03.c | 217 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/ |
D | vf_drawtext.c | 145 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/ |
D | RaspiCamControl.c | 1091 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()
|