/third_party/ltp/testcases/kernel/syscalls/sigrelse/ |
D | sigrelse01.c | 163 static char mesg[MAXMESG]; /* message buffer for tst_res */ variable 254 tst_brkm(TBROK, getout, "%s", mesg); in parent() 311 tst_resm(TBROK, "%s", mesg); in parent() 324 (void)sprintf(mesg, in parent() 327 (void)strcat(big_mesg, mesg); in parent() 347 tst_resm(TBROK, "%s", mesg); in parent() 395 (void)strcpy(note, mesg); in child() 399 (void)strcpy(note, mesg); in child() 538 (void)sprintf(mesg, in setup_sigs() 612 (void)sprintf(mesg, "read() pipe failed. error:%d %s.", in read_pipe() [all …]
|
/third_party/ltp/testcases/kernel/containers/pidns/ |
D | pidns04.c | 80 char mesg[] = "I was not killed !"; in child_fn1() local 92 write(fd[1], mesg, (strlen(mesg) + 1)); in child_fn1()
|
D | pidns05.c | 116 char mesg[] = "Nested Containers are created"; in create_nested_container() local 143 write(fd[1], mesg, (strlen(mesg) + 1)); in create_nested_container()
|
/third_party/toybox/toys/pending/ |
D | dhcp6.c | 126 static dhcp6_msg_t mesg; variable 186 uint8_t *tmp = &mesg.options[TT.length]; in fill_clientID() 209 uint8_t *tmp = &mesg.options[TT.length]; in fill_optionRequest() 219 uint8_t *tmp = &mesg.options[TT.length]; in fill_elapsedTime() 229 uint8_t *tmp = &mesg.options[TT.length]; in fill_iaid() 283 mesg.msgtype = type; in send_msg() 285 memcpy(mesg.transaction_id, TT.transction_id, 3); in send_msg() 297 sendlength = sendto(TT.sock1, &mesg, sendlength , 0,(struct sockaddr *)&addr6, in send_msg() 329 DUID two = *((DUID*)&mesg.options[4]); in check_client_id() 630 memcpy((uint8_t*)&mesg, &mymsg->dhcp6, TT.request_length); in dhcp6_main() [all …]
|
D | fdisk.c | 532 static int read_input(char *mesg, char *outp) in read_input() argument 537 xprintf("%s", mesg); in read_input() 549 static int read_hex(char *mesg) in read_hex() argument 554 read_input(mesg, input); in read_hex() 725 static uint32_t ask_value(char *mesg, sector_t left, sector_t right, sector_t defalt) in ask_value() argument 734 xprintf("%s",mesg); in ask_value() 815 char mesg[256]; in ask_start_sector() local 847 sprintf(mesg, "First %s (%lld - %lld, default %lld): ", disp_unit_cyl? "cylinder" : "sector", in ask_start_sector() 851 temp = ask_value(mesg, disp_unit_cyl? start_cyl : start, in ask_start_sector() 870 char mesg[256]; in ask_end_sector() local [all …]
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | memtoy.c | 99 void usage(char *mesg) in usage() argument 101 if (mesg != NULL) { in usage() 102 fprintf(stderr, "%s\n", mesg); in usage() 256 void wait_for_signal(const char *mesg) in wait_for_signal() argument 258 printf("%s ... ", mesg); in wait_for_signal()
|
/third_party/libusb/examples/ |
D | ezusb.c | 187 const char *mesg = "can't modify CPUCS"; in ezusb_cpucs() local 189 logerror("%s: %s\n", mesg, libusb_error_name(status)); in ezusb_cpucs() 191 logerror("%s\n", mesg); in ezusb_cpucs() 214 const char *mesg = "failed to send jump command"; in ezusb_fx3_jump() local 216 logerror("%s: %s\n", mesg, libusb_error_name(status)); in ezusb_fx3_jump() 218 logerror("%s\n", mesg); in ezusb_fx3_jump()
|
/third_party/gettext/gettext-tools/tests/ |
D | msgfmt-properties-1 | 18 mesg\ 4=mesg 4 translation
|
/third_party/icu/icu4c/source/test/intltest/ |
D | dtifmtts.cpp | 1511 char mesg[1000]; in expectUserDII() local 1514 sprintf(mesg, "interval date: %s\n", result); in expectUserDII() 1515 PRINTMESG(mesg); in expectUserDII() 1636 char mesg[1000]; in stress() local 1637 sprintf(mesg, "locale: %s\n", locName); in stress() 1638 PRINTMESG(mesg); in stress() 1647 sprintf(mesg, "original date: %s - %s\n", datestr, datestr_2); in stress() 1648 PRINTMESG(mesg) in stress() 1681 sprintf(mesg, "interval by skeleton: %s\n", result); in stress() 1682 PRINTMESG(mesg) in stress() [all …]
|
/third_party/toybox/lib/ |
D | pending.h | 5 int read_password(char * buff, int buflen, char* mesg);
|
D | password.c | 50 int read_password(char *buf, int buflen, char *mesg) in read_password() argument 65 xprintf("%s", mesg); in read_password()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | dtitvfmt.cpp | 89 char mesg[2000]; in createInstance() local 94 sprintf(mesg, "skeleton: %s; pattern: %s\n", result, result_1); in createInstance() 95 PRINTMESG(mesg) in createInstance() 600 char mesg[2000]; in initializePattern() local 602 sprintf(mesg, "in getBestSkeleton: fSkeleton: %s; \n", result); in initializePattern() 603 PRINTMESG(mesg) in initializePattern() 646 char mesg[2000]; in initializePattern() local 648 sprintf(mesg, "in getBestSkeleton: fSkeleton: %s; \n", result); in initializePattern() 649 PRINTMESG(mesg) in initializePattern()
|
D | dtitvinf.cpp | 532 char mesg[2000]; in getBestSkeleton() local 534 sprintf(mesg, "in getBestSkeleton: skeleton: %s; \n", result); in getBestSkeleton() 535 PRINTMESG(mesg) in getBestSkeleton() 600 sprintf(mesg, "available skeletons: skeleton: %s; \n", result); in getBestSkeleton() 601 PRINTMESG(mesg) in getBestSkeleton()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | dtitvinf.cpp | 548 char mesg[2000]; in getBestSkeleton() local 550 sprintf(mesg, "in getBestSkeleton: skeleton: %s; \n", result); in getBestSkeleton() 551 PRINTMESG(mesg) in getBestSkeleton() 619 sprintf(mesg, "available skeletons: skeleton: %s; \n", result); in getBestSkeleton() 620 PRINTMESG(mesg) in getBestSkeleton()
|
D | dtitvfmt.cpp | 102 char mesg[2000]; in createInstance() local 107 sprintf(mesg, "skeleton: %s; pattern: %s\n", result, result_1); in createInstance() 108 PRINTMESG(mesg) in createInstance() 762 char mesg[2000]; in initializePattern() local 764 sprintf(mesg, "in getBestSkeleton: fSkeleton: %s; \n", result); in initializePattern() 765 PRINTMESG(mesg) in initializePattern() 809 char mesg[2000]; in initializePattern() local 811 sprintf(mesg, "in getBestSkeleton: fSkeleton: %s; \n", result); in initializePattern() 812 PRINTMESG(mesg) in initializePattern()
|
/third_party/ltp/tools/genload/ |
D | genload.c | 333 char *mesg = in usage() local 359 fprintf(stdout, mesg, global_progname, global_progname); in usage() 369 char *mesg = "%s %s\n"; in version() local 371 fprintf(stdout, mesg, global_progname, VERSION); in version()
|
D | stress.c | 333 char *mesg = in usage() local 359 fprintf(stdout, mesg, global_progname, global_progname); in usage() 369 char *mesg = "%s %s\n"; in version() local 371 fprintf(stdout, mesg, global_progname, VERSION); in version()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | dtitvinf.cpp | 566 char mesg[2000]; in getBestSkeleton() local 568 sprintf(mesg, "in getBestSkeleton: skeleton: %s; \n", result); in getBestSkeleton() 569 PRINTMESG(mesg) in getBestSkeleton() 637 sprintf(mesg, "available skeletons: skeleton: %s; \n", result); in getBestSkeleton() 638 PRINTMESG(mesg) in getBestSkeleton()
|
D | dtitvfmt.cpp | 102 char mesg[2000]; in createInstance() local 107 sprintf(mesg, "skeleton: %s; pattern: %s\n", result, result_1); in createInstance() 108 PRINTMESG(mesg) in createInstance() 762 char mesg[2000]; in initializePattern() local 764 sprintf(mesg, "in getBestSkeleton: fSkeleton: %s; \n", result); in initializePattern() 765 PRINTMESG(mesg) in initializePattern() 809 char mesg[2000]; in initializePattern() local 811 sprintf(mesg, "in getBestSkeleton: fSkeleton: %s; \n", result); in initializePattern() 812 PRINTMESG(mesg) in initializePattern()
|
/third_party/icu/icu4c/source/i18n/ |
D | dtitvinf.cpp | 566 char mesg[2000]; in getBestSkeleton() local 568 sprintf(mesg, "in getBestSkeleton: skeleton: %s; \n", result); in getBestSkeleton() 569 PRINTMESG(mesg) in getBestSkeleton() 637 sprintf(mesg, "available skeletons: skeleton: %s; \n", result); in getBestSkeleton() 638 PRINTMESG(mesg) in getBestSkeleton()
|
D | dtitvfmt.cpp | 102 char mesg[2000]; in createInstance() local 107 sprintf(mesg, "skeleton: %s; pattern: %s\n", result, result_1); in createInstance() 108 PRINTMESG(mesg) in createInstance() 762 char mesg[2000]; in initializePattern() local 764 sprintf(mesg, "in getBestSkeleton: fSkeleton: %s; \n", result); in initializePattern() 765 PRINTMESG(mesg) in initializePattern() 809 char mesg[2000]; in initializePattern() local 811 sprintf(mesg, "in getBestSkeleton: fSkeleton: %s; \n", result); in initializePattern() 812 PRINTMESG(mesg) in initializePattern()
|
/third_party/python/Modules/_decimal/ |
D | _decimal.c | 241 value_error_int(const char *mesg) in value_error_int() argument 243 PyErr_SetString(PyExc_ValueError, mesg); in value_error_int() 249 value_error_ptr(const char *mesg) in value_error_ptr() argument 251 PyErr_SetString(PyExc_ValueError, mesg); in value_error_ptr() 257 type_error_int(const char *mesg) in type_error_int() argument 259 PyErr_SetString(PyExc_TypeError, mesg); in type_error_int() 264 runtime_error_int(const char *mesg) in runtime_error_int() argument 266 PyErr_SetString(PyExc_RuntimeError, mesg); in runtime_error_int() 273 runtime_error_ptr(const char *mesg) in runtime_error_ptr() argument 275 PyErr_SetString(PyExc_RuntimeError, mesg); in runtime_error_ptr() [all …]
|
/third_party/e2fsprogs/e2fsck/ |
D | util.c | 537 void mtrace_print(char *mesg) in mtrace_print() argument 543 fprintf(f, "============= %s\n", mesg); in mtrace_print()
|
/third_party/skia/third_party/externals/libwebp/swig/ |
D | libwebp_python_wrap.c | 1011 SWIG_Python_AddErrorMsg(const char* mesg) in SWIG_Python_AddErrorMsg() argument 1024 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg); in SWIG_Python_AddErrorMsg() 1029 PyErr_SetString(PyExc_RuntimeError, mesg); in SWIG_Python_AddErrorMsg() 2835 SWIG_Python_AddErrMesg(const char* mesg, int infront) in SWIG_Python_AddErrMesg() argument 2848 PyErr_Format(type, "%s %s", mesg, tmp = SWIG_Python_str_AsChar(old_str)); in SWIG_Python_AddErrMesg() 2850 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg); in SWIG_Python_AddErrMesg() 2866 char mesg[256]; in SWIG_Python_ArgFail() local 2867 PyOS_snprintf(mesg, sizeof(mesg), "argument number %d:", argnum); in SWIG_Python_ArgFail() 2868 return SWIG_Python_AddErrMesg(mesg, 1); in SWIG_Python_ArgFail()
|
/third_party/flutter/skia/third_party/externals/libwebp/swig/ |
D | libwebp_python_wrap.c | 1006 SWIG_Python_AddErrorMsg(const char* mesg) in SWIG_Python_AddErrorMsg() argument 1019 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg); in SWIG_Python_AddErrorMsg() 1024 PyErr_SetString(PyExc_RuntimeError, mesg); in SWIG_Python_AddErrorMsg() 2814 SWIG_Python_AddErrMesg(const char* mesg, int infront) in SWIG_Python_AddErrMesg() argument 2827 PyErr_Format(type, "%s %s", mesg, tmp = SWIG_Python_str_AsChar(old_str)); in SWIG_Python_AddErrMesg() 2829 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg); in SWIG_Python_AddErrMesg() 2845 char mesg[256]; in SWIG_Python_ArgFail() local 2846 PyOS_snprintf(mesg, sizeof(mesg), "argument number %d:", argnum); in SWIG_Python_ArgFail() 2847 return SWIG_Python_AddErrMesg(mesg, 1); in SWIG_Python_ArgFail()
|