Home
last modified time | relevance | path

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

12

/linux-6.1.9/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-6.1.9/Documentation/userspace-api/media/mediactl/
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
/linux-6.1.9/Documentation/process/
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 …]
/linux-6.1.9/Documentation/translations/it_IT/process/
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
/linux-6.1.9/Documentation/userspace-api/media/v4l/
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
Dvidioc-g-audioout.rst73 - Name of the audio output, a NUL-terminated ASCII string, for
Dvidioc-g-audio.rst66 - Name of the audio input, a NUL-terminated ASCII string, for
Dvidioc-enumoutput.rst56 - Name of the video output, a NUL-terminated ASCII string, for
Dvidioc-enuminput.rst55 - Name of the video input, a NUL-terminated ASCII string, for
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
Dvidioc-g-modulator.rst77 - Name of the modulator, a NUL-terminated ASCII string.
Dvidioc-enum-fmt.rst107 - Description of the format, a NUL-terminated ASCII string. This
Dvidioc-enumstd.rst71 - Name of the standard, a NUL-terminated ASCII string, for example:
Dvidioc-g-tuner.rst79 Name of the tuner, a NUL-terminated ASCII string.
/linux-6.1.9/Documentation/devicetree/bindings/nvmem/
Du-boot,env.yaml14 Data is stored using U-Boot specific formats (variant specific header and NUL
/linux-6.1.9/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-6.1.9/Documentation/networking/
Ddns_resolver.rst89 The name parameter is not required to be a NUL-terminated string, and its
/linux-6.1.9/fs/cramfs/
DREADME97 blocks in uncompressed data consisting entirely of NUL bytes), but by
/linux-6.1.9/Documentation/filesystems/caching/
Dcachefiles.rst264 they may also contain things like '/' and NUL characters, and so they may not
576 The volume key is a NUL-terminated string; the cookie key is binary
Dbackend-api.rst159 the index key for the volume. The key is NUL-terminated and padded out to
/linux-6.1.9/security/
DKconfig.hardening143 (immediately NUL-terminated), pointers (NULL), indices
/linux-6.1.9/Documentation/filesystems/
Dfscrypt.rst427 filenames shorter than 16 bytes are NUL-padded to 16 bytes before
429 via their ciphertexts, all filenames are NUL-padded to the next 4, 8,
432 entries consume slightly more space. Note that since NUL (``\0``) is
493 - FSCRYPT_POLICY_FLAGS_PAD_*: The amount of NUL padding to use when
/linux-6.1.9/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-6.1.9/Documentation/x86/
Dboot.rst397 If set to a nonzero value, contains a pointer to a NUL-terminated

12