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,
140 inline bool Is(unsigned long f) { return (state & f) == f; }
149 ** Description: determine if 'c' is printable
163 ** Description: determine if 'c' is numeral digit
367 if (Is(IsStringValue) && base == 16 && i > 0) {
743 ** config file, return -1 in case bufflen is not enough.
745 ** Returns: TRUE[1] if config param name is found in the config file, else