Home
last modified time | relevance | path

Searched +defs:skip +defs:c (Results 1 – 25 of 120) sorted by relevance

12345

/netbsd-src/usr.bin/ctags/
H A DC.c64 int c; /* current character */ in c_entries() local
265 int c; /* current character */ in func_entry() local
363 int c; /* character read */ in hash_entry() local
424 str_entry(int c /* current character */) in str_entry()
471 int c; /* character read */ in skip_comment() local
508 int c, in skip_string() local
509 skip; in skip_string() local
533 int c, in skip_key() local
534 skip, in skip_key() local
/netbsd-src/lib/libc/gen/
H A Dgetttyent.c87 int c; in getttyent() local
175 skip(char *p, char *zapchar) in skip() function
178 int c, q; in skip() local
/netbsd-src/lib/libc/db/btree/
H A Dbt_split.c91 uint16_t skip; in __bt_split() local
347 bt_page(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) in bt_page()
448 bt_root(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) in bt_root()
618 CURSOR *c; in bt_psplit() local
622 indx_t full, half, nxt, off, skip, top, used; in bt_psplit() local
/netbsd-src/external/bsd/unbound/dist/edns-subnet/
H A Daddrtree.c318 addrkey_t c = key1[n/KEYWIDTH] ^ key2[n/KEYWIDTH]; in cmpbit() local
333 const addrkey_t *s2, addrlen_t l2, addrlen_t skip) in bits_common()
355 const addrkey_t *s2, addrlen_t l2, addrlen_t skip) in issub()
527 addrlen_t l1, const addrkey_t *s2, addrlen_t l2, addrlen_t skip) { in unittest_wrapper_addrtree_bits_common()
535 const addrkey_t *s2, addrlen_t l2, addrlen_t skip) { in unittest_wrapper_addrtree_issub()
/netbsd-src/external/bsd/mdocml/dist/
H A Dterm.c755 adjbuf(struct termp_col *c, size_t sz) in adjbuf()
765 bufferc(struct termp *p, char c) in bufferc()
785 encode1(struct termp *p, int c) in encode1()
906 cond_width(const struct termp *p, int c, int *skip) in cond_width()
920 int ssz, skip, uc; in term_strlen() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dchkformat.d115 bool skip; in checkPrintfFormat() local
128 bool skip; in checkPrintfFormat() local
139 bool skip; in checkPrintfFormat() local
651 const c = format[i]; in parsePrintfFormatSpecifier() local
676 const c = format[i]; in parsePrintfFormatSpecifier() local
708 const c = format[i]; in parsePrintfFormatSpecifier() local
791 c, // char (printf) enumerator
1171 "%#c", "%0c", "%jc", "%zc", "%tc", "%Lc", "%hc", "%hhc", "%llc",
/netbsd-src/usr.bin/qsubst/
H A Dqsubst.c193 issymchar(unsigned char c) in issymchar()
211 putcharf(int c) in putcharf()
235 char c; in getc_cbreak() local
280 int c; in doit() local
370 int c; in process_file() local
504 int skip; in main() local
/netbsd-src/external/bsd/less/dist/
H A Ddecode.c488 static int x11mouse_action(int skip) in x11mouse_action()
511 static int x116mouse_action(int skip) in x116mouse_action()
733 int c; in new_lesskey() local
914 public int editchar(int c, int flags) in editchar()
/netbsd-src/external/bsd/unbound/dist/validator/
H A Dval_utils.c67 struct query_info* qinf, struct reply_info* rep, size_t skip) in val_classify_response()
222 struct reply_info* rep, size_t skip, uint8_t** signer_name, in val_find_signer()
907 size_t skip, uint8_t* name, size_t len, uint8_t* signer) in val_fill_reply()
1054 check_no_anchor(struct val_anchors* anchors, uint8_t* nm, size_t l, uint16_t c) in check_no_anchor()
1101 val_next_unchecked(struct reply_info* rep, size_t skip) in val_next_unchecked()
1188 val_find_DS(struct module_env* env, uint8_t* nm, size_t nmlen, uint16_t c, in val_find_DS()
/netbsd-src/external/gpl2/groff/dist/src/utils/tfmtodit/
H A Dtfmtodit.cpp123 int c; member in kern_iterator
147 int skip = t->lig_kern[i].skip_byte; in next() local
183 int skip = lig_kern[i].skip_byte; in get_lig() local
501 int c = getc(fp); in load() local
583 int gf::skip(int n, FILE *fp) in skip() function in gf
809 unsigned char c; in main() local
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dreader.c450 unsigned skip) in read_char()
452 uint8_t c; in read_char() local
477 unsigned skip) in eat_whitespace()
479 int c = first; in eat_whitespace() local
492 unsigned skip) in read_and_eat_whitespace()
494 int c; in read_and_eat_whitespace() local
520 unsigned skip) in unarmoured_read_char()
522 int c; in unarmoured_read_char() local
630 int c; in process_dash_escaped() local
760 int c; in parse_headers() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Ddirectives.cc263 size_t c; in check_eol_return_comments() local
429 int skip = 1; in _cpp_handle_directive() local
940 uchar c; in strtolinenum() local
1590 struct def_pragma_macro *c; in do_pragma_push_macro() local
1648 struct def_pragma_macro *l = NULL, *c = pfile->pushed_macros; in do_pragma_pop_macro() local
2001 int skip = 1; in do_ifdef() local
2027 int skip = 1; in do_ifndef() local
2058 int skip = 1; in do_if() local
2161 bool skip = (pfile->directive == &dtable[T_ELIFDEF] in do_elif() local
2241 push_conditional (cpp_reader *pfile, int skip, int type, in push_conditional()
[all …]
/netbsd-src/sys/dev/marvell/
H A Dmvcesa.c198 struct cryptoini *c; in mvcesa_newsession() local
487 uint64_t bits, int skip, int len, char *buf, in mvcesa_authentication()
623 int skip, int len, char *buf, struct mbuf *m, struct uio *uio) in mvcesa_des_encdec()
/netbsd-src/tests/lib/libc/db/
H A Dt_db_hash_seq.c126 state_del(DB *db, const struct conf *c) in state_del()
182 state_put(DB *db, const struct conf *c, const struct dbinfo *dbi) in state_put()
211 state_iterate(DB *db, struct conf *c, struct dbinfo *dbi, unsigned int first) in state_iterate()
243 testdb(int skip) in testdb()
249 struct conf c; in testdb() local
/netbsd-src/sys/arch/vax/boot/boot/
H A Dboot.c90 int sluttid, senast, skip, askname; variable
163 char *c, * in Xmain() local
[all...]
/netbsd-src/external/mpl/dhcp/dist/keama/
H A Ddata.c924 print(FILE *fp, const struct element *e, isc_boolean_t skip, unsigned indent) in print()
960 addIndent(FILE *fp, int skip, unsigned indent) in addIndent()
975 printList(FILE *fp, const struct list *l, isc_boolean_t skip, unsigned indent) in printList()
1019 printMap(FILE *fp, const struct map *m, isc_boolean_t skip, unsigned indent) in printMap()
1073 char c = *(s->content + i); in printString() local
/netbsd-src/usr.bin/systat/
H A Dmain.c73 char c; variable
279 static int skip; in display() local
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Ddirectives.c255 size_t c; in check_eol_return_comments() local
421 int skip = 1; in _cpp_handle_directive() local
924 uchar c; in strtolinenum() local
1549 struct def_pragma_macro *c; in do_pragma_push_macro() local
1607 struct def_pragma_macro *l = NULL, *c = pfile->pushed_macros; in do_pragma_pop_macro() local
1958 int skip = 1; in do_ifdef() local
1982 int skip = 1; in do_ifndef() local
2015 int skip = 1; in do_if() local
2127 push_conditional (cpp_reader *pfile, int skip, int type, in push_conditional()
2447 cpp_pop_definition (cpp_reader *pfile, struct def_pragma_macro *c) in cpp_pop_definition()
/netbsd-src/tests/lib/libc/sys/
H A Dt_ptrace_bytetransfer_wait.h39 bytes_transfer_dummy(int a, int b, int c, int d) in bytes_transfer_dummy()
62 bool skip = false; in bytes_transfer() local
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dminiunz.c364 int skip=0; local
417 char c=*(filename_withoutpath-1); local
567 char c=*(p++);; local
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Dminiunz.c364 int skip=0; local
417 char c=*(filename_withoutpath-1); local
567 char c=*(p++);; local
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Dminiunz.c364 int skip=0; local
417 char c=*(filename_withoutpath-1); local
567 char c=*(p++);; local
/netbsd-src/external/gpl3/gdb/dist/zlib/examples/
H A Dgzappend.c104 unsigned c; in gcd() local
202 local void skip(file *in, unsigned n) in skip() function
/netbsd-src/common/dist/zlib/examples/
H A Dgzappend.c104 unsigned c; in gcd() local
202 local void skip(file *in, unsigned n) in skip() function
/netbsd-src/external/gpl3/binutils.old/dist/zlib/examples/
H A Dgzappend.c104 unsigned c; in gcd() local
202 local void skip(file *in, unsigned n) in skip() function

12345