/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | cmp2.c | 44 mp_limb_t *bp, *cp, bb, cc, lastc, dif; in mpfr_cmp2() local 181 lastc = 0; in mpfr_cmp2() 190 lastc = cp[cn] << (GMP_NUMB_BITS - diff_exp); in mpfr_cmp2() 230 while (MPFR_UNLIKELY ((cn >= 0 || lastc != 0) in mpfr_cmp2() 243 cc = lastc; in mpfr_cmp2() 244 lastc = 0; in mpfr_cmp2() 253 MPFR_ASSERTD (lastc == 0 || lastc == MPFR_LIMB_HIGHBIT); in mpfr_cmp2() 254 cc = lastc + (cp[cn] >> 1); in mpfr_cmp2() 255 lastc = cp[cn--] << (GMP_NUMB_BITS - 1); in mpfr_cmp2() 293 if (cn < 0 && lastc == 0) in mpfr_cmp2() [all …]
|
/netbsd-src/usr.bin/mail/ |
H A D | mime_header.c | 231 int lastc; in mime_decode_usfield() local 239 lastc = (unsigned char)' '; in mime_decode_usfield() 243 if (is_FWS(lastc) && p[0] == '=' && p[1] == '?' && in mime_decode_usfield() 249 lastc = (unsigned char)*p0; in mime_decode_usfield() 253 lastc = (unsigned char)*p; in mime_decode_usfield() 275 int lastc; in decode_comment() local 281 lastc = ' '; in decode_comment() 287 if (is_FWS(lastc) && p[0] == '=' && p[1] == '?' && in decode_comment() 290 lastc = (unsigned char)*p1; in decode_comment() 315 lastc = ')'; in decode_comment() [all …]
|
H A D | mime_attach.c | 232 int c, lastc, state; in content_encoding_core() local 238 lastc = EOF; in content_encoding_core() 252 if (is_WSP(lastc)) in content_encoding_core() 258 else if ((c < 0x20 && c != '\t') || c == 0x7f || lastc == '\r') in content_encoding_core() 260 lastc = c; in content_encoding_core() 262 if (lastc == EOF) /* no characters read */ in content_encoding_core() 265 if (lastc != '\n' || state != MAILMSG_CLEAN) in content_encoding_core()
|
/netbsd-src/usr.bin/finger/ |
H A D | net.c | 70 int c, lastc; in netfinger() local 77 lastc = 0; in netfinger() 138 if (lastc == '\r') /* ^M^M - skip dupes */ in netfinger() 141 lastc = '\r'; in netfinger() 147 if (lastc != '\r' || c != '\n') in netfinger() 148 lastc = c; in netfinger() 150 lastc = '\n'; in netfinger() 156 if (lastc != '\n') in netfinger()
|
H A D | lprint.c | 333 int ch, cnt, lastc; in show_text() local 337 lastc = 0; in show_text() 356 vputc(lastc = (unsigned char)*p); in show_text() 357 if (lastc != '\n') in show_text() 369 vputc(lastc = ch); in show_text() 370 if (lastc != '\n') in show_text()
|
/netbsd-src/lib/libc/gen/ |
H A D | shquote.c | 133 wchar_t c, lastc; local 137 char c, lastc; 144 lastc = 0; 157 lastc = c; 177 if (lastc != '\'')
|
/netbsd-src/usr.bin/skeyinit/ |
H A D | skeyinit.c | 55 char lastc, me[LOGIN_NAME_MAX+1], *p, *pw, *ht = NULL; in main() local 189 lastc = skey.seed[l - 1]; in main() 190 if (isdigit((unsigned char)lastc) && lastc != '9') { in main() 193 defaultseed[l - 1] = lastc + 1; in main() 195 if (isdigit((unsigned char)lastc) && lastc == '9' && in main()
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | vmsjobs.c | 120 register struct child *lastc, *c; in vmsHandleChildTerm() local 132 lastc = 0; in vmsHandleChildTerm() 134 for (c = children; c != 0 && c != child; lastc = c, c = c->next) in vmsHandleChildTerm() 189 if (lastc == 0) in vmsHandleChildTerm() 192 lastc->next = c->next; in vmsHandleChildTerm()
|
H A D | job.c | 475 register struct child *lastc, *c; in reap_children() local 687 lastc = 0; in reap_children() 688 for (c = children; c != 0; lastc = c, c = c->next) in reap_children() 818 if (lastc == 0) in reap_children() 821 lastc->next = c->next; in reap_children()
|
/netbsd-src/lib/libc/regex/ |
H A D | engine.c | 887 wint_t lastc; /* previous c */ in walk() local 918 lastc = c; in walk() 933 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || in walk() 934 (lastc == OUT && !(m->eflags®_NOTBOL)) ) { in walk() 943 if (lastc == OUT && (m->eflags & REG_NOTBOL) == 0) { in walk() 961 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) && in walk() 965 if ( (lastc != OUT && ISWORD(lastc)) && in walk() 973 if (lastc != OUT && c != OUT && in walk() 974 ISWORD(lastc) == ISWORD(c)) { in walk() 976 } else if ((lastc == OUT && !ISWORD(c)) || in walk() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | regengine.inc | 691 int lastc; /* previous c */ 704 lastc = c; 709 /* is there an EOL and/or BOL between lastc and c? */ 712 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || 713 (lastc == OUT && !(m->eflags®_NOTBOL)) ) { 729 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) && 733 if ( (lastc != OUT && ISWORD(lastc)) && 776 int lastc; /* previous c */ 789 lastc = c; 792 /* is there an EOL and/or BOL between lastc and c? */ [all …]
|
/netbsd-src/usr.bin/grep/ |
H A D | grep.c | 324 int c, lastc, needpattern, newarg, prevoptind; in main() local 363 lastc = '\0'; in main() 407 if (newarg || !isdigit(lastc)) in main() 638 lastc = c; in main()
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | readline.c | 551 static int lastc, eof_found; in readline_internal_char() local 554 lastc = EOF; in readline_internal_char() 624 if (lastc == _rl_eof_char || lastc == EOF) in readline_internal_char() 637 if (((c == _rl_eof_char && lastc != c) || c == EOF) && rl_end == 0) in readline_internal_char() 649 lastc = c; in readline_internal_char()
|
H A D | rlprivate.h | 100 int lastc; member
|
/netbsd-src/usr.bin/tip/ |
H A D | cmds.c | 291 char lastc; in transmit() local 313 lastc = '\0'; in transmit() 326 lastc = c; in transmit() 366 if (lastc != '\n' && !boolean(value(RAWFTP))) in transmit()
|
/netbsd-src/external/bsd/am-utils/dist/hlfsd/ |
H A D | homedir.c | 779 plt_dump(uid2home_t *lastc, pid_t this) argument 787 (int) (lastc ? lastc->child : -999));
|
/netbsd-src/games/snake/snake/ |
H A D | snake.c | 264 int lastc = 0; in mainloop() local 281 c = lastc; in mainloop() 285 lastc = c; in mainloop()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | string.d | 5184 dchar lastc; 5197 if (lastc <= c && c <= p || c == p) 5207 lastc = p; 5344 dchar lastc; 5351 if (run && lastc == c) 5366 lastc = c; 5590 dchar lastc; 5661 if (mod_s && modified && newc == lastc) 5666 lastc = newc; 5671 lastc = c; [all …]
|
H A D | path.d | 1834 C lastc = c; in popFront() local 1882 if (lastc == dirSeparator[0] || lastc == lastc.init) in popFront()
|
/netbsd-src/sys/external/isc/atheros_hal/dist/ |
H A D | ah_regdomain.c | 2472 int low_adj, hi_adj, channelSep, lastc; in ath_hal_init_channels() local 2572 lastc = 0; in ath_hal_init_channels() 2617 if (lastc && channelSep && in ath_hal_init_channels() 2618 (c-lastc) < channelSep) in ath_hal_init_channels() 2632 lastc = c; in ath_hal_init_channels()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | string.d | 5903 dchar lastc; 5974 if (mod_s && modified && newc == lastc) 5979 lastc = newc; 5984 lastc = c; 6410 C lastc; 6420 lastc = lastc.init; 6427 lastc = dex[c - 'A']; 6434 lastc = lastc.init; 6436 if (c != '0' && c != lastc) 6440 lastc = c;
|
H A D | path.d | 1934 C lastc = c; in popFront() local 1982 if (lastc == dirSeparator[0] || lastc == lastc.init) in popFront()
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | lexsup.c | 1795 char lastc = config.map_filename[strlen (config.map_filename) - 1]; in parse_args() local 1798 IS_DIR_SEPARATOR (lastc) ? "" : "/", in parse_args()
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | lexsup.c | 1893 char lastc = config.map_filename[strlen (config.map_filename) - 1]; in parse_args() local 1896 IS_DIR_SEPARATOR (lastc) ? "" : "/", in parse_args()
|