Home
last modified time | relevance | path

Searched defs:strs (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/heimdal/lib/krb5/
H A Dmisc.c101 char **strs = NULL; in _krb5_debug_backtrace() local
/freebsd/contrib/unbound/compat/
H A Dstrptime.c73 match_string(const char **buf, const char **strs) in match_string()
/freebsd/crypto/heimdal/lib/roken/
H A Dstrptime.c106 match_string (const char **buf, const char **strs) in match_string()
/freebsd/sys/netpfil/pf/
H A Dpf_nv.c531 const char *const *strs; in pf_nvrule_to_krule() local
1142 const char *const *strs; in pf_nveth_rule_to_keth_rule() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp94 auto strs = std::make_unique<std::string[]>(syms.size()); in getSymbolStrings() local
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c288 char *strs; in ctf_fdopen() local
/freebsd/lib/libc/tests/stdio/
H A Dgetdelim_test.c277 const char *strs[] = { in _nonblock_eagain() local
/freebsd/contrib/bc/include/
H A Dprogram.h101 BcVec strs; member
/freebsd/stand/libsa/zfs/
H A Dnvlist.c1040 char *const *strs = data; in get_value_size() local
1115 char *const *strs = data; in get_nvp_data_size() local
/freebsd/sys/contrib/openzfs/module/nvpair/
H A Dnvpair.c1093 char *const *strs = data; in i_get_value_size() local
1213 char *const *strs = data; in nvlist_add_common() local
3541 char **strs = (void *)NVP_VALUE(nvp); in nvs_xdr_nvp_size() local
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1020 libzfs_free_str_array(char **strs, int count) in libzfs_free_str_array()
/freebsd/sys/security/audit/
H A Dbsm_token.c1280 au_to_exec_strings(char *strs, int count, u_char type) in au_to_exec_strings()
/freebsd/crypto/openssh/
H A Dservconf.c1336 char **strs = NULL; /* string array arguments; freed implicitly */ in process_server_config_line_depth() local
H A Dreadconf.c1112 char **strs = NULL; /* string array arguments; freed implicitly */ in process_config_line_depth() local
/freebsd/contrib/bmake/
H A Dvar.c3411 ShuffleSubstrings(Substring *strs, size_t n) in ShuffleSubstrings()