Searched refs:negative (Results 26 - 26 of 26) sorted by path

12

/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtol.c233 int negative; variable
306 negative = 0;
309 negative = 1;
493 && i > (negative
505 return negative ? STRTOL_LONG_MIN : STRTOL_LONG_MAX;
510 return negative ? -i : i;

Completed in 54 milliseconds

12