Searched refs:name_match (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/bash-94.1.2/bash-3.2/lib/termcap/
H A Dtermcap.c393 static int name_match ();
643 && name_match (bufp->ptr, str))
656 name_match (line, name)
653 name_match (line, name) function
/macosx-10.10/emacs-93/emacs/src/
H A Dtermcap.c457 static int name_match ();
708 && name_match (bufp->ptr, str))
721 name_match (line, name)
718 name_match (line, name) function
/macosx-10.10/gnutar-453/gnutar/src/
H A Dcommon.h645 bool name_match (const char *name);
H A Dnames.c377 by name_match as appropriate to read the next ones. At EOF, the
503 name_match (const char *file_name)
858 /* This is like name_match, except that
861 2. If the namelist is empty, it returns null, unlike name_match, which
500 name_match (const char *file_name) function
H A Dlist.c111 if (! name_match (current_stat_info.file_name)
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c4034 boolean_t name_match; local
4036 for (i = 0, name_match = FALSE;
4037 i < dynarray_count(&S_ifstate_list) && name_match == FALSE;
4046 name_match = TRUE;
4057 if (name_match == FALSE) {

Completed in 186 milliseconds