Home
last modified time | relevance | path

Searched refs:desp (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/locale/
H A Dstrxfrm.c28 char desp[20] = {}; in strxfrm_0100() local
31 size_t result = strxfrm(desp, str, want + 1); in strxfrm_0100()
35 if (strcmp(desp, str) != 0) { in strxfrm_0100()
36 t_error("%s strxfrm get desp is %s is not want %s\n", __func__, desp, str); in strxfrm_0100()
47 char desp[20] = {}; in strxfrm_0200() local
50 size_t result = strxfrm(desp, str, want); in strxfrm_0200()
54 if (strcmp(desp, str) == 0) { in strxfrm_0200()
55 t_error("%s strxfrm get desp is %s is not want %s\n", __func__, desp, st in strxfrm_0200()
66 char desp[20] = {}; strxfrm_0300() local
85 char desp[5]; strxfrm_0400() local
104 char desp[10]; strxfrm_0500() local
124 char desp[10]; strxfrm_0600() local
144 char desp[10]; strxfrm_0700() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/quotactl/
H A Dquotactl02.h50 static void check_qoff(int subcmd, char *desp, int flag) in check_qoff() argument
55 (void *) &res_qstat), "do_quotactl() to %s", desp); in check_qoff() local
64 tst_res(TPASS, "quotactl() succeeded to %s", desp); in check_qoff()
67 static void check_qon(int subcmd, char *desp, int flag) in check_qon() argument
72 (void *) &res_qstat), "do_quotactl() to %s", desp); in check_qon() local
81 tst_res(TPASS, "quotactl() succeeded to %s", desp); in check_qon()
84 static void check_qoffv(int subcmd, char *desp, int flag) in check_qoffv() argument
91 (void *) &res_qstatv), "do_quotactl() to %s", desp); in check_qoffv() local
100 tst_res(TPASS, "quotactl() succeeded to %s", desp); in check_qoffv()
103 static void check_qonv(int subcmd, char *desp, in argument
110 (void *) &res_qstatv), "do_quotactl() to %s", desp); check_qonv() local
122 check_qlim(int subcmd, char *desp) check_qlim() argument
129 (void *) &res_dquota), "do_quotactl() to %s", desp); check_qlim() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl35.c69 static int verify_pipe_size(int exp_pip_sz, char *desp) in verify_pipe_size() argument
84 "unexpectedly, expected %d", desp, get_size, in verify_pipe_size()
88 "successfully", desp, exp_pip_sz); in verify_pipe_size()
/third_party/ltp/testcases/kernel/syscalls/ipc/shmat/
H A Dshmat01.c43 char *desp; member
122 tst_res(TFAIL, "shmat() failed to attach %s", tc->desp); in verify_shmat()
124 tst_res(TPASS, "shmat() succeeded to attach %s", tc->desp); in verify_shmat()
/third_party/backends/backend/
H A Dhp3900_rts8822.c584 static double get_shrd (double value, SANE_Int desp);
1428 scn->desp[c] = in Arrange_Colour()
1432 scn->desp[c] = scn->channel_size * c; in Arrange_Colour()
1438 scn->desp[c] = in Arrange_Colour()
1444 scn->desp1[c] = scn->desp[c]; in Arrange_Colour()
1446 ((scn->channel_size * 3) + scn->desp[c]) + in Arrange_Colour()
1461 scn->pColour[c] = scn->imagebuffer + scn->desp[c]; in Arrange_Colour()
1521 scn->desp[c] = (scn->desp[c] + line_size) % scn->bfsize; in Arrange_Colour()
1522 scn->pColour[c] = scn->imagebuffer + scn->desp[ in Arrange_Colour()
4999 get_shrd(double value, SANE_Int desp) get_shrd() argument
5275 SANE_Int desp = 0; data_bitget() local
5824 SANE_Int bit, pos, desp, rescont2; Resize_Decrease() local
5903 SANE_Int desp; /* fac0 */ Resize_Increase() local
7521 SANE_Int desp; Read_NonColor_Block() local
11063 SANE_Int desp[3]; GetOneLineInfo() local
[all...]
H A Dhp3900_types.c263 SANE_Int desp[3]; member

Completed in 10 milliseconds