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

/freebsd-13-stable/usr.bin/rpcgen/
H A Drpc_scan.h131 void scan2(tok_kind expect1, tok_kind expect2, token *tokp);
H A Drpc_parse.c236 scan2(TOK_VERSION, TOK_RBRACE, &tok);
266 scan2(TOK_COMMA, TOK_RBRACE, &tok);
283 scan2(TOK_IDENT, TOK_STRCONST, &tok);
307 scan2(TOK_IDENT, TOK_CHARCONST, &tok);
314 scan2(TOK_IDENT, TOK_CHARCONST, &tok);
430 scan2(TOK_STAR, TOK_IDENT, &tok);
H A Drpc_scan.c87 scan2(tok_kind expect1, tok_kind expect2, token *tokp) function
/freebsd-13-stable/contrib/less/
H A Dregexp.c1241 register char *scan2; local
1246 for (scan2 = s2; *scan2 != '\0';) /* ++ moved down. */
1247 if (*scan1 == *scan2++)
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.c651 if (hapd->driver && hapd->driver->scan2)
652 return hapd->driver->scan2(hapd->drv_priv, params);
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h107 if (wpa_s->driver->scan2)
108 return wpa_s->driver->scan2(wpa_s->drv_priv, params);
H A Dwpa_priv.c176 if (iface->driver->scan2)
177 iface->driver->scan2(iface->drv_priv, &params);
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_privsep.c824 .scan2 = wpa_driver_privsep_scan,
H A Ddriver.h397 * Data for struct wpa_driver_ops::scan2().
2667 * scan2 - Request the driver to initiate scan
2677 int (*scan2)(void *priv, struct wpa_driver_scan_params *params); member in struct:wpa_driver_ops
H A Ddriver_bsd.c1785 .scan2 = wpa_driver_bsd_scan,
H A Ddriver_ndis.c3214 wpa_driver_ndis_ops.scan2 = wpa_driver_ndis_scan;

Completed in 219 milliseconds