Home | History | Annotate | Download | only in utils

Lines Matching defs:Is

12  *  distributed under the License is distributed on an "AS IS" BASIS,
32 * distributed under the License is distributed on an "AS IS" BASIS,
111 inline bool Is(unsigned long f) {return (state & f) == f;}
120 ** Description: determine if 'c' is printable
137 ** Description: determine if 'c' is numeral digit
359 if (Is(IsStringValue) && base == 16 && i > 0)
899 ** return -1 in case bufflen is not enough.
901 ** Returns: TRUE[1] if config param name is found in the config file, else FALSE[0]