| /buildroot/package/linux-fusion/ |
| A D | 0004-Port-one-one_udp.c-to-Linux-4.1.patch | 47 - struct msghdr msg; 56 - msg.msg_flags = 0; 57 - msg.msg_name = addr; 59 - msg.msg_control = NULL; 84 - struct msghdr msg; 93 - msg.msg_flags = 0; 94 - msg.msg_name = addr; 99 msg.msg_iov = &iov; 100 msg.msg_iovlen = 1; 109 size = sock_recvmsg(sock,&msg,len,msg.msg_flags); [all …]
|
| /buildroot/support/testing/tests/package/ |
| A D | sample_python_can.py | 3 msg = can.Message(arbitration_id=0xc0ffee, variable 6 assert(msg is not None)
|
| A D | test_netcat.py | 25 msg = "Hello Buildroot!" 40 self.assertEqual(out[0], msg)
|
| A D | test_socat.py | 25 msg = "Hello Buildroot!" 56 self.assertEqual(out[0], msg)
|
| A D | test_thttpd.py | 21 msg = "Hello Buildroot!"
|
| A D | test_micropython.py | 72 msg = "Hello Buildroot!" 79 self.assertEqual(out[0], msg)
|
| A D | test_tesseract_ocr.py | 25 msg = "Hello from Buildroot runtime test."
|
| A D | test_ngrep.py | 25 msg = 'Hello Buildroot'
|
| A D | test_cryptsetup.py | 97 msg = "This is a plain text message" 137 self.assertEqual(out[0], msg)
|
| /buildroot/support/kconfig/ |
| A D | kxgettext.c | 84 const char *msg; member 92 static struct message *message__new(const char *msg, char *option, in message__new() argument 104 self->msg = xstrdup(msg); in message__new() 105 if (self->msg == NULL) in message__new() 120 static struct message *mesage__find(const char *msg) in mesage__find() argument 125 if (strcmp(m->msg, msg) == 0) in mesage__find() 149 static int message__add(const char *msg, char *option, const char *file, in message__add() argument 154 char *escaped = escape(msg, bf, sizeof(bf)); in message__add() 213 "msgstr \"\"\n", self->msg); in message__print_gettext_msgid_msgstr() 222 if (strlen(m->msg) > sizeof("\"\"")) in menu__xgettext()
|
| A D | nconf.h | 87 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...);
|
| /buildroot/utils/checksymbolslib/ |
| A D | db.py | 85 warnings.append((filename, lineno, msg)) 100 warnings.append((filename, lineno, msg)) 114 msg = '{} is a legacy symbol and should not be redefined'.format(symbol) 115 warnings.append((filename, lineno, msg)) 145 msg = '{} referenced but not defined'.format(symbol) 146 warnings.append((filename, lineno, msg)) 171 msg = '{} defined but not referenced'.format(symbol) 172 warnings.append((filename, lineno, msg)) 186 msg = '{} missing "# legacy"'.format(symbol) 187 warnings.append((filename, lineno, msg)) [all …]
|
| /buildroot/package/python-pyzmq/ |
| A D | 0001-detect.py-fix-the-ZMQ-version-check-to-the-ZMQ-versi.patch | 52 - msg = f"Error running version detection script:\n{so}\n{se}" 53 - logging.error(msg) 54 - raise OSError(msg) 57 + # msg = f"Error running version detection script:\n{so}\n{se}" 58 + # logging.error(msg) 59 + # raise OSError(msg)
|
| /buildroot/package/busybox/ |
| A D | 0004-nslookup-sanitize-all-printed-strings-with-printable.patch | 22 @@ -407,7 +407,7 @@ static NOINLINE int parse_reply(const unsigned char *msg, size_t len) 31 @@ -422,7 +422,7 @@ static NOINLINE int parse_reply(const unsigned char *msg, size_t len) 40 @@ -434,7 +434,7 @@ static NOINLINE int parse_reply(const unsigned char *msg, size_t len) 49 @@ -454,7 +454,7 @@ static NOINLINE int parse_reply(const unsigned char *msg, size_t len) 58 @@ -483,7 +483,7 @@ static NOINLINE int parse_reply(const unsigned char *msg, size_t len)
|
| /buildroot/utils/ |
| A D | check-symbols | 70 for filename, lineno, msg in sorted(warnings): 71 print('{}:{}: {}'.format(filename, lineno, msg), file=sys.stderr)
|
| /buildroot/support/download/ |
| A D | dl-wrapper | 227 trace() { local msg="${1}"; shift; printf "%s: ${msg}" "${my_name}" "${@}"; }
|
| /buildroot/support/testing/infra/ |
| A D | basetest.py | 43 def show_msg(self, msg): argument 45 self.testname, msg))
|
| /buildroot/package/socketcand/ |
| A D | 0001-Fix-GCC10-build-failure.patch | 72 ret = recvfrom(sc, &msg, sizeof(msg), 0, 103 struct msghdr msg;
|
| /buildroot/docs/website/js/ |
| A D | buildroot.js | 65 function showTooltip(elem, msg) { argument 67 elem.setAttribute('aria-label', msg);
|
| /buildroot/package/libtalloc/ |
| A D | 0001-buildtools-wafsamba-add-disable-stack-protector-opti.patch | 59 + msg='Checking if compiler accepts %s' % (stack_protect_fla… 74 - msg='Checking if compiler accepts %s' % (stack_protect_flag)) 75 + msg='Checking if compiler accepts -fstack-clash-protection') 93 - msg='Checking if compiler accepts -fstack-clash-protection')
|
| /buildroot/package/wilc-driver/ |
| A D | 0004-Fix-struct-station_parameters-Linux-6.1-build-failur.patch | 128 struct host_if_msg *msg; 144 sta_params = &msg->body.add_sta_info; 169 kfree(msg); 172 struct host_if_msg *msg; 188 sta_params = &msg->body.edit_sta_info; 213 kfree(msg);
|
| /buildroot/package/odb/ |
| A D | 0010-Add-initial-support-for-GCC-9.patch | 42 vfprintf (stderr, msg, *ap); 189 - const char* msg, 191 + const char* msg, 197 if (strstr (msg, "#pragma once") != 0)
|
| A D | 0003-Initial-work-to-make-ODB-compatible-with-GCC-6.patch | 32 char const* msg, 265 const char* msg, 269 if (strstr (msg, "#pragma once") != 0) 272 - return cpp_error_prev (r, level, reason, l, column_override, msg, ap); 283 + msg,
|
| /buildroot/package/libfuse/ |
| A D | 0002-util-ulockmgr_server-c-conditionally-define-closefrom-fix-glibc-2-34.patch | 63 static void send_reply(int cfd, struct message *msg)
|
| /buildroot/package/php-zmq/ |
| A D | 0001-updates-for-php7.4-and-php8.0.patch | 170 @@ -94,7 +94,7 @@ int s_capture_message (void *socket, zmq_msg_t *msg, int more) 203 zmq_msg_close (&msg); 212 zmq_msg_close (&msg);
|