Home
last modified time | relevance | path

Searched refs:MAXLEN (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/sysctl/
H A Dsysctl.sh572 echo -n "Checking sysctl maxlen is at least $MAXLEN ... "
574 perl -e 'print "A" x ('"${MAXLEN}"'-2), "B";' | \
575 dd of="${TARGET}" bs="${MAXLEN}" 2>/dev/null
585 perl -e 'print "A" x ('"${MAXLEN}"'-1), "B";' | \
586 dd of="${TARGET}" bs=$(( MAXLEN - 1 )) 2>/dev/null
596 perl -e 'print "A" x ('"${MAXLEN}"'-1), "B";' | \
597 dd of="${TARGET}" bs="${MAXLEN}" 2>/dev/null
607 perl -e 'print "A" x ('"${MAXLEN}"'-1), "BB";' | \
608 dd of="${TARGET}" bs=$(( $MAXLEN + 1 )) 2>/dev/null
699 MAXLEN=65
/OK3568_Linux_fs/buildroot/package/socketcand/
H A D0001-Fix-GCC10-build-failure.patch61 char buf[MAXLEN];
87 char buf[MAXLEN]; /* inet commands to can */
108 char buf[MAXLEN];
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dusbsevseg.c22 #define MAXLEN 8 macro
41 u8 decimals[MAXLEN];
43 u8 text[MAXLEN];
126 buffer = kzalloc(MAXLEN, mf); in update_display_visual()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-25303 -- Function: size_t strnlen (const char *S, size_t MAXLEN)
5308 If the array S of size MAXLEN contains a null byte, the ‘strnlen’
5310 returns MAXLEN. Therefore this function is equivalent to ‘(strlen
5311 (S) < MAXLEN ? strlen (S) : MAXLEN)’ but it is more efficient and
5312 works even if S is not null-terminated so long as MAXLEN does not
5323 -- Function: size_t wcsnlen (const wchar_t *WS, size_t MAXLEN)
5329 MAXLEN parameter specifies the maximum number of wide characters.
H A Dlibc.info-1317038 ‘size_t strnlen (const char *S, size_t MAXLEN)’
17926 ‘size_t wcsnlen (const wchar_t *WS, size_t MAXLEN)’
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-25303 -- Function: size_t strnlen (const char *S, size_t MAXLEN)
5308 If the array S of size MAXLEN contains a null byte, the ‘strnlen’
5310 returns MAXLEN. Therefore this function is equivalent to ‘(strlen
5311 (S) < MAXLEN ? strlen (S) : MAXLEN)’ but it is more efficient and
5312 works even if S is not null-terminated so long as MAXLEN does not
5323 -- Function: size_t wcsnlen (const wchar_t *WS, size_t MAXLEN)
5329 MAXLEN parameter specifies the maximum number of wide characters.
H A Dlibc.info-1317038 ‘size_t strnlen (const char *S, size_t MAXLEN)’
17926 ‘size_t wcsnlen (const wchar_t *WS, size_t MAXLEN)’
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/texinfo/texinfo/
H A D0001-gnulib-Update.patch6496 /* Find the length of STRING + 1, but scan at most MAXLEN bytes.
6523 /* Find the length of STRING + 1, but scan at most MAXLEN bytes.