Home
last modified time | relevance | path

Searched refs:mesg (Results 1 – 25 of 25) sorted by relevance

/external/ltp/testcases/kernel/syscalls/sigrelse/
Dsigrelse01.c163 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()
540 (void)sprintf(mesg, in setup_sigs()
614 (void)sprintf(mesg, "read() pipe failed. error:%d %s.", in read_pipe()
[all …]
/external/ltp/testcases/kernel/containers/pidns/
Dpidns04.c80 char mesg[] = "I was not killed !"; in child_fn1() local
92 write(fd[1], mesg, (strlen(mesg) + 1)); in child_fn1()
Dpidns05.c116 char mesg[] = "Nested Containers are created"; in create_nested_container() local
143 write(fd[1], mesg, (strlen(mesg) + 1)); in create_nested_container()
/external/toybox/toys/pending/
Ddhcp6.c126 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 …]
Dfdisk.c532 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 …]
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dmemtoy.c99 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()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DTargetLostException.java54 TargetLostException(final InstructionHandle[] t, final String mesg) { in TargetLostException() argument
55 super(mesg); in TargetLostException()
/external/libsrtp2/test/
Dsrtp_driver.c820 srtp_hdr_t *mesg; in srtp_bits_per_second() local
849 mesg = srtp_create_test_packet(msg_len_octets, ssrc, &input_len); in srtp_bits_per_second()
850 if (mesg == NULL) { in srtp_bits_per_second()
857 status = srtp_protect(srtp, mesg, &len); in srtp_bits_per_second()
867 short new_seq = ntohs(mesg->seq) + 1; in srtp_bits_per_second()
868 mesg->seq = htons(new_seq); in srtp_bits_per_second()
873 free(mesg); in srtp_bits_per_second()
888 srtp_hdr_t *mesg; in srtp_rejections_per_second() local
905 mesg = srtp_create_test_packet(msg_len_octets, ssrc, &len); in srtp_rejections_per_second()
906 if (mesg == NULL) { in srtp_rejections_per_second()
[all …]
/external/libusb/examples/
Dezusb.c195 const char *mesg = "can't modify CPUCS"; in ezusb_cpucs() local
197 logerror("%s: %s\n", mesg, libusb_error_name(status)); in ezusb_cpucs()
199 logerror("%s\n", mesg); in ezusb_cpucs()
222 const char *mesg = "failed to send jump command"; in ezusb_fx3_jump() local
224 logerror("%s: %s\n", mesg, libusb_error_name(status)); in ezusb_fx3_jump()
226 logerror("%s\n", mesg); in ezusb_fx3_jump()
/external/icu/icu4c/source/test/intltest/
Ddtifmtts.cpp1545 char mesg[1000]; in expectUserDII() local
1548 sprintf(mesg, "interval date: %s\n", result); in expectUserDII()
1549 PRINTMESG(mesg); in expectUserDII()
1670 char mesg[1000]; in stress() local
1671 sprintf(mesg, "locale: %s\n", locName); in stress()
1672 PRINTMESG(mesg); in stress()
1681 sprintf(mesg, "original date: %s - %s\n", datestr, datestr_2); in stress()
1682 PRINTMESG(mesg) in stress()
1715 sprintf(mesg, "interval by skeleton: %s\n", result); in stress()
1716 PRINTMESG(mesg) in stress()
[all …]
/external/cronet/third_party/icu/source/test/intltest/
Ddtifmtts.cpp1539 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 …]
/external/apache-commons-bcel/src/examples/
Dhelloify.java101 String mesg = "Hello from " + Utility.methodSignatureToString(m.getSignature(), in helloifyMethod() local
106 patch.append(new PUSH(cp, mesg)); in helloifyMethod()
/external/toybox/lib/
Dpassword.c49 int read_password(char *buf, int buflen, char *mesg) in read_password() argument
59 dprintf(tty, "%s", mesg); in read_password()
Dpending.h5 int read_password(char *buff, int buflen, char *mesg);
/external/icu/icu4c/source/i18n/
Ddtitvinf.cpp548 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()
Ddtitvfmt.cpp105 char mesg[2000]; in createInstance() local
110 sprintf(mesg, "skeleton: %s; pattern: %s\n", result, result_1); in createInstance()
111 PRINTMESG(mesg) in createInstance()
765 char mesg[2000]; in initializePattern() local
767 sprintf(mesg, "in getBestSkeleton: fSkeleton: %s; \n", result); in initializePattern()
768 PRINTMESG(mesg) in initializePattern()
812 char mesg[2000]; in initializePattern() local
814 sprintf(mesg, "in getBestSkeleton: fSkeleton: %s; \n", result); in initializePattern()
815 PRINTMESG(mesg) in initializePattern()
/external/cronet/third_party/icu/source/i18n/
Ddtitvinf.cpp548 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()
Ddtitvfmt.cpp102 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()
/external/ltp/tools/genload/
Dstress.c333 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()
Dgenload.c333 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()
/external/python/cpython3/Modules/_decimal/
D_decimal.c241 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 …]
/external/e2fsprogs/e2fsck/
Dutil.c546 void mtrace_print(char *mesg) in mtrace_print() argument
552 fprintf(f, "============= %s\n", mesg); in mtrace_print()
De2fsck.h699 extern void mtrace_print(char *mesg);
/external/webp/swig/
Dlibwebp_python_wrap.c1011 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()
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx950 SWIG_Python_AddErrorMsg(const char* mesg) in SWIG_Python_AddErrorMsg() argument
963 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg); in SWIG_Python_AddErrorMsg()
968 PyErr_SetString(PyExc_RuntimeError, mesg); in SWIG_Python_AddErrorMsg()
2566 SWIG_Python_AddErrMesg(const char* mesg, int infront) in SWIG_Python_AddErrMesg() argument
2579 PyErr_Format(type, "%s %s", mesg, tmp = SWIG_Python_str_AsChar(old_str)); in SWIG_Python_AddErrMesg()
2581 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg); in SWIG_Python_AddErrMesg()
2597 char mesg[256]; in SWIG_Python_ArgFail() local
2598 PyOS_snprintf(mesg, sizeof(mesg), "argument number %d:", argnum); in SWIG_Python_ArgFail()
2599 return SWIG_Python_AddErrMesg(mesg, 1); in SWIG_Python_ArgFail()