Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/containers/pidns/
Dpidns04.c80 char mesg[] = "I was not killed !"; in child_fn1() local
Dpidns05.c116 char mesg[] = "Nested Containers are created"; in create_nested_container() local
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dmemtoy.c102 void usage(char *mesg) in usage()
259 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.cpp92 char mesg[2000]; in createInstance() local
603 char mesg[2000]; in initializePattern() local
649 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/python/cpython3/Modules/_decimal/
D_decimal.c241 value_error_int(const char *mesg) in value_error_int()
249 value_error_ptr(const char *mesg) in value_error_ptr()
257 type_error_int(const char *mesg) in type_error_int()
264 runtime_error_int(const char *mesg) in runtime_error_int()
273 runtime_error_ptr(const char *mesg) in runtime_error_ptr()
2393 sequence_as_tuple(PyObject *v, PyObject *ex, const char *mesg) in sequence_as_tuple()
/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