Searched refs:input_flags (Results 1 – 5 of 5) sorted by relevance
/openbsd/lib/libcrypto/ui/ |
H A D | ui_lib.c | 141 enum UI_string_types type, int input_flags, char *result_buf) in general_allocate_prompt() argument 167 uis->input_flags = input_flags; in general_allocate_prompt() 180 enum UI_string_types type, int input_flags, char *result_buf, int minsize, in general_allocate_string() argument 186 if ((s = general_allocate_prompt(prompt, dup_prompt, type, input_flags, in general_allocate_string() 208 enum UI_string_types type, int input_flags, char *result_buf) in general_allocate_boolean() argument 222 if ((s = general_allocate_prompt(prompt, dup_strings, type, input_flags, in general_allocate_boolean() 752 return uis->input_flags; in UI_get_input_flags()
|
H A D | ui_local.h | 107 int input_flags; /* Flags from the user */ member
|
/openbsd/gnu/usr.bin/perl/ |
H A D | numeric.c | 372 const I32 input_flags = *flags; in Perl_grok_bin_oct_hex() local 374 cBOOL(input_flags & PERL_SCAN_ALLOW_UNDERSCORES); in Perl_grok_bin_oct_hex() 404 if (!(input_flags & PERL_SCAN_DISALLOW_PREFIX)) { in Perl_grok_bin_oct_hex() 513 if ( ! (input_flags & PERL_SCAN_SILENT_OVERFLOW) in Perl_grok_bin_oct_hex() 535 || UNLIKELY((input_flags & PERL_SCAN_ALLOW_MEDIAL_UNDERSCORES) in Perl_grok_bin_oct_hex() 544 if ( ! (input_flags & PERL_SCAN_SILENT_ILLDIGIT) in Perl_grok_bin_oct_hex() 567 if (input_flags & PERL_SCAN_NOTIFY_ILLDIGIT) { in Perl_grok_bin_oct_hex() 580 && ! (input_flags & PERL_SCAN_SILENT_NON_PORTABLE)) in Perl_grok_bin_oct_hex()
|
/openbsd/usr.sbin/npppd/pptp/ |
H A D | pptpd.c | 686 int hlen, input_flags; in pptpd_gre_input() local 698 input_flags = 0; in pptpd_gre_input() 763 input_flags |= PPTP_GRE_PKT_SEQ_PRESENT; in pptpd_gre_input() 774 input_flags |= PPTP_GRE_PKT_ACK_PRESENT; in pptpd_gre_input() 795 pptp_call_gre_input(call, seq, ack, input_flags, pkt, lpkt); in pptpd_gre_input()
|
H A D | pptp_call.c | 471 int input_flags, u_char *pkt, int pktlen) in pptp_call_gre_input() argument 498 if (input_flags & PPTP_GRE_PKT_ACK_PRESENT) { in pptp_call_gre_input() 512 if ((input_flags & PPTP_GRE_PKT_SEQ_PRESENT) == 0) in pptp_call_gre_input()
|