HomeSort by: relevance | last modified time | path
    Searched defs:shortlen (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/fs/msdosfs/
msdosfs_conv.c 394 int shortlen; local
474 shortlen = (dp - un) <= 8;
480 if ((*un == ' ') && shortlen)
  /src/crypto/external/bsd/openssl/dist/test/
evp_extra_test.c 2262 size_t inlen, len = 0, shortlen = 1; local
2320 &shortlen)))
2322 &shortlen))))
  /src/crypto/external/apache2/openssl/dist/test/
evp_extra_test.c 3175 size_t inlen, len = 0, shortlen = sizeof(shortbuf); local
3243 if ((!pub && !TEST_false(EVP_PKEY_get_raw_private_key(pkey, shortbuf, &shortlen)))
3244 || (pub && !TEST_false(EVP_PKEY_get_raw_public_key(pkey, shortbuf, &shortlen))))
  /src/external/gpl3/binutils/dist/bfd/
elflink.c 1973 size_t len, shortlen;
2015 shortlen = p - name;
2016 shortname = (char *) bfd_hash_allocate (&info->hash->table, shortlen + 1);
2019 memcpy (shortname, name, shortlen);
2020 shortname[shortlen] = '\0';
2182 memcpy (shortname, name, shortlen);
2183 memcpy (shortname + shortlen, p + 1, len - shortlen);
1970 size_t len, shortlen; local
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 1960 size_t len, shortlen;
2002 shortlen = p - name;
2003 shortname = (char *) bfd_hash_allocate (&info->hash->table, shortlen + 1);
2006 memcpy (shortname, name, shortlen);
2007 shortname[shortlen] = '\0';
2169 memcpy (shortname, name, shortlen);
2170 memcpy (shortname + shortlen, p + 1, len - shortlen);
1957 size_t len, shortlen; local
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 1921 size_t len, shortlen;
1963 shortlen = p - name;
1964 shortname = (char *) bfd_hash_allocate (&info->hash->table, shortlen + 1);
1967 memcpy (shortname, name, shortlen);
1968 shortname[shortlen] = '\0';
2130 memcpy (shortname, name, shortlen);
2131 memcpy (shortname + shortlen, p + 1, len - shortlen);
1918 size_t len, shortlen; local
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 1921 size_t len, shortlen;
1963 shortlen = p - name;
1964 shortname = (char *) bfd_hash_allocate (&info->hash->table, shortlen + 1);
1967 memcpy (shortname, name, shortlen);
1968 shortname[shortlen] = '\0';
2130 memcpy (shortname, name, shortlen);
2131 memcpy (shortname + shortlen, p + 1, len - shortlen);
1918 size_t len, shortlen; local

Completed in 77 milliseconds