Home
last modified time | relevance | path

Searched refs:o_ (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/libnetmap/
H A Dlibnetmap.h612 #define nmreq_foreach_option(h_, o_) \ argument
613 for ((o_) = (struct nmreq_option *)((uintptr_t)((h_)->nr_options));\
614 (o_) != NULL;\
615 (o_) = (struct nmreq_option *)((uintptr_t)((o_)->nro_next)))
/freebsd/contrib/bmake/
H A Dbmake.cat122 _T_u_t_o_r_i_a_l (from 1993).
33 --CC _d_i_r_e_c_t_o_r_y
145 --II _d_i_r_e_c_t_o_r_y
161 --jj _m_a_x___j_o_b_s
184 --mm _d_i_r_e_c_t_o_r_y
909 _m_o_d_i_f_i_e_r___v_a_r_i_a_b_l_e = _m_o_d_i_f_i_e_r[::...]
1295 …..iiff [!!]_e_x_p_r_e_s_s_i_o_n [_o_p_e_r_a_t_o_r _e_x_p_r_e_s_s_i_
1304 ..iiffmmaakkee [!!]_t_a_r_g_e_t [_o_p_e_r_a_t_o_r _t_a_r_g_e_t ...]
1307 … ..iiffnnmmaakkee [!!]_t_a_r_g_e_t [_o_p_e_r_a_t_o_r _t_a_r_g_e_t ...]
1312 …..eelliiff [!!]_e_x_p_r_e_s_s_i_o_n [_o_p_e_r_a_t_o_r _e_x_p_r_e_s_…
[all …]
/freebsd/contrib/dialog/
H A Ddialog.c211 #define ssF(name) o_##name, 1, tFalse, offsetof(DIALOG_STATE,name)
217 #define svF(name) o_##name, 2, tFalse, offsetof(DIALOG_VARS,name)
218 #define svT(name) o_##name, 2, tTrue, offsetof(DIALOG_VARS,name)
219 #define svN(name) o_##name, 2, tNumber, offsetof(DIALOG_VARS,name)
220 #define svS(name) o_##name, 2, tString, offsetof(DIALOG_VARS,name)
223 #define xxF(name) o_##name, 0, tFalse, 0
224 #define xxT(name) o_##name, 0, tTrue, 0
225 #define xxN(name) o_##name, 0, tNumber, 0
226 #define xxS(name) o_##name, 0, tString, 0
229 #define opW(name) o_##name, 0, 0, 0
[all …]
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dmech.cat58 _/_e_t_c_/_g_s_s_/_m_e_c_h _/_e_t_c_/_g_s_s_/_q_o_p
32 … The _/_e_t_c_/_g_s_s_/_q_o_p file contains a list of Quality of Protection values for
51 This is a typical entry from _/_e_t_c_/_g_s_s_/_q_o_p:
/freebsd/contrib/less/
H A Dless.hlp107 !_c_o_m_m_a_n_d Execute the shell command with $SHELL.
108 #_c_o_m_m_a_n_d Execute the shell command, expanded like a prompt.
109 |XX_c_o_m_m_a_n_d Pipe file between current pos & mark XX to shell command.
136 -D xx_c_o_l_o_r . --color=xx_c_o_l_o_r
176 -P [_p_r_o_m_p_t] --prompt=[_p_r_o_m_p_t]
/freebsd/usr.bin/fortune/tools/
H A DTroff.sed12 /\(.\)\(.\)/s//\\o_\1\2_/g
/freebsd/sys/dev/netmap/
H A Dnetmap_kern.h1470 #define NM_CHECK_ADDR_LEN_OFF(na_, l_, o_) do { \ argument
1471 if ((l_) + (o_) < (l_) || \
1472 (l_) + (o_) > NETMAP_BUF_SIZE(na_)) { \
1473 (l_) = NETMAP_BUF_SIZE(na_) - (o_); \
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress.c2655 static void setenv(const char *k, const char *v, int o_) in setenv() argument
/freebsd/contrib/libevent/test/
H A Dregress.c2655 static void setenv(const char *k, const char *v, int o_) in setenv() argument