HomeSort by: relevance | last modified time | path
    Searched refs:scope_len (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/openpam/dist/include/security/
pam_types.h 81 size_t scope_len; member in struct:pam_repository
  /src/external/gpl3/gdb.old/dist/gdb/
d-namespace.c 187 least SCOPE_LEN. Other arguments are as in d_lookup_symbol_nonlocal.
191 SCOPE_LEN = 0. It then calls itself with NAME and SCOPE the same,
192 but with SCOPE_LEN = 1. And then it calls itself with NAME and
193 SCOPE the same, but with SCOPE_LEN = 4. This third call looks for
201 int scope_len)
205 if (scope[scope_len] != '\0')
210 int new_scope_len = scope_len;
233 if (scope_len == 0 && strchr (name, '.') == NULL)
236 module = (char *) alloca (scope_len + 1);
237 strncpy (module, scope, scope_len);
    [all...]
cp-namespace.c 49 int scope_len);
663 is at least SCOPE_LEN. Other arguments are as in
668 SCOPE_LEN = 0. It then calls itself with NAME and SCOPE the same,
669 but with SCOPE_LEN = 1. And then it calls itself with NAME and
670 SCOPE the same, but with SCOPE_LEN = 4. This third call looks for
681 int scope_len)
685 if (scope[scope_len] != '\0')
690 int new_scope_len = scope_len;
716 if (scope_len == 0 && strchr (name, ':') == NULL)
719 the_namespace = (char *) alloca (scope_len + 1)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
d-namespace.c 187 least SCOPE_LEN. Other arguments are as in d_lookup_symbol_nonlocal.
191 SCOPE_LEN = 0. It then calls itself with NAME and SCOPE the same,
192 but with SCOPE_LEN = 1. And then it calls itself with NAME and
193 SCOPE the same, but with SCOPE_LEN = 4. This third call looks for
201 int scope_len)
205 if (scope[scope_len] != '\0')
210 int new_scope_len = scope_len;
233 if (scope_len == 0 && strchr (name, '.') == NULL)
236 module = (char *) alloca (scope_len + 1);
237 strncpy (module, scope, scope_len);
    [all...]
cp-namespace.c 49 int scope_len);
665 is at least SCOPE_LEN. Other arguments are as in
670 SCOPE_LEN = 0. It then calls itself with NAME and SCOPE the same,
671 but with SCOPE_LEN = 1. And then it calls itself with NAME and
672 SCOPE the same, but with SCOPE_LEN = 4. This third call looks for
683 int scope_len)
687 if (scope[scope_len] != '\0')
692 int new_scope_len = scope_len;
718 if (scope_len == 0 && strchr (name, ':') == NULL)
721 the_namespace = (char *) alloca (scope_len + 1)
    [all...]
  /src/external/bsd/tcpdump/dist/
print-domain.c 317 u_int family, addr_bits, src_len, scope_len; local
332 scope_len = GET_U_1(cp);
349 if (src_len > addr_bits || scope_len > addr_bits || ((src_len + 7) / 8) != (data_len - 4)) {
361 src_len, scope_len);
364 src_len, scope_len);

Completed in 86 milliseconds