Home
last modified time | relevance | path

Searched refs:argpos (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Docv.c55 int ocv_insert_oci(struct wpa_channel_info *ci, u8 **argpos) in ocv_insert_oci() argument
58 u8 *pos = *argpos; in ocv_insert_oci()
72 *argpos = pos; in ocv_insert_oci()
77 int ocv_insert_oci_kde(struct wpa_channel_info *ci, u8 **argpos) in ocv_insert_oci_kde() argument
79 u8 *pos = *argpos; in ocv_insert_oci_kde()
86 *argpos = pos; in ocv_insert_oci_kde()
87 return ocv_insert_oci(ci, argpos); in ocv_insert_oci_kde()
H A Docv.h39 int ocv_insert_oci(struct wpa_channel_info *ci, u8 **argpos);
40 int ocv_insert_oci_kde(struct wpa_channel_info *ci, u8 **argpos);
/freebsd/contrib/tnftp/src/
H A Dfetch.c1783 volatile int argpos, rval; in auto_fetch() local
1785 argpos = rval = 0; in auto_fetch()
1791 rval = argpos + 1; in auto_fetch()
1800 for (; (rval == 0) && (argpos < argc); argpos++) { in auto_fetch()
1801 if (strchr(argv[argpos], ':') == NULL) in auto_fetch()
1806 rval = go_fetch(argv[argpos]); in auto_fetch()
1811 rval = argpos + 1; in auto_fetch()
1832 int uargc, rval, argpos; in auto_put() local
1895 for(argpos = 0; argv[argpos] != NULL; argpos++) { in auto_put()
1896 uargv[1] = argv[argpos]; in auto_put()
[all …]
/freebsd/contrib/mandoc/
H A Droff.c3881 int argpos, levels, i; in roff_shift() local
3883 argpos = pos; in roff_shift()
3898 ln, argpos, "%d, but max is %d", levels, ctx->argc); in roff_shift()
3902 mandoc_msg(MANDOCERR_ARG_NEG, ln, argpos, "shift %d", levels); in roff_shift()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.c4114 static int ocv_oci_add(struct wpa_state_machine *sm, u8 **argpos, argument
4137 return ocv_insert_oci_kde(&ci, argpos);