Home
last modified time | relevance | path

Searched defs:ident_ok (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pcmcia/
H A Dcistpl.c1381 int ret, reserved, dev_ok = 0, ident_ok = 0; in pccard_validate_cis() local
/linux/rust/proc-macro2/
H A Dfallback.rs838 fn ident_ok(string: &str) -> bool { in validate_ident() function