Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ss (0.12 sec)

  1. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    space-to-rent.com space.museum spacekit.io spb.ru spb.su spdns.de spdns.eu spdns.org sphinx.mythic-beasts.com spjelkavik.no sport sport.hu spot spy.museum spydeberg.no square.museum square7.ch square7.de square7.net sr sr.gov.pl sr.it srht.site srl srv.br ss ss.it ssl.origin.cdn77-secure.org st st.no staba.jp stackhero-network.com stada stadt.museum stage.nodeart.io staging.onred.one stalbans.museum stalowa-wola.pl stange.no staples star starachowice.pl stargard.pl starnberg.museum starostwo.gov.pl stat.no...
    Others
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 40.4K bytes
    - Viewed (0)
  2. ci/official/containers/linux_arm64/builder.devtoolset/stringop_trunc.patch

    -	    return s;
    -	} while (--n4 > 0);
    -      n &= 3;
    -    }
    +  size_t ss = __strnlen (s2, n);
     
    -  while (n > 0)
    -    {
    -      c = *s2++;
    -      *++s1 = c;
    -      if (c == '\0')
    -	return s;
    -      n--;
    -    }
    -
    -  if (c != '\0')
    -    *++s1 = '\0';
    +  s1[ss] = '\0';
    +  memcpy (s1, s2, ss);
     
       return s;
     }
    +
    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