Home
last modified time | relevance | path

Searched refs:octtobin (Results 1 – 2 of 2) sorted by relevance

/coreutils/src/
Dprintf.c72 #define octtobin(c) ((c) - '0') macro
280 esc_value = esc_value * 8 + octtobin (*p); in print_esc()
Dstat.c171 #define octtobin(c) ((c) - '0') macro
1208 int esc_value = octtobin (*b); in print_it()
1213 esc_value = esc_value * 8 + octtobin (*b); in print_it()