Searched refs:matchname (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | getgraent.c | 68 static int matchname(char [], struct group_adjunct **, char *); 102 if (matchname(line, &gra, name)) { in getgranam() 423 matchname(char line1[], struct group_adjunct **grap, char *name) in matchname() function
|
H A D | getpwaent.c | 84 static int matchname(char [], struct passwd_adjunct **, char *); 117 if (matchname(line, &pwadj, name)) { in getpwanam() 265 matchname(char line1[], struct passwd_adjunct **pwadjp, char *name) in matchname() function
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 2609 if_report(mib_item_t *item, char *matchname, in if_report() argument 2665 if (matchname != NULL && in if_report() 2666 strcmp(matchname, ifname) != 0 && in if_report() 2667 strcmp(matchname, logintname) != 0) in if_report() 2759 if (matchname) { in if_report() 2760 if (strcmp(matchname, in if_report() 2770 if (matchname == NULL) { in if_report() 2771 matchname = ifname; in if_report() 2775 "interface.", matchname); in if_report() 2781 matchname); in if_report() [all …]
|
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | zap_impl.h | 197 boolean_t zap_match(zap_name_t *zn, const char *matchname);
|
/titanic_41/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_sec.c | 220 matchname(char *line, char *name, seconfig_t *secp) in matchname() function 724 if (matchname(line, name, entryp)) { in get_seconfig()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zap_micro.c | 153 zap_match(zap_name_t *zn, const char *matchname) in zap_match() argument 160 if (zap_normalize(zn->zn_zap, matchname, norm) != 0) in zap_match() 166 return (strcmp(zn->zn_key_orig, matchname) == 0); in zap_match()
|