Searched defs:mesg (Results 1 - 24 of 24) sorted by relevance

/external/ltp/testcases/kernel/containers/pidns/
H A Dpidns04.c80 char mesg[] = "I was not killed !"; local
91 /* Send "mesg" through the write side of pipe */
92 write(fd[1], mesg, (strlen(mesg) + 1));
H A Dpidns05.c115 char mesg[] = "Nested Containers are created"; local
141 /* Sending mesg, 'Nested containers created' through the pipe */
142 write(fd[1], mesg, (strlen(mesg) + 1));
/external/toybox/lib/
H A Dpassword.c51 // Prompt with mesg, read password into buf, return 0 for success 1 for fail
52 int read_password(char *buf, int buflen, char *mesg) argument
66 xprintf("%s", mesg);
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
H A Dmemtoy.c96 void usage(char *mesg) argument
98 if (mesg != NULL) {
99 fprintf(stderr, "%s\n", mesg);
253 void wait_for_signal(const char *mesg) argument
255 printf("%s ... ", mesg);
/external/ltp/testcases/kernel/syscalls/sigrelse/
H A Dsigrelse01.c163 static char mesg[MAXMESG]; /* message buffer for tst_res */ variable
254 tst_brkm(TBROK, getout, "%s", mesg);
312 tst_resm(TBROK, "%s", mesg);
325 (void)sprintf(mesg,
328 (void)strcat(big_mesg, mesg);
348 tst_resm(TBROK, "%s", mesg);
395 /* an error occured - put mesg in note and send it back to parent */
396 (void)strcpy(note, mesg);
399 /* an error occured - put mesg in note and send it back to parent */
400 (void)strcpy(note, mesg);
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ddtifmtts.cpp1292 char mesg[1000]; local
1295 sprintf(mesg, "interval date: %s\n", result);
1296 PRINTMESG(mesg);
1417 char mesg[1000]; local
1418 sprintf(mesg, "locale: %s\n", locName);
1419 PRINTMESG(mesg);
1428 sprintf(mesg, "original date: %s - %s\n", datestr, datestr_2);
1429 PRINTMESG(mesg)
1462 sprintf(mesg, "interval by skeleton: %s\n", result);
1463 PRINTMESG(mesg)
[all...]
/external/libusb/examples/
H A Dezusb.c187 const char *mesg = "can't modify CPUCS"; local
189 logerror("%s: %s\n", mesg, libusb_error_name(status));
191 logerror("%s\n", mesg);
214 const char *mesg = "failed to send jump command"; local
216 logerror("%s: %s\n", mesg, libusb_error_name(status));
218 logerror("%s\n", mesg);
/external/ltp/tools/genload/
H A Dgenload.c333 char *mesg = local
359 fprintf(stdout, mesg, global_progname, global_progname);
369 char *mesg = "%s %s\n"; local
371 fprintf(stdout, mesg, global_progname, VERSION);
H A Dstress.c333 char *mesg = local
359 fprintf(stdout, mesg, global_progname, global_progname);
369 char *mesg = "%s %s\n"; local
371 fprintf(stdout, mesg, global_progname, VERSION);
/external/e2fsprogs/e2fsck/
H A Dutil.c527 void mtrace_print(char *mesg) argument
533 fprintf(f, "============= %s\n", mesg);
/external/icu/icu4c/source/i18n/
H A Ddtitvfmt.cpp89 char mesg[2000]; local
94 sprintf(mesg, "skeleton: %s; pattern: %s\n", result, result_1);
95 PRINTMESG(mesg)
600 char mesg[2000]; local
602 sprintf(mesg, "in getBestSkeleton: fSkeleton: %s; \n", result);
603 PRINTMESG(mesg)
646 char mesg[2000]; local
648 sprintf(mesg, "in getBestSkeleton: fSkeleton: %s; \n", result);
649 PRINTMESG(mesg)
H A Ddtitvinf.cpp532 char mesg[2000]; local
534 sprintf(mesg, "in getBestSkeleton: skeleton: %s; \n", result);
535 PRINTMESG(mesg)
600 sprintf(mesg, "available skeletons: skeleton: %s; \n", result);
601 PRINTMESG(mesg)
/external/toybox/toys/pending/
H A Ddhcp6.c126 static dhcp6_msg_t mesg; variable
186 uint8_t *tmp = &mesg.options[TT.length];
209 uint8_t *tmp = &mesg.options[TT.length];
219 uint8_t *tmp = &mesg.options[TT.length];
229 uint8_t *tmp = &mesg.options[TT.length];
286 mesg.msgtype = type;
288 memcpy(mesg.transaction_id, TT.transction_id, 3);
300 sendlength = sendto(TT.sock1, &mesg, sendlength , 0,(struct sockaddr *)&addr6,
332 DUID two = *((DUID*)&mesg.options[4]);
636 memcpy((uint8_t*)&mesg,
[all...]
H A Dfdisk.c532 static int read_input(char *mesg, char *outp) argument
537 xprintf("%s", mesg);
549 static int read_hex(char *mesg) argument
554 read_input(mesg, input);
725 static uint32_t ask_value(char *mesg, sector_t left, sector_t right, sector_t defalt) argument
734 xprintf("%s",mesg);
815 char mesg[256]; local
847 sprintf(mesg, "First %s (%lld - %lld, default %lld): ", disp_unit_cyl? "cylinder" : "sector",
851 temp = ask_value(mesg, disp_unit_cyl? start_cyl : start,
870 char mesg[25 local
1147 char mesg[256]; local
1328 char mesg[256]; local
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 642 milliseconds