Home
last modified time | relevance | path

Searched refs:exp_mode (Results 1 - 8 of 8) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
H A 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/
H A 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()
H A Dchown02.c30 mode_t exp_mode; member
57 if (stat_buf.st_mode != tc[i].exp_mode) { in run()
59 tc[i].filename, stat_buf.st_mode, tc[i].exp_mode); in run()
/third_party/ltp/testcases/kernel/syscalls/fchown/
H A 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()
H A Dfchown02.c40 mode_t exp_mode; member
66 if (stat_buf.st_mode != tc[i].exp_mode) in run()
68 tc[i].filename, stat_buf.st_mode, tc[i].exp_mode); in run()
/third_party/ltp/testcases/kernel/syscalls/openat/
H A 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/ltp/testcases/kernel/syscalls/open/
H A 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/ffmpeg/libavfilter/
H A Dvf_drawtext.c147 int exp_mode; ///< expansion mode to use for the text member
239 {"expansion", "set the expansion mode", OFFSET(exp_mode), AV_OPT_TYPE_INT, {.i64=EXP_NORMAL}, 0, 2, FLAGS, "expansion"},
240 {"none", "set no expansion", OFFSET(exp_mode), AV_OPT_TYPE_CONST, {.i64=EXP_NONE}, 0, 0, FLAGS, "expansion"},
241 {"normal", "set normal expansion", OFFSET(exp_mode), AV_OPT_TYPE_CONST, {.i64=EXP_NORMAL}, 0, 0, FLAGS, "expansion"},
242 {"strftime", "set strftime expansion (deprecated)", OFFSET(exp_mode), AV_OPT_TYPE_CONST, {.i64=EXP_STRFTIME}, 0, 0, FLAGS, "expansion"},
813 if (s->exp_mode == EXP_STRFTIME && in init()
1415 switch (s->exp_mode) { in draw_text()

Completed in 5 milliseconds