/netbsd-src/external/lgpl3/gmp/dist/scanf/ |
H A D | sscanffuns.c | 55 scan (const char **sp, const char *fmt, ...) in scan() function 94 int c; in get() local 104 unget (int c, const char **sp) in unget()
|
/netbsd-src/external/bsd/ntp/dist/libntp/ |
H A D | getopt.c | 33 static char *scan = NULL; /* Private scan pointer. */ variable 61 register char c; in ntp_getopt() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/ |
H A D | threadbase.d | 486 final void pushContext(StackContext* c) nothrow @nogc in pushContext() 506 StackContext* c = m_curr; variable 611 static void add(StackContext* c) nothrow @nogc in add() 636 static void remove(StackContext* c) nothrow @nogc in remove() 1033 extern (C) void thread_scanAllType(scope ScanAllThreadsTypeFn scan) nothrow in thread_scanAllType() 1046 private void scanAllTypeImpl(scope ScanAllThreadsTypeFn scan, void* curStackTop) nothrow in scanAllTypeImpl() 1078 for (StackContext* c = ThreadBase.sm_cbeg; c; c = c.next) in scanAllTypeImpl() local 1130 extern (C) void thread_scanAll(scope ScanAllThreadsFn scan) nothrow in thread_scanAll()
|
/netbsd-src/sys/arch/ews4800mips/stand/common/ |
H A D | cons_zskbd.c | 159 zskbd_common_getc(int scan) in zskbd_common_getc() 165 int v, c; in zskbd_common_getc() local
|
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
H A D | defun.c | 32 #define DEFUN_SELF_DELIMITING(c) \ argument 74 int c; in scan_group_in_string() local 135 int c; in args_from_string() local 193 int c; in args_from_string() local 286 char **scan = (*arg_pointer); in next_nonwhite_defun_arg() local
|
/netbsd-src/lib/libcompat/regexp/ |
H A D | regexp.c | 154 #define ISMULT(c) ((c) == '*' || (c) == '+' || (c) == '?') argument 213 char *scan; local 728 char *scan; local 903 char *scan; /* Current node. */ local 1103 char *scan; local
|
/netbsd-src/external/bsd/less/dist/ |
H A D | regexp.c | 149 #define ISMULT(c) ((c) == '*' || (c) == '+' || (c) == '?') argument 216 register char *scan; local 661 register char *scan; local 841 register char *scan; /* Current node. */ local 1035 register char *scan; local
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | argv.c | 106 register char **scan; in freeargv() local 311 char c = *arg; in writeargv() local
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | argv.c | 106 register char **scan; in freeargv() local 313 char c = *arg; in writeargv() local
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | argv.c | 106 register char **scan; in freeargv() local 313 char c = *arg; in writeargv() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | argv.c | 106 register char **scan; in freeargv() local 313 char c = *arg; in writeargv() local
|
/netbsd-src/sys/arch/hpcsh/dev/ |
H A D | pfckbd.c | 290 } scan[] = { in pfckbd_callout_hp() local 388 uint16_t cc, dc, ec; uint8_t c, d, e; in pfckbd_callout_hitachi() member 389 } scan[] = { in pfckbd_callout_hitachi() local 442 uint16_t cc, dc, ec; uint8_t c, d, e; in pfckbd_poll_hitachi_power() member
|
/netbsd-src/lib/libc/regex/ |
H A D | regcomp.c | 198 SEE(c) global() argument 201 EAT(c) global() argument 211 MUSTSEE(c,e) global() argument 212 MUSTEAT(c,e) global() argument 213 MUSTNOTSEE(c,e) global() argument 260 __regex_iswctype(wint_t c,wctype_t ct) __regex_iswctype() argument 443 char c; p_ere_exp() local 886 int c; p_simp_re() local 1178 char c; global() local 1261 p_b_pseudoclass(struct parse * p,char c) global() argument 1340 wint_t c; global() local 2006 sop *scan; global() local 2196 altoffset(sop * scan,int offset) global() argument 2403 sop *scan; global() local [all...] |
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | regcomp.c | 254 #define SEE(c) (MORE() && PEEK() == (c)) argument 256 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0) argument 264 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) argument 265 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) argument 266 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) argument 395 char c; in p_ere() local 438 char c; in p_ere_exp() local 663 int c; in p_simp_re() local 878 char c; in p_b_term() local 945 char c; in p_b_cclass() local [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | lexer.c | 37 inline bool isoctal (utf8_t c) { return (cmtable[c] & CMoctal) != 0; } in isoctal() 38 inline bool ishex (utf8_t c) { return (cmtable[c] & CMhex) != 0; } in ishex() 39 inline bool isidchar(utf8_t c) { return (cmtable[c] & CMidchar) != 0; } in isidchar() 50 for (unsigned c = 0; c < 256; c++) in CMTableInitializer() local 95 utf8_t c = *p++; in Lexer() local 255 void Lexer::scan(Token *t) in scan() function 351 { utf8_t c; in scan() local 466 { utf8_t c = *p; in scan() local 521 { utf8_t c = *++p; in scan() local 581 { utf8_t c = *p; in scan() local [all …]
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | util.c | 73 rl_alphabetic (int c) in rl_alphabetic() 86 int c; in _rl_walphabetic() local 337 register const char *scan; in _rl_strpbrk() local
|
/netbsd-src/external/gpl3/binutils/dist/zlib/ |
H A D | deflate.c | 163 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) argument 1281 register Bytef *scan = s->window + s->strstart; /* current string */ local 1429 register Bytef *scan = s->window + s->strstart; /* current string */ local 2111 Bytef *scan, *strend; /* scan goes up to strend for length of run */ local
|
/netbsd-src/external/gpl3/gdb/dist/zlib/ |
H A D | deflate.c | 163 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) argument 1281 register Bytef *scan = s->window + s->strstart; /* current string */ local 1429 register Bytef *scan = s->window + s->strstart; /* current string */ local 2111 Bytef *scan, *strend; /* scan goes up to strend for length of run */ local
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
H A D | deflate.c | 163 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) argument 1281 register Bytef *scan = s->window + s->strstart; /* current string */ local 1429 register Bytef *scan = s->window + s->strstart; /* current string */ local 2111 Bytef *scan, *strend; /* scan goes up to strend for length of run */ local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | lexer.d | 131 char c = *p++; in this() local 235 final void scan(Token* t) in scan() function 375 char c = *p; in scan() local 384 const c = *p; in scan() local 486 const c = *++p; in scan() local 577 const c = *p; in scan() local 631 const c = *++p; in scan() local 698 char c = *p; in scan() local 1078 dchar c = *p; in scan() local 1192 uint c = *p; in escapeSequence() local [all …]
|
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/ |
H A D | deflate.c | 175 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) argument 1038 register Bytef *scan = s->window + s->strstart; /* current string */ local 1185 register Bytef *scan = s->window + s->strstart; /* current string */ local
|
/netbsd-src/external/mpl/dhcp/dist/server/ |
H A D | mdb.c | 89 struct class *c = 0; local 981 const struct subnet *scan, in subnet_inner_than() 1015 struct subnet *scan = (struct subnet *)0; local 2209 struct lease *scan; local
|
/netbsd-src/external/bsd/nvi/dist/regex/ |
H A D | regcomp.c | 149 #define SEE(c) (MORE() && PEEK() == (c)) argument 151 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0) argument 159 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) argument 160 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) argument 161 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) argument 310 char c; in p_ere() local 359 char c; in p_ere_exp() local 569 int c; in p_simp_re() local 793 char c; in p_b_term() local 861 char c; in p_b_cclass() local [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | getcap.c | 321 int c, slash; in getent() local 470 char *icap, *scan, *tc, *tcstart, *tcend; in getent() local
|
/netbsd-src/lib/libc/gen/ |
H A D | getcap.c | 369 int c, slash; in getent() local 521 char *icap, *scan, *tc, *tcstart, *tcend; in getent() local
|