Home
last modified time | relevance | path

Searched refs:NUL (Results 1 – 25 of 48) sorted by relevance

12

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_h323_types.c18 {FNAME("strict") NUL, FIXD, 0, 0, SKIP, 0, NULL},
19 {FNAME("loose") NUL, FIXD, 0, 0, SKIP, 0, NULL},
225 {FNAME("create") NUL, FIXD, 0, 0, SKIP, 0, NULL},
226 {FNAME("join") NUL, FIXD, 0, 0, SKIP, 0, NULL},
227 {FNAME("invite") NUL, FIXD, 0, 0, SKIP, 0, NULL},
253 {FNAME("nToN") NUL, FIXD, 0, 0, SKIP, 0, NULL},
437 {FNAME("v120") NUL, FIXD, 0, 0, SKIP, 0, NULL},
440 {FNAME("tcp") NUL, FIXD, 0, 0, SKIP, 0, NULL},
441 {FNAME("udp") NUL, FIXD, 0, 0, SKIP, 0, NULL},
592 {FNAME("rej") NUL, FIXD, 0, 0, SKIP, 0, NULL},
[all …]
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-device-info.rst51 - Name of the driver implementing the media API as a NUL-terminated
61 - Device model name as a NUL-terminated UTF-8 string. The device
67 - Serial number as a NUL-terminated ASCII string.
71 - Location of the device in the system as a NUL-terminated ASCII
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/
H A Dfix-potential-signed-overflow-in-pointer-arithmatic.patch49 - return(dlen + (s - src)); /* count does not include NUL */
54 + return (dlen + ((uintptr_t)s - (uintptr_t)src)); /* count does not include NUL */
75 - return(s - src - 1); /* count does not include NUL */
80 + return ((uintptr_t)s - (uintptr_t)src - 1); /* count does not include NUL */
/openbmc/linux/Documentation/process/
H A Ddeprecated.rst120 NUL or newline terminated.
131 the destination, but rather a count of non-NUL bytes copied (or negative
134 strncpy() on NUL-terminated strings
137 be NUL terminated. This can lead to various linear read overflows and
138 other misbehavior due to the missing termination. It also NUL-pads
141 for callers using only NUL-terminated strings.
143 When the destination is required to be NUL-terminated, the replacement is
146 destination, but rather a count of non-NUL bytes copied (or negative
147 errno when it truncates). Any cases still needing NUL-padding should
150 If a caller is using non-NUL-terminated strings, strtomem() should be
[all …]
/openbmc/linux/Documentation/translations/sp_SP/process/
H A Ddeprecated.rst127 cadena de caracteres termine en NUL o en el carácter de línea nueva.
143 strncpy() en cadenas de caracteres terminadas en NUL
146 NUL. Esto puede causar varios errores de desbordamiento en lectura y otros
147 tipos de funcionamiento erróneo debido a que falta la terminación en NUL.
148 Esta función también termina la cadena de caracteres en NUL en el buffer de
151 función con cadenas de caracteres que sí están terminadas en NUL.
153 Cuando se necesita que la cadena de destino sea terminada en NUL,
161 Si una función usa cadenas de caracteres que no necesitan terminar en NUL,
167 caracter NUL, usar strtomem_pad().
175 carácter NUL. El reemplazo seguro de esta función es strscpy(), pero se ha
/openbmc/linux/Documentation/translations/it_IT/process/
H A Ddeprecated.rst129 terminata con il carattere NUL o quello di nuova riga.
141 alla destinazione, ma un contatore dei byte non NUL copiati (oppure
144 strncpy() su stringe terminate con NUL
147 il buffer di destinazione verrà terminato con il carattere NUL. Questo
156 non NUL copiati (oppure un errno negativo se la stringa è stata
158 terminazione con NUL dovrebbero usare strscpy_pad().
160 Se il chiamate no usa stringhe terminate con NUL, allore strncpy()
170 terminata con NUL. La versione sicura da usare è strscpy(), tuttavia
/openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm/
H A D0001-stdlib-Add-strlcat.patch93 + * have no more than size-1 character when the operation finishes. Always NUL
94 + * terminates, unless size == 0 or dest has no NUL terminator. Returns
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-querycap.rst54 - Name of the driver, a unique NUL-terminated ASCII string. For
62 sure the strings are properly NUL-terminated.
65 - Name of the device, a NUL-terminated UTF-8 string. For example:
75 - Location of the device in the system, a NUL-terminated ASCII
H A Dvidioc-g-audioout.rst73 - Name of the audio output, a NUL-terminated ASCII string, for
H A Dvidioc-g-audio.rst66 - Name of the audio input, a NUL-terminated ASCII string, for
H A Dvidioc-enumoutput.rst56 - Name of the video output, a NUL-terminated ASCII string, for
H A Dvidioc-enuminput.rst55 - Name of the video input, a NUL-terminated ASCII string, for
H A Dvidioc-queryctrl.rst120 - Name of the control, a NUL-terminated ASCII string. This
201 - Name of the control, a NUL-terminated ASCII string. This
295 - Name of the menu item, a NUL-terminated ASCII string. This
H A Dvidioc-g-modulator.rst77 - Name of the modulator, a NUL-terminated ASCII string.
H A Dvidioc-enumstd.rst71 - Name of the standard, a NUL-terminated ASCII string, for example:
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2018-18384.patch12 + char sgn, cfactorstr[1+10+1+1]; /* <sgn><int>%NUL */
/openbmc/linux/Documentation/devicetree/bindings/nvmem/
H A Du-boot,env.yaml14 Data is stored using U-Boot specific formats (variant specific header and NUL
/openbmc/openbmc/poky/meta-selftest/recipes-devtools/mtd/
H A Dmtd-utils-selftest_git.bb73 # git/.compr.c.dep:46: warning: NUL character seen; rest of line ignored
/openbmc/openbmc/poky/meta/recipes-devtools/mtd/
H A Dmtd-utils_git.bb79 # git/.compr.c.dep:46: warning: NUL character seen; rest of line ignored
/openbmc/qemu/qapi/
H A Dacpi.json29 # address upwards, and silently truncated / NUL-padded to length.
/openbmc/linux/Documentation/admin-guide/
H A Dbinfmt-misc.rst37 must escape any NUL bytes; parsing halts at the first one. In a shell
47 escape any NUL bytes; parsing halts at the first one. Ignored when using
/openbmc/linux/Documentation/filesystems/
H A Dntfs3.rst83 name (CON, AUX, NUL, PRN, LPT1-9, COM1-9) or because the last character
/openbmc/linux/Documentation/networking/
H A Ddns_resolver.rst89 The name parameter is not required to be a NUL-terminated string, and its
/openbmc/qemu/docs/interop/
H A Dqed_spec.txt45 …name_size'' describe a string in (byte offset, byte size) form. It is not NUL-terminated and has …
H A Dbarrier.rst18 The payload starts with a 4byte string (without NUL) which is the

12