Home
last modified time | relevance | path

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

12

/Linux-v5.4/net/netfilter/
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},
228 {FNAME("capability-negotiation") NUL, FIXD, 0, 0, SKIP, 0, NULL},
229 {FNAME("callIndependentSupplementaryService") NUL, FIXD, 0, 0, SKIP,
250 {FNAME("pointToPoint") NUL, FIXD, 0, 0, SKIP, 0, NULL},
251 {FNAME("oneToN") NUL, FIXD, 0, 0, SKIP, 0, NULL},
252 {FNAME("nToOne") NUL, FIXD, 0, 0, SKIP, 0, NULL},
[all …]
Dnf_conntrack_h323_asn1.c38 #define NUL 0 macro
/Linux-v5.4/Documentation/process/
Ddeprecated.rst78 NUL or newline terminated.
89 strncpy() on NUL-terminated strings
92 will be NUL terminated. This can lead to various linear read overflows
93 and other misbehavior due to the missing termination. It also NUL-pads the
96 only NUL-terminated strings. The safe replacement is :c:func:`strscpy`.
97 (Users of :c:func:`strscpy` still needing NUL-padding will need an
100 If a caller is using non-NUL-terminated strings, :c:func:`strncpy()` can
109 linear read overflows if a source string is not NUL-terminated. The
/Linux-v5.4/Documentation/media/uapi/mediactl/
Dmedia-ioc-device-info.rst61 - Name of the driver implementing the media API as a NUL-terminated
71 - Device model name as a NUL-terminated UTF-8 string. The device
77 - Serial number as a NUL-terminated ASCII string.
81 - Location of the device in the system as a NUL-terminated ASCII
/Linux-v5.4/Documentation/translations/it_IT/process/
Ddeprecated.rst83 terminata con il carattere NUL o quello di nuova riga.
94 strncpy() su stringe terminate con NUL
97 il buffer di destinazione verrà terminato con il carattere NUL. Questo
104 terminazione con NUL deve aggiungere una chiamata a :c:func:`memset`)
106 Se il chiamate no usa stringhe terminate con NUL, allore :c:func:`strncpy()`
116 terminata con NUL. La versione sicura da usare è :c:func:`strscpy`.
/Linux-v5.4/arch/unicore32/lib/
Dstrncpy_from_user.S30 sub r1, r1, #1 @ take NUL character out of count
/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-querycap.rst61 - Name of the driver, a unique NUL-terminated ASCII string. For
69 sure the strings are properly NUL-terminated.
72 - Name of the device, a NUL-terminated UTF-8 string. For example:
82 - Location of the device in the system, a NUL-terminated ASCII
Dvidioc-g-audioout.rst81 - Name of the audio output, a NUL-terminated ASCII string, for
Dvidioc-g-audio.rst74 - Name of the audio input, a NUL-terminated ASCII string, for
Dvidioc-enum-fmt.rst85 - Description of the format, a NUL-terminated ASCII string. This
Dvidioc-enumoutput.rst65 - Name of the video output, a NUL-terminated ASCII string, for
Dvidioc-queryctrl.rst129 - Name of the control, a NUL-terminated ASCII string. This
211 - Name of the control, a NUL-terminated ASCII string. This
311 - Name of the menu item, a NUL-terminated ASCII string. This
Dvidioc-enuminput.rst64 - Name of the video input, a NUL-terminated ASCII string, for
Dvidioc-g-modulator.rst85 - Name of the modulator, a NUL-terminated ASCII string.
Dvidioc-enumstd.rst79 - Name of the standard, a NUL-terminated ASCII string, for example:
Dvidioc-g-tuner.rst87 Name of the tuner, a NUL-terminated ASCII string.
/Linux-v5.4/Documentation/admin-guide/
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
/Linux-v5.4/Documentation/networking/
Ddns_resolver.txt88 The name parameter is not required to be a NUL-terminated string, and its
/Linux-v5.4/fs/cramfs/
DREADME97 blocks in uncompressed data consisting entirely of NUL bytes), but by
/Linux-v5.4/Documentation/filesystems/
Dfscrypt.rst370 filenames shorter than 16 bytes are NUL-padded to 16 bytes before
372 via their ciphertexts, all filenames are NUL-padded to the next 4, 8,
375 entries consume slightly more space. Note that since NUL (``\0``) is
435 identifies the amount of NUL-padding to use when encrypting
974 than the plaintext due to NUL-padding and an extra 2-byte overhead.
/Linux-v5.4/Documentation/filesystems/caching/
Dcachefiles.txt284 they may also contain things like '/' and NUL characters, and so they may not
Dnetfs-api.txt164 (2) The name of the object type (NUL terminated unless all 16 chars are used)
/Linux-v5.4/Documentation/security/keys/
Dcore.rst544 is hexadecimal. A NUL character is included at the end of the string if
792 A NUL character is included at the end of the string if the buffer is
870 - ``char *hashname`` specifies the NUL terminated string identifying
/Linux-v5.4/Documentation/admin-guide/sysctl/
Dkernel.rst201 %<NUL> '%' is dropped
/Linux-v5.4/Documentation/x86/
Dboot.rst378 If set to a nonzero value, contains a pointer to a NUL-terminated

12