Searched refs:value (Results 1 – 5 of 5) sorted by relevance
| /posix/ |
| A D | wordexp.c | 1469 if (value == NULL || w_addword (pwordexp, value)) in parse_param() 1520 if (!value || (!*value && colon_seen)) in parse_param() 1530 if (value && (*value || !colon_seen)) in parse_param() 1661 end = value + strlen (value); in parse_param() 1736 *(char *) __mempcpy (newval, value, p - value) = '\0'; in parse_param() 1762 *(char *) __mempcpy (newval, value, p - value) = '\0'; in parse_param() 1781 if (value && *value) in parse_param() 1804 if (value && *value) in parse_param() 1824 if (value && (*value || !colon_seen)) in parse_param() 1844 if (value && *value) in parse_param() [all …]
|
| A D | getconf.c | 430 long int value; in print_all() local 437 if (value != -1) { in print_all() 438 printf("%ld", value); in print_all() 444 if (value == -1l) { in print_all() 447 printf ("%lu", value); in print_all() 450 printf ("%ld", value); in print_all() 654 long int value; in main() local 664 if (value == -1) in main() 672 printf ("%ld\n", value); in main() 679 if (value == -1l) in main() [all …]
|
| A D | tst-regex.input | 880 value. 1419 return value. 3701 variable using the value. 5071 value for to-conversion. 5137 with unsigned value. 5450 return value on overflow. 8086 value. 8109 the value again. 9885 is_short having the value 2. 10211 value. [all …]
|
| A D | BOOST.tests | 18 ; A value of -1 indicates that the subexpression should not take part in the 19 ; match at all, if the first value is -1 then no part of the expression should
|
| /posix/rxspencer/ |
| A D | tests | 288 # I don't thing the error value should be ERANGE since a[1-] would be
|
Completed in 26 milliseconds