Home
last modified time | relevance | path

Searched refs:ok_next_chars (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/power/cpupower/utils/helpers/
H A Dbitmask.c92 * character following the number. The parameter 'ok_next_chars'
99 static int scan_was_ok(int sret, char nextc, const char *ok_next_chars) in scan_was_ok() argument
102 (sret == 2 && strchr(ok_next_chars, nextc) != NULL); in scan_was_ok()
/kernel/linux/linux-6.6/tools/power/cpupower/utils/helpers/
H A Dbitmask.c92 * character following the number. The parameter 'ok_next_chars'
99 static int scan_was_ok(int sret, char nextc, const char *ok_next_chars) in scan_was_ok() argument
102 (sret == 2 && strchr(ok_next_chars, nextc) != NULL); in scan_was_ok()

Completed in 2 milliseconds