Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for __strspn_c2 (0.16 sec)

  1. ci/official/containers/linux_arm64/builder.devtoolset/stringop_trunc.patch

    -  /* Please note that __accept never can be '\0'.  */
    -  while (__s[__result] == __accept)
    -    ++__result;
    -  return __result;
    -}
    -
    -__STRING_INLINE size_t __strspn_c2 (const char *__s, int __accept1,
    -				    int __accept2);
    -__STRING_INLINE size_t
    -__strspn_c2 (const char *__s, int __accept1, int __accept2)
    -{
    -  size_t __result = 0;
    -  /* Please note that __accept1 and __accept2 never can be '\0'.  */
    Others
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 42.9K bytes
    - Viewed (1)
Back to top