Searched refs:scan2 (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/usr.bin/rpcgen/
H A Drpc_scan.h131 void scan2(tok_kind expect1, tok_kind expect2, token *tokp);
H A Drpc_parse.c235 scan2(TOK_VERSION, TOK_RBRACE, &tok);
265 scan2(TOK_COMMA, TOK_RBRACE, &tok);
282 scan2(TOK_IDENT, TOK_STRCONST, &tok);
306 scan2(TOK_IDENT, TOK_CHARCONST, &tok);
313 scan2(TOK_IDENT, TOK_CHARCONST, &tok);
429 scan2(TOK_STAR, TOK_IDENT, &tok);
H A Drpc_scan.c87 scan2(tok_kind expect1, tok_kind expect2, token *tokp) function
/freebsd-10-stable/contrib/less/
H A Dregexp.c1241 register char *scan2; local
1246 for (scan2 = s2; *scan2 != '\0';) /* ++ moved down. */
1247 if (*scan1 == *scan2++)
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h71 if (wpa_s->driver->scan2)
72 return wpa_s->driver->scan2(wpa_s->drv_priv, params);
H A Dwpa_priv.c110 if (iface->driver->scan2)
111 iface->driver->scan2(iface->drv_priv, &params);
/freebsd-10-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.c547 if (hapd->driver && hapd->driver->scan2)
548 return hapd->driver->scan2(hapd->drv_priv, params);
/freebsd-10-stable/contrib/wpa/src/drivers/
H A Ddriver_privsep.c726 .scan2 = wpa_driver_privsep_scan,
H A Ddriver.h210 * Data for struct wpa_driver_ops::scan2().
1497 * scan2 - Request the driver to initiate scan
1507 int (*scan2)(void *priv, struct wpa_driver_scan_params *params); member in struct:wpa_driver_ops
H A Ddriver_bsd.c1626 .scan2 = wpa_driver_bsd_scan,
H A Ddriver_ndis.c3230 wpa_driver_ndis_ops.scan2 = wpa_driver_ndis_scan;

Completed in 217 milliseconds