Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for notes (0.17 sec)

  1. .github/workflows/update-rbe.yml

              # returned by the API, but a sha256sum of the entire chunk of image
              # metadata. gcr.io helpfully includes it in the header of the response
              # as docker-content-digest: sha256:[digest]. Note we use egrep to
              # match exactly sha256:<hash> because curl may include a ^M symbol at
              # the end of the line.
    Others
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Wed Apr 10 15:40:34 GMT 2024
    - 7.2K bytes
    - Viewed (0)
  2. ci/official/containers/linux_arm64/builder.devtoolset/stringop_trunc.patch

    -#  endif
    -# endif
    -
    -__STRING_INLINE size_t __strspn_c1 (const char *__s, int __accept);
    -__STRING_INLINE size_t
    -__strspn_c1 (const char *__s, int __accept)
    -{
    -  size_t __result = 0;
    -  /* 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);
    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