Searched refs:nosign (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.bin/jot/
H A Djot.c71 static bool nosign; variable
301 nosign = true;
336 else if (longdata && nosign) {
346 } else if (chardata || (intdata && !nosign)) {
396 * Set format, intdata, chardata, longdata, and nosign
458 intdata = nosign = true;
470 intdata = nosign = true;
/freebsd-current/lib/libc/stdio/
H A Dvfwprintf.c735 goto nosign;
925 goto nosign;
939 goto nosign;
975 goto nosign;
994 nosign: sign = '\0';
H A Dvfprintf.c668 goto nosign;
872 goto nosign;
886 goto nosign;
920 goto nosign;
939 nosign: sign = '\0';
/freebsd-current/contrib/sendmail/libsm/
H A Dvfprintf.c572 goto nosign;
604 goto nosign;
637 goto nosign;
650 nosign: sign = '\0';

Completed in 79 milliseconds