Home
last modified time | relevance | path

Searched refs:escaped (Results 1 – 25 of 50) sorted by relevance

12

/openbmc/linux/drivers/iio/chemical/
H A Dsps30_serial.c47 bool escaped; member
58 priv->escaped = false; in sps30_serial_xfer()
105 static char sps30_serial_get_byte(bool escaped, unsigned char byte2) in sps30_serial_get_byte() argument
109 if (!escaped) in sps30_serial_get_byte()
243 priv->escaped = true; in sps30_serial_receive_buf()
247 byte = sps30_serial_get_byte(priv->escaped, byte); in sps30_serial_receive_buf()
248 if (priv->escaped && !byte) in sps30_serial_receive_buf()
254 if (!priv->escaped && byte == SPS30_SERIAL_SOF_EOF) { in sps30_serial_receive_buf()
264 priv->escaped = false; in sps30_serial_receive_buf()
/openbmc/linux/scripts/kconfig/
H A Dconfdata.c677 char *escaped = NULL; in __print_symbol() local
692 escaped = escape_string_value(val); in __print_symbol()
693 val = escaped; in __print_symbol()
698 free(escaped); in __print_symbol()
721 char *escaped = NULL; in print_symbol_for_c() local
746 escaped = escape_string_value(val); in print_symbol_for_c()
747 val = escaped; in print_symbol_for_c()
755 free(escaped); in print_symbol_for_c()
764 char *escaped = NULL; in print_symbol_for_rustccfg() local
808 escaped = escape_string_value(val); in print_symbol_for_rustccfg()
[all …]
/openbmc/qemu/tests/qtest/
H A Ddevice-introspect-test.c106 char *help, *escaped; in test_one_device() local
117 escaped = g_regex_replace_literal(comma, type, -1, 0, ",,", 0, NULL); in test_one_device()
120 help = qtest_hmp(qts, "device_add \"%s,help\"", escaped); in test_one_device()
122 g_free(escaped); in test_one_device()
/openbmc/u-boot/scripts/kconfig/
H A Dkxgettext.c154 char *escaped = escape(msg, bf, sizeof(bf)); in message__add() local
155 struct message *m = mesage__find(escaped); in message__add()
160 m = message__new(escaped, option, file, lineno); in message__add()
/openbmc/bmcweb/redfish-core/lib/openbmc/
H A Dopenbmc_managers.hpp498 std::string escaped(value); in findChassis() local
499 std::replace(escaped.begin(), escaped.end(), ' ', '_'); in findChassis()
500 escaped = "/" + escaped; in findChassis()
501 auto it = std::ranges::find_if(managedObj, [&escaped](const auto& obj) { in findChassis()
502 if (obj.first.str.ends_with(escaped)) in findChassis()
1366 std::string escaped = name; in pidSetDone() local
1367 std::replace(escaped.begin(), escaped.end(), '_', ' '); in pidSetDone()
1368 output.emplace_back("Name", escaped); in pidSetDone()
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/
H A D0002-ssaparse-enhance-SSA-text-lines-parsing.patch41 - gchar *t, *escaped;
42 + gchar *t, *text, *p, *escaped, *p_start, *p_end;
177 gst_buffer_fill (buf, 0, escaped, len + 1);
179 g_free (escaped);
/openbmc/u-boot/tools/gdb/
H A Dremote.c523 int escaped = 0; local
525 (i < todo) && (i + escaped) < (max_buf_size - 2);
534 escaped++;
/openbmc/linux/tools/scripts/
H A Dutilities.mak20 # Usage: escaped-text = $(call escape-nl,text[,escape])
36 # Usage: text = $(call unescape-nl,escaped-text[,escape])
90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
120 # processes the resulting escaped text, it transforms
/openbmc/openbmc/poky/meta/classes/
H A Dccmake.bbclass83 escaped = v if " " not in v else "\"{0}\"".format(v)
84 f.write(" -D{0}:{1}={2} \\\n".format(k, kt, escaped))
/openbmc/openbmc/poky/meta/recipes-devtools/flex/flex/
H A D0001-Emit-no-line-directives-if-gen_line_dirs-is-false.patch29 … 2 * strlen (filename) + /* filename with possibly all backslashes escaped */
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshlex.py448 escaped = False
450 if escaped:
451 escaped = False
453 escaped = True
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js263 function getUrlConfigHtml(){var i,j,val,escaped,escapedTooltip,selection=false,len=config.urlConfig…
264 escaped=escapeText(val.id);escapedTooltip=escapeText(val.tooltip);if(config[val.id]===undefined){co…
265 if(!val.value||typeof val.value==="string"){urlConfigHtml+="<input id='qunit-urlconfig-"+escaped+
266 "' name='"+escaped+"' type='checkbox'"+(val.value?" value='"+escapeText(val.value)+"'":"")+(config[…
267 " title='"+escapedTooltip+"' /><label for='qunit-urlconfig-"+escaped+
268 …capedTooltip+"'>"+val.label+"</label>";}else{urlConfigHtml+="<label for='qunit-urlconfig-"+escaped+
270 ": </label><select id='qunit-urlconfig-"+escaped+
271escaped+"' title='"+escapedTooltip+"'><option></option>";if(QUnit.is("array",val.value)){for(j=0;j…
272 ">"+escaped+"</option>";}}else{for(j in val.value){if(hasOwn.call(val.value,j)){urlConfigHtml+="<op…
274 if(config[val.id]&&!selection){escaped=escapeText(config[val.id]);urlConfigHtml+="<option value='"+
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liburi/liburi-perl/
H A D0001-Skip-TODO-test-cases-that-fail.patch66 - local $TODO = "some chars (like U+202E, RIGHT-TO-LEFT OVERRIDE) need to stay escaped";
70 +# local $TODO = "some chars (like U+202E, RIGHT-TO-LEFT OVERRIDE) need to stay escaped";
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib.h2020 static char escaped[IW_ESSID_MAX_SIZE * 2 + 1]; in escape_essid() local
2023 memcpy(escaped, "<hidden>", sizeof("<hidden>")); in escape_essid()
2024 return escaped; in escape_essid()
2027 snprintf(escaped, sizeof(escaped), "%*pE", essid_len, essid); in escape_essid()
2028 return escaped; in escape_essid()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h2359 static char escaped[IW_ESSID_MAX_SIZE * 2 + 1]; in escape_essid() local
2362 memcpy(escaped, "<hidden>", sizeof("<hidden>")); in escape_essid()
2363 return escaped; in escape_essid()
2366 snprintf(escaped, sizeof(escaped), "%*pE", essid_len, essid); in escape_essid()
2367 return escaped; in escape_essid()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0009-Fix-quoting-for-BUILD_WITH.patch6 The escaped quotes are to make the -D values produce strings which
/openbmc/linux/kernel/debug/kdb/
H A Dkdb_main.c975 int escaped, ignore_errors = 0, check_grep = 0; in kdb_parse() local
1017 escaped = 0; in kdb_parse()
1022 (escaped || quoted || !isspace(*cp))) { in kdb_parse()
1025 if (escaped) { in kdb_parse()
1026 escaped = 0; in kdb_parse()
1031 escaped = 1; in kdb_parse()
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A DCVE-2023-38470-2.patch4 Subject: [PATCH] [common] bail out when escaped labels can't fit into ret
/openbmc/linux/fs/gfs2/
H A Dincore.h137 BUFFER_FNS(Escaped, escaped)
138 TAS_BUFFER_FNS(Escaped, escaped)
/openbmc/linux/Documentation/watchdog/
H A Dhpwdt.rst38 be restarted or an impending ASR to be escaped.
/openbmc/linux/Documentation/core-api/
H A Dprintk-formats.rst246 Raw buffer as an escaped string
253 For printing raw buffer as an escaped string. For the following buffer::
281 If field width is omitted then 1 byte only will be escaped.
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp1796 std::string escaped; in getPowerSupply() local
1797 escaped.resize(inventoryItem.name.size()); in getPowerSupply()
1798 std::ranges::replace_copy(inventoryItem.name, escaped.begin(), '_', ' '); in getPowerSupply()
1799 powerSupply["Name"] = std::move(escaped); in getPowerSupply()
/openbmc/linux/Documentation/ABI/testing/
H A Ddev-kmsg86 are escaped by "\x00" C-style hex encoding.
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.3.4.rst95 - udev-extraconf: fix unmount directories containing octal-escaped chars
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dstatistics.rst211 space must also be escaped, otherwise the shell will consume them)::

12