Searched refs:_input (Results 1 – 8 of 8) sorted by relevance
/freebsd/usr.sbin/adduser/ |
H A D | adduser.sh | 335 local _input= 343 read _input 345 _input="$(echo "$fileline" | cut -f1 -d:)" 352 if [ -z "$_input" ]; then 356 if ${PWCMD} usershow "$_input" > /dev/null 2>&1; then 362 username="$_input" 370 local _input= 377 read _input 379 _input="$(echo "$fileline" | cut -f7 -d:)" 381 ugecos="$_input" [all …]
|
/freebsd/usr.sbin/bsdconfig/startup/share/ |
H A D | rcedit.subr | 58 local msg var="$1" _input 66 _input="$1" 68 _input=$( f_sysrc_get "$var" ) 72 f_dialog_input _input "$msg" "$_input" \ 77 [ "$_input" = "$cur_val" ] && return $DIALOG_OK 79 f_dprintf "%s: [%s]->[%s]" "$var" "$cur_val" "$_input" 82 'f_sysrc_set "%s" "%s"' "$var" "$_input"
|
H A D | rcconf.subr | 466 local _input="$1" 470 f_dialog_input _input "$msg_please_enter_rcvar_name" \ 471 "$_input" "$hline_alnum_tab_enter" || return $? 474 if ! echo "$_input" | grep -q "^[[:alpha:]_]"; then 480 if ! echo "$_input" | grep -q "^[[:alpha:]_][[:alnum:]_]*$" 486 rcvar="$_input"
|
/freebsd/crypto/openssl/providers/ |
H A D | decoders.inc | 28 #define DECODER(_name, _input, _output, _fips) \ 30 "provider=" DECODER_PROVIDER ",fips=" #_fips ",input=" #_input, \ 31 (ossl_##_input##_to_##_output##_decoder_functions) } 32 #define DECODER_w_structure(_name, _input, _structure, _output, _fips) \ 34 "provider=" DECODER_PROVIDER ",fips=" #_fips ",input=" #_input \ 36 (ossl_##_structure##_##_input##_to_##_output##_decoder_functions) }
|
/freebsd/usr.sbin/bsdconfig/networking/share/ |
H A D | netmask.subr | 88 local interface="$1" _netmask="$2" _input 114 f_dialog_input _input "$msg" "$_netmask" \ 116 [ "$_netmask" = "$_input" ] && return $DIALOG_CANCEL 119 [ "$_input" ] || return $DIALOG_OK 122 _netmask="$_input"
|
H A D | ipaddr.subr | 138 local interface="$1" _ipaddr="$2" _input 165 f_dialog_input _input "$msg" "$_ipaddr" \ 167 [ "$_ipaddr" = "$_input" ] && return $DIALOG_CANCEL 170 [ "$_input" ] || return $DIALOG_OK 173 _ipaddr="$_input"
|
/freebsd/usr.sbin/bsdconfig/startup/ |
H A D | misc | 265 local prompt="$1" _input="$2" 268 f_dialog_input _input "$prompt" "$_input" "$hline_alnum_tab_enter" 275 value="$_input"
|
/freebsd/share/doc/IPv6/ |
H A D | IMPLEMENTATION | 362 defined by the RFC3542 API, and (2) hints from tcp(6)_input. 367 bad to allow a single process to affect others. Also, tcp(6)_input 1834 accordingly. When a packet is received, {esp,ah}4_input() will be 1836 {esp,ah}4_input() will decrypt/check authenticity of the packet, 2033 KAME sys/netinet6/{ah,esp}_input.c
|