Searched refs:c_str (Results 1 – 5 of 5) sorted by relevance
55 $crate::c_str!(::core::concat!(::core::file!(), ":", ::core::line!()))58 $crate::c_str!($name)
59 static FILE: &'static $crate::str::CStr = $crate::c_str!($file);61 static CONDITION: &'static $crate::str::CStr = $crate::c_str!(stringify!($condition));
346 macro_rules! c_str { macro
87 fprintf(stderr, "Unexpected program name: %s\n", prog_name.c_str()); in try_skeleton_template()
40 char *c_str, in chap_gen_challenge() argument62 *c_len += sprintf(c_str + *c_len, "CHAP_C=0x%s", challenge_asciihex); in chap_gen_challenge()