Home
last modified time | relevance | path

Searched defs:C (Results 1 – 3 of 3) sorted by relevance

/coreutils/src/
Dchcon.c104 #define SET_COMPONENT(C, comp) \ in compute_context_from_mask() argument
Dptx.c44 #define ISODIGIT(C) ((C) >= '0' && (C) <= '7') argument
45 #define HEXTOBIN(C) ((C) >= 'a' && (C) <= 'f' ? (C)-'a'+10 \ argument
47 #define OCTTOBIN(C) ((C) - '0') argument
Ddircolors.c46 #define APPEND_CHAR(C) obstack_1grow (&lsc_obstack, C) argument