Searched +defs:match +defs:line (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-11-stable/usr.bin/from/
H A Dfrom.c145 match(const char *line, const char *sender) argument
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dlogin_access.c61 char line[BUFSIZ]; local
65 int match = NO; local
133 int match = NO; local
[all...]
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A Dlogin_access.c61 char line[BUFSIZ]; local
65 int match = NO; local
133 int match = NO; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dtest_addr.c133 match_addr(krb5_context context, const char *range_addr, const char *one_addr, int match) argument
172 inv_param_handler(const wchar_t* expression, const wchar_t* function, const wchar_t* file, unsigned int line, uintptr_t pReserved) argument
/freebsd-11-stable/usr.bin/tip/libacu/
H A Dcourier.c72 char line[80]; local
115 logent(value(HOST), num, "cour", line); local
151 cour_swallow(char *match) argument
H A Dhayes.c99 char line[80]; local
138 logent(value(HOST), num, "hayes", line); local
176 gobble(char *match) argument
H A Dt3000.c74 char line[80]; local
116 logent(value(HOST), num, "t3000", line); local
152 t3000_swallow(char *match) argument
H A Dventel.c76 char *msg, line[80]; local
110 logent(value(HOST), num, "ventel", line); local
184 gobble(char match, cha argument
[all...]
/freebsd-11-stable/sys/ddb/
H A Ddb_main.c67 X_db_line_at_pc(db_symtab_t *symtab, c_db_sym_t sym, char **file, int *line, argument
99 Elf_Sym *sym, *match; local
[all...]
/freebsd-11-stable/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c56 char line[BUFSIZ]; local
60 int match = NO; local
119 int match = NO; local
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dcsh-mode.el[all...]
/freebsd-11-stable/crypto/openssh/
H A Dhostfile.h28 u_long line; member in struct:hostkey_entry
87 u_int match; /* Zero or more of HKF_MATCH_* OR'd together */ member in struct:hostkey_foreach_line
88 char *line; /* Entire key line; mutable by callback */ member in struct:hostkey_foreach_line
[all...]
/freebsd-11-stable/usr.sbin/setfmac/
H A Dsetfmac.c63 *match; /* cached decision for MAC label to apply */ member in struct:label_spec
195 chomp_line(char **line, size_t *linesize) argument
234 char *line; local
302 add_spec_line(const char *file, int is_sebsd, struct label_spec_entry *entry, char *line) argument
[all...]
/freebsd-11-stable/usr.bin/newkey/
H A Dupdate.c240 char line[256]; local
332 match(char *line, char *name) argument
[all...]
/freebsd-11-stable/usr.sbin/rpc.ypupdated/
H A Dupdate.c237 char line[256]; local
328 match(char *line, char *name) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp182 uint32_t line = UINT32_MAX; member in struct:__anon1185::SourceLoc
214 auto &match local
201 SetSCMatchesByLine(SearchFilter &filter, SymbolContextList &sc_list, bool skip_prologue, llvm::StringRef log_ident, uint32_t line, uint32_t column) argument
[all...]
/freebsd-11-stable/sbin/atm/atmconfig/
H A Dmain.c94 char line[LINE_MAX]; /* current line */ member in struct:help_file
306 const char *line; local
326 struct help_pos match, last_match; local
327 const char *line; local
528 const struct cmdtab *match, *cc, *tab; local
[all...]
/freebsd-11-stable/usr.sbin/config/
H A Dmkmakefile.c117 char line[BUFSIZ]; local
137 char line[BUFSIZ]; local
248 preprocess(char *line, char *result) argument
261 process_into_file(char *line, FILE *ofp) argument
270 process_into_nvlist(char *line, nvlist_t *nvl) argument
310 char line[BUFSIZ]; local
351 char line[BUFSIZ]; local
397 int compile, match, nreqs, std, filetype, not, local
[all...]
/freebsd-11-stable/usr.bin/grep/
H A Dutil.c698 grep_printline(struct str *line, int sep) argument
705 printline_metadata(struct str *line, int sep) argument
743 regmatch_t match; local
[all...]
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dtests.cpp136 detail::match(const std::string& regexp, const std::string& str) function in class:detail
353 impl::tc::check_errno(const char* file, const int line, const int exp_errno, argument
360 impl::tc::require_errno(const char* file, const int line, const int exp_errno, argument
/freebsd-11-stable/contrib/dialog/
H A Dtextbox.c38 char line[MAX_LEN + 1]; member in struct:__anon958
309 char *match = get_line(obj); local
403 char *line = get_line(obj); local
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_lock.c206 int line; member in struct:lock_prof
365 lock_prof_sum(struct lock_prof *match, struct lock_prof *dst, int hash, argument
492 lock_profile_lookup(struct lock_object *lo, int spin, const char *file, int line) argument
530 lock_profile_object_lookup(struct lock_object *lo, int spin, const char *file, int line) argument
559 lock_profile_obtain_lock_success(struct lock_object *lo, int contested, uint64_t waittime, const char *file, int line) argument
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211_node.c1394 ieee80211_find_node_locked_debug(struct ieee80211_node_table *nt, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line) argument
1425 ieee80211_find_node_debug(struct ieee80211_node_table *nt, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line) argument
1442 ieee80211_find_vap_node_locked_debug(struct ieee80211_node_table *nt, const struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line) argument
1476 ieee80211_find_vap_node_debug(struct ieee80211_node_table *nt, const struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line) argument
1664 ieee80211_find_rxnode_debug(struct ieee80211com *ic, const struct ieee80211_frame_min *wh, const char *func, int line) argument
1692 ieee80211_find_rxnode_withkey_debug(struct ieee80211com *ic, const struct ieee80211_frame_min *wh, ieee80211_keyix keyix, const char *func, int line) argument
1747 ieee80211_find_txnode_debug(struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line) argument
1848 ieee80211_free_node_debug(struct ieee80211_node *ni, const char *func, int line) argument
1996 ieee80211_node_table_reset(struct ieee80211_node_table *nt, struct ieee80211vap *match) argument
[all...]
/freebsd-11-stable/contrib/file/src/
H A Dsoftmagic.c194 match(struc function
147 file_fmtcheck(struct magic_set *ms, const char *desc, const char *def, const char *file, size_t line) argument
[all...]
/freebsd-11-stable/contrib/less/
H A Dsearch.c617 int match; local
1260 char *line; local
[all...]

Completed in 516 milliseconds

12