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

/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dgetservent.c40 int name_match = 0; local
55 name_match = 1;
86 if (name_match)
/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dgetservent.c74 int name_match = 0; local
89 name_match = 1;
120 if (name_match)
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsundelete.c1462 * name_match - Does a file have a name matching a regex
1472 static int name_match(regex_t *re, struct ufile *file) function
1959 if (opts.match && !name_match(&re, file))
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4098 int name_match, type_match, value_match; local
4104 name_match = match_prop(handle, cur, DTD_ATTR_NAME,
4111 if (name_match && type_match && value_match) {

Completed in 102 milliseconds