Home
last modified time | relevance | path

Searched refs:__cmd (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/usr.sbin/bsdconfig/share/
H A Dcommon.subr944 local __cmd __output __retval
946 __cmd=$( printf -- "$@" )
947 f_dprintf "%s: %s" "$__funcname" "$__cmd" # Log command *before* eval
948 __output=$( exec 2>&1; eval "$__cmd" )
/freebsd-13.1/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c479 #define MLX5_COMMAND_STR_CASE(__cmd) case MLX5_CMD_OP_ ## __cmd: return #__cmd in mlx5_command_str() argument
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dlocale2171 char __cmd = __ct.narrow(*__fmtb, 0);
2173 if (__cmd == 'E' || __cmd == '0')
2180 __opt = __cmd;
2181 __cmd = __ct.narrow(*__fmtb, 0);
2183 __b = do_get(__b, __e, __iob, __err, __tm, __cmd, __opt);