Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssh/contrib/
HDgnome-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()
HDgnome-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()
/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDip_fil.h1101 struct frgroup **fg_set; member
HDfil.c3512 fg->fg_set = &softc->ipf_groups[unit][set]; in ipf_group_add()
3557 for (gp = group->fg_set; *gp != NULL; gp = &(*gp)->fg_next) { in ipf_group_free()