Searched refs:desp (Results 1 – 4 of 4) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/locale/ |
D | strxfrm.c | 28 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, str); in strxfrm_0200() 66 char desp[20] = {}; in strxfrm_0300() local 69 size_t result = strxfrm(desp, str, want); in strxfrm_0300() [all …]
|
/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
D | quotactl02.h | 50 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() 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() 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() 100 tst_res(TPASS, "quotactl() succeeded to %s", desp); in check_qoffv() 103 static void check_qonv(int subcmd, char *desp, int flag) in check_qonv() argument [all …]
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl35.c | 69 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/ |
D | shmat01.c | 43 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()
|