Home
last modified time | relevance | path

Searched refs:fg_set (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/contrib/
H A Dgnome-ssh-askpass2.c159 int fg_set = 0, bg_set = 0; in passphrase_dialog() local
165 fg_set = parse_env_hex_color("GNOME_SSH_ASKPASS_FG_COLOR", &fg); in passphrase_dialog()
196 if (fg_set) in passphrase_dialog()
203 if (fg_set) in passphrase_dialog()
H A Dgnome-ssh-askpass3.c146 int fg_set = 0, bg_set = 0; in passphrase_dialog() local
152 fg_set = parse_env_hex_color("GNOME_SSH_ASKPASS_FG_COLOR", &fg); in passphrase_dialog()
183 if (fg_set) in passphrase_dialog()
190 if (fg_set) in passphrase_dialog()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h1099 struct frgroup **fg_set; member
H A Dfil.c3508 fg->fg_set = &softc->ipf_groups[unit][set]; in ipf_group_add()
3553 for (gp = group->fg_set; *gp != NULL; gp = &(*gp)->fg_next) { in ipf_group_free()