/third_party/ltp/testcases/kernel/syscalls/sigrelse/ |
H A 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() 394 /* an error occured - put mesg in note and send it back to parent */ in child() 395 (void)strcpy(note, mesg); in child() 398 /* an error occured - put mesg in note and send it back to parent */ in child() 399 (void)strcpy(note, mesg); in child() [all...] |
/third_party/toybox/toys/pending/ |
H A 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, in dhcp6_main() [all...] |
H A 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[25 in ask_end_sector() local 1147 char mesg[256]; move_begning() local 1328 char mesg[256]; expert_menu() local [all...] |
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A 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/node/deps/icu-small/source/i18n/ |
H A D | dtitvinf.cpp | 552 char mesg[2000]; in getBestSkeleton() local 554 snprintf(mesg, sizeof(mesg), "in getBestSkeleton: skeleton: %s; \n", result); in getBestSkeleton() 555 PRINTMESG(mesg) in getBestSkeleton() 623 snprintf(mesg, sizeof(mesg), "available skeletons: skeleton: %s; \n", result); in getBestSkeleton() 624 PRINTMESG(mesg) in getBestSkeleton()
|
H A D | dtitvfmt.cpp | 102 char mesg[2000]; in createInstance() local 107 snprintf(mesg, sizeof(mesg), "skeleton: %s; pattern: %s\n", result, result_1); in createInstance() 108 PRINTMESG(mesg) in createInstance() 762 char mesg[2000]; in initializePattern() local 764 snprintf(mesg, sizeof(mesg), "in getBestSkeleton: fSkeleton: %s; \n", result); in initializePattern() 765 PRINTMESG(mesg) in initializePattern() 809 char mesg[2000]; in initializePattern() local 811 snprintf(mesg, sizeo in initializePattern() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtifmtts.cpp | 1539 char mesg[1000]; in expectUserDII() local 1542 sprintf(mesg, "interval date: %s\n", result); in expectUserDII() 1543 PRINTMESG(mesg); in expectUserDII() 1664 char mesg[1000]; in stress() local 1665 sprintf(mesg, "locale: %s\n", locName); in stress() 1666 PRINTMESG(mesg); in stress() 1675 sprintf(mesg, "original date: %s - %s\n", datestr, datestr_2); in stress() 1676 PRINTMESG(mesg) in stress() 1709 sprintf(mesg, "interval by skeleton: %s\n", result); in stress() 1710 PRINTMESG(mesg) in stress() [all...] |
/third_party/toybox/lib/ |
H A D | password.c | 49 // Prompt with mesg, read password into buf, return 0 for success 1 for fail 50 int read_password(char *buf, int buflen, char *mesg) in read_password() argument 65 xprintf("%s", mesg); in read_password()
|
H A D | pending.h | 5 int read_password(char * buff, int buflen, char* mesg);
|
/third_party/icu/icu4c/source/i18n/ |
H A 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()
|
H A 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/skia/third_party/externals/icu/source/i18n/ |
H A 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()
|
H A 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/ |
H A 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()
|
H A 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()
|
/third_party/lame/test/ |
H A D | lametest.py | 10 def Usage(mesg): 11 print mesg + os.linesep
|
/third_party/python/Modules/_decimal/ |
H A D | _decimal.c | 244 value_error_int(const char *mesg) in value_error_int() argument 246 PyErr_SetString(PyExc_ValueError, mesg); in value_error_int() 252 value_error_ptr(const char *mesg) in value_error_ptr() argument 254 PyErr_SetString(PyExc_ValueError, mesg); in value_error_ptr() 260 type_error_int(const char *mesg) in type_error_int() argument 262 PyErr_SetString(PyExc_TypeError, mesg); in type_error_int() 267 runtime_error_int(const char *mesg) in runtime_error_int() argument 269 PyErr_SetString(PyExc_RuntimeError, mesg); in runtime_error_int() 276 runtime_error_ptr(const char *mesg) in runtime_error_ptr() argument 278 PyErr_SetString(PyExc_RuntimeError, mesg); in runtime_error_ptr() 2440 sequence_as_tuple(PyObject *v, PyObject *ex, const char *mesg) sequence_as_tuple() argument [all...] |
/third_party/skia/third_party/externals/libwebp/swig/ |
H A 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, in SWIG_Python_ArgFail() [all...] |