Home
last modified time | relevance | path

Searched defs:search (Results 1 – 25 of 67) sorted by relevance

123

/freebsd/contrib/mtree/
H A Dgetid.c219 grscan(int search, gid_t gid, const char *name) in grscan()
248 grmatchline(int search, gid_t gid, const char *name) in grmatchline()
367 pwscan(int search, uid_t uid, const char *name) in pwscan()
396 pwmatchline(int search, uid_t uid, const char *name) in pwmatchline()
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dsearch.h164 search(_ForwardIterator1 __first1, in search() function
177 search(_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _ForwardI… in search() function
184 search(_ForwardIterator __f, _ForwardIterator __l, const _Searcher& __s) { in search() function
/freebsd/crypto/openssl/crypto/store/
H A Dstore_lib.c307 int OSSL_STORE_find(OSSL_STORE_CTX *ctx, const OSSL_STORE_SEARCH *search) in OSSL_STORE_find()
853 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); in OSSL_STORE_SEARCH_by_name() local
868 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); in OSSL_STORE_SEARCH_by_issuer_serial() local
885 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); in OSSL_STORE_SEARCH_by_key_fingerprint() local
910 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); in OSSL_STORE_SEARCH_by_alias() local
924 void OSSL_STORE_SEARCH_free(OSSL_STORE_SEARCH *search) in OSSL_STORE_SEARCH_free()
/freebsd/crypto/openssl/test/
H A Dossl_store_test.c43 OSSL_STORE_SEARCH *search = NULL; in test_store_open() local
64 OSSL_STORE_SEARCH *search = NULL; in test_store_search_by_key_fingerprint_fail() local
/freebsd/contrib/mandoc/
H A Dmansearch.c84 mansearch(const struct mansearch *search, in mansearch()
610 exprcomp(const struct mansearch *search, int argc, char *argv[], int *argi) in exprcomp()
663 expr_and(const struct mansearch *search, int argc, char *argv[], int *argi) in expr_and()
719 exprterm(const struct mansearch *search, int argc, char *argv[], int *argi) in exprterm()
H A Dmain.c129 struct mansearch search; /* Search options. */ in main() local
1085 struct mansearch search; in check_xr() local
/freebsd/usr.bin/what/
H A Dwhat.c98 search(bool one, bool quiet, FILE *in) in search() function
/freebsd/libexec/mknetid/
H A Dparse_group.c98 grscan(int search, int gid) in grscan()
/freebsd/crypto/openssl/apps/
H A Dstoreutl.c86 OSSL_STORE_SEARCH *search = NULL; in storeutl_main() local
351 int expected, int criterion, OSSL_STORE_SEARCH *search, in process()
/freebsd/usr.bin/bintrans/
H A Dbintrans.c90 search(const char *const progname) in search() function
/freebsd/contrib/kyua/utils/text/
H A Doperations.cpp188 text::replace_all(const std::string& input, const std::string& search, in replace_all()
/freebsd/contrib/wpa/src/utils/
H A Dxml-utils.c49 char *search; in get_node_uri() local
92 char *search; in get_node() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_errlog.c185 spa_error_entry_t search; in spa_log_error() local
585 spa_error_entry_t search; in spa_add_healed_error() local
631 spa_error_entry_t search; in spa_add_healed_error() local
669 spa_error_entry_t search, *found; in remove_error_from_list() local
H A Dspa_misc.c617 static spa_t search; /* spa_t is large; don't allocate on stack */ in spa_lookup() local
1031 spa_aux_t search; in spa_aux_add() local
1048 spa_aux_t search; in spa_aux_remove() local
1068 spa_aux_t search, *found; in spa_aux_exists() local
1093 spa_aux_t search, *found; in spa_aux_activate() local
H A Ddsl_bookmark.c995 dsl_bookmark_node_t search = { 0 }; in dsl_bookmark_destroy_sync_impl() local
1325 dsl_bookmark_node_t search = { 0 }; in dsl_bookmark_ds_destroyed() local
1452 dsl_bookmark_node_t search = { 0 }; in dsl_bookmark_next_changed() local
/freebsd/usr.bin/bsdiff/bsdiff/
H A Dbsdiff.c62 static off_t search(off_t *I,u_char *old,off_t oldsize, search() function
/freebsd/contrib/nvi/ex/
H A Dtag.h85 CHAR_T *search; /* Search string. */ member
H A Dex_cscope.c465 size_t cno, search; in cscope_find() local
677 char *dname = NULL, *name = NULL, *search, *p, *t, dummy[2], buf[2048]; in parse() local
H A Dex_tag.c903 ctag_search(SCR *sp, CHAR_T *search, size_t slen, char *tag) in ctag_search()
1030 char *back, *front, *map, *p, *search, *t; in ctag_sfile() local
/freebsd/sys/netinet6/
H A Dnd6_rtr.c617 struct nd_pfxrouter *search; in pfxrtr_lookup() local
1299 struct nd_prefix *search; in nd6_prefix_lookup_locked() local
1318 struct nd_prefix *search; in nd6_prefix_lookup() local
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_agents.c212 guid_search_t search = { 0 }; in zfs_agent_post_event() local
/freebsd/sys/kern/
H A Dkern_cpu.c741 struct cf_level *level, *search; in cpufreq_insert_abs() local
793 struct cf_level *fill, *search; in cpufreq_expand_set() local
/freebsd/contrib/pf/libevent/
H A Dbuffer.c435 u_char *search = buffer->buffer; in evbuffer_find() local
/freebsd/usr.bin/grep/
H A Dutil.c429 const char *search; in litexec() local
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ctldir.c270 zfs_snapentry_t *se, search; in zfsctl_snapshot_find_by_name() local
290 zfs_snapentry_t *se, search; in zfsctl_snapshot_find_by_objsetid() local

123