Home
last modified time | relevance | path

Searched defs:mesg (Results 1 – 15 of 15) sorted by relevance

/external/ltp/testcases/kernel/containers/pidns/
Dpidns04.c80 char mesg[] = "I was not killed !"; in child_fn1() local
Dpidns05.c115 char mesg[] = "Nested Containers are created"; in create_nested_container() local
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dmemtoy.c96 void usage(char *mesg) in usage()
253 void wait_for_signal(const char *mesg) in wait_for_signal()
/external/toybox/toys/pending/
Dfdisk.c532 static int read_input(char *mesg, char *outp) in read_input()
549 static int read_hex(char *mesg) in read_hex()
725 static uint32_t ask_value(char *mesg, sector_t left, sector_t right, sector_t defalt) in ask_value()
815 char mesg[256]; in ask_start_sector() local
870 char mesg[256]; in ask_end_sector() local
1147 char mesg[256]; in move_begning() local
1328 char mesg[256]; in expert_menu() local
Ddhcp6.c126 static dhcp6_msg_t mesg; variable
/external/toybox/lib/
Dpassword.c52 int read_password(char *buf, int buflen, char *mesg) in read_password()
/external/ltp/tools/genload/
Dstress.c333 char *mesg = in usage() local
369 char *mesg = "%s %s\n"; in version() local
Dgenload.c333 char *mesg = in usage() local
369 char *mesg = "%s %s\n"; in version() local
/external/libusb/examples/
Dezusb.c187 const char *mesg = "can't modify CPUCS"; in ezusb_cpucs() local
214 const char *mesg = "failed to send jump command"; in ezusb_fx3_jump() local
/external/icu/icu4c/source/test/intltest/
Ddtifmtts.cpp1292 char mesg[1000]; in expectUserDII() local
1417 char mesg[1000]; in stress() local
/external/icu/icu4c/source/i18n/
Ddtitvfmt.cpp89 char mesg[2000]; in createInstance() local
600 char mesg[2000]; in initializePattern() local
646 char mesg[2000]; in initializePattern() local
Ddtitvinf.cpp532 char mesg[2000]; in getBestSkeleton() local
/external/ltp/testcases/kernel/syscalls/sigrelse/
Dsigrelse01.c163 static char mesg[MAXMESG]; /* message buffer for tst_res */ variable
/external/e2fsprogs/e2fsck/
Dutil.c527 void mtrace_print(char *mesg) in mtrace_print()
/external/autotest/client/bin/
Dutils.py1326 def verify_mesg_set(mesg, regex, whitelist): argument