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/icu/icu4c/source/test/intltest/
Ddtifmtts.cpp1292 char mesg[1000]; in expectUserDII() local
1295 sprintf(mesg, "interval date: %s\n", result); in expectUserDII()
1296 PRINTMESG(mesg); in expectUserDII()
1417 char mesg[1000]; in stress() local
1418 sprintf(mesg, "locale: %s\n", locName); in stress()
1419 PRINTMESG(mesg); in stress()
1428 sprintf(mesg, "original date: %s - %s\n", datestr, datestr_2); in stress()
1429 PRINTMESG(mesg) in stress()
1462 sprintf(mesg, "interval by skeleton: %s\n", result); in stress()
1463 PRINTMESG(mesg) in stress()
[all …]
/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()
286 mesg.msgtype = type; in send_msg()
288 memcpy(mesg.transaction_id, TT.transction_id, 3); in send_msg()
300 sendlength = sendto(TT.sock1, &mesg, sendlength , 0,(struct sockaddr *)&addr6, in send_msg()
332 DUID two = *((DUID*)&mesg.options[4]); in check_client_id()
636 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/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/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/mesa3d/bin/
Dshortlog_mesa.sh26mesg=$(echo $l | sed 's/ (cherry picked from commit [0-9a-f]\+)//;s/\&/&amp;/g;s/</\&lt;/g;s/>/\&g…
27 echo ' <li>'${mesg}'</li>'
/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/libusb/examples/
Dezusb.c187 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()
/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/icu/icu4c/source/i18n/
Ddtitvinf.cpp532 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()
Ddtitvfmt.cpp92 char mesg[2000]; in createInstance() local
97 sprintf(mesg, "skeleton: %s; pattern: %s\n", result, result_1); in createInstance()
98 PRINTMESG(mesg) in createInstance()
603 char mesg[2000]; in initializePattern() local
605 sprintf(mesg, "in getBestSkeleton: fSkeleton: %s; \n", result); in initializePattern()
606 PRINTMESG(mesg) in initializePattern()
649 char mesg[2000]; in initializePattern() local
651 sprintf(mesg, "in getBestSkeleton: fSkeleton: %s; \n", result); in initializePattern()
652 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/toybox/lib/
Dpending.h5 int read_password(char * buff, int buflen, char* mesg);
Dpassword.c50 int read_password(char *buf, int buflen, char *mesg) in read_password() argument
65 xprintf("%s", mesg); in read_password()
/external/python/cpython3/Modules/_decimal/
D_decimal.c231 value_error_int(const char *mesg) in value_error_int() argument
233 PyErr_SetString(PyExc_ValueError, mesg); in value_error_int()
239 value_error_ptr(const char *mesg) in value_error_ptr() argument
241 PyErr_SetString(PyExc_ValueError, mesg); in value_error_ptr()
247 type_error_int(const char *mesg) in type_error_int() argument
249 PyErr_SetString(PyExc_TypeError, mesg); in type_error_int()
254 runtime_error_int(const char *mesg) in runtime_error_int() argument
256 PyErr_SetString(PyExc_RuntimeError, mesg); in runtime_error_int()
263 runtime_error_ptr(const char *mesg) in runtime_error_ptr() argument
265 PyErr_SetString(PyExc_RuntimeError, mesg); in runtime_error_ptr()
[all …]
/external/e2fsprogs/e2fsck/
Dutil.c542 void mtrace_print(char *mesg) in mtrace_print() argument
548 fprintf(f, "============= %s\n", mesg); in mtrace_print()
De2fsck.h632 extern void mtrace_print(char *mesg);
/external/autotest/client/bin/
Dutils.py1429 def verify_mesg_set(mesg, regex, whitelist): argument
1452 for line in mesg.splitlines():
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/guice/extensions/struts2/lib/
Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...