Home
last modified time | relevance | path

Searched defs:s (Results 426 – 450 of 2719) sorted by relevance

1...<<11121314151617181920>>...109

/dragonfly/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_deflate.h269 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} argument
277 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) argument
314 # define _tr_tally_lit(s, c, flush) \ argument
321 # define _tr_tally_dist(s, distance, length, flush) \ argument
332 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument
333 # define _tr_tally_dist(s, distance, length, flush) \ argument
/dragonfly/sbin/hammer2/zlib/
H A Dhammer2_zlib_deflate.h269 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} argument
277 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) argument
314 # define _tr_tally_lit(s, c, flush) \ argument
321 # define _tr_tally_dist(s, distance, length, flush) \ argument
332 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument
333 # define _tr_tally_dist(s, distance, length, flush) \ argument
/dragonfly/tools/tools/netrate/netblast/
H A Dnetblast.c68 blast_loop(int s, long duration, u_char *packet, u_int packet_len) in blast_loop()
147 int port, s, error; in main() local
/dragonfly/contrib/byacc/
H A Doutput.c43 putl_code(FILE * fp, const char *s) in putl_code()
51 puts_code(FILE * fp, const char *s) in puts_code()
446 Value_t *actionrow, *r, *s; in token_actions() local
1181 char *s; in is_C_identifier() local
1239 char *s = symbol_name[i]; in output_defines() local
1343 const char *s; in output_debug() local
1975 char *s, *destructor_code; in output_yydestruct_impl() local
2053 const char *s; in output_externs() local
/dragonfly/lib/libc/locale/
H A DcXXrtomb_iconv.h55 cXXrtomb_l(char * __restrict s, charXX_t c, mbstate_t * __restrict ps, in cXXrtomb_l()
111 cXXrtomb(char * __restrict s, charXX_t c, mbstate_t * __restrict ps) in cXXrtomb()
/dragonfly/sbin/spppcontrol/
H A Dspppcontrol.c56 int s, c; in main() local
103 #define startswith(s) strncmp(argv[0], s, (off = strlen(s))) == 0 in main() argument
/dragonfly/test/debug/
H A Dfdpassing.c75 sendfd(int s, int fd) in sendfd()
107 recvfd(int s) in recvfd()
/dragonfly/tools/tools/netrate/udpecho/
H A Dudpecho.c37 int opt, ninst, i, s, rcvbuf, flags; in main() local
108 mainloop(struct sockaddr_in *in, int s, int rcvbuf, uint32_t flags) in mainloop()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delf-ifunc.c37 asection *s; in _bfd_elf_create_ifunc_sections() local
269 asection *s = p->sec->output_section; in _bfd_elf_allocate_ifunc_dyn_relocs() local
H A Delfxx-x86.c142 asection *s = htab->plt_second; in elf_x86_allocate_dynrelocs() local
179 asection *s = htab->elf.splt; in elf_x86_allocate_dynrelocs() local
311 asection *s; in elf_x86_allocate_dynrelocs() local
541 asection *s = p->sec->output_section; in readonly_dynrelocs() local
963 asection *s; in _bfd_x86_elf_size_dynamic_sections() local
1478 asection *s; in _bfd_x86_elf_finish_dynamic_sections() local
1840 asection *s, *srel; in _bfd_x86_elf_adjust_dynamic_symbol() local
2163 asymbol *s; in _bfd_x86_elf_get_synthetic_symtab() local
2861 asection *s = bfd_get_linker_section (dynobj, ".interp"); in _bfd_x86_elf_link_setup_gnu_properties() local
/dragonfly/sys/netinet6/
H A Din6_cksum.c108 u_int16_t s; in in6_cksum() member
111 u_int16_t s[2]; in in6_cksum() member
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Daccess.c50 char *s; in NCURSES_EXPORT() local
76 #define is_pathname(s) ((((s) != 0) && ((s)[0] == '/')) \ in _nc_is_abs_path() argument
/dragonfly/gnu/usr.bin/rcs/lib/
H A Drcstime.c103 char s[datesize + zonelenmax]; local
110 zone_set(s) in zone_set() argument
H A Drcsfnms.c268 static char const *s; in tmp() local
460 bufremember(b, s) in bufremember() argument
488 size_t s = b->size; local
495 bufscat(b, s) in bufscat() argument
506 bufscpy(b, s) in bufscpy() argument
/dragonfly/libexec/telnetd/
H A Dutility.c92 stilloob(int s) in stilloob()
259 char *s = nclearto ? nclearto : nbackp; in netflush() local
392 putstr(const char *s) in putstr()
/dragonfly/sys/dev/acpica/aibs/
H A Datk0110.c48 struct ksensor s; member
140 ACPI_STATUS s; in aibs_attach_sif() local
338 struct ksensor *s = &as[i].s; in aibs_refresh_r() local
/dragonfly/lib/i18n_module/UTF8/
H A Dcitrus_utf8.c153 _citrus_UTF8_init_state(_UTF8EncodingInfo *ei __unused, _UTF8State *s) in _citrus_UTF8_init_state()
180 _citrus_UTF8_mbrtowc_priv(_UTF8EncodingInfo *ei, wchar_t *pwc, char **s, in _citrus_UTF8_mbrtowc_priv()
244 _citrus_UTF8_wcrtomb_priv(_UTF8EncodingInfo *ei __unused, char *s, size_t n, in _citrus_UTF8_wcrtomb_priv()
/dragonfly/contrib/mdocml/
H A Dcompat_ohash.c209 ohash_interval(const char *s, const char **e) in ohash_interval()
317 ohash_qlookup(struct ohash *h, const char *s) in ohash_qlookup()
324 ohash_qlookupi(struct ohash *h, const char *s, const char **e) in ohash_qlookupi()
/dragonfly/usr.sbin/ckdist/
H A Dckdist.c277 char *s; in chkmd5() local
408 char *s; in distname() local
449 const char *s; in stripath() local
458 const char *s; in distfile() local
/dragonfly/contrib/tcsh-6/
H A Dsh.glob.c73 globtilde(Char *s) in globtilde()
150 globbrace(const Char *s, Char ***bl) in globbrace()
229 Char **vl, **el, **nv, *s; in expbrace() local
298 Char *s; in globexpand() local
879 Char *s; in pword() local
H A Dsh.misc.c44 any(const char *s, Char c) in any()
62 strnsave(const char *s, size_t len) in strnsave()
74 strsave(const char *s) in strsave()
194 strstr(const char *s, const char *t) in strstr()
495 quote_meta(struct Strbuf *buf, const Char *s) in quote_meta()
/dragonfly/sys/net/ipfw3_nat/
H A Dip_fw3_nat.c177 struct nat_state *s = NULL, *dup, *k, key; in ip_fw3_nat() local
436 pick_alias_port(struct nat_state *s, struct state_tree *tree) in pick_alias_port()
521 struct nat_state *s; in ip_fw3_ctl_nat_get_record() local
791 struct nat_state *s, *tmp; in nat_del_dispatch() local
928 struct nat_state *s, *tmp; in nat_cleanup_func_dispatch() local
/dragonfly/sys/bus/u4b/
H A Dusb_hid.c119 hid_switch_rid(struct hid_data *s, struct hid_item *c, int32_t next_rID) in hid_switch_rid()
176 struct hid_data *s; in hid_start_parse() local
195 hid_end_parse(struct hid_data *s) in hid_end_parse()
207 hid_get_byte(struct hid_data *s, const uint16_t wSize) in hid_get_byte()
237 hid_get_item(struct hid_data *s, struct hid_item *h) in hid_get_item()
/dragonfly/contrib/diffutils/lib/
H A Dquotearg.c141 set_quoting_style (struct quoting_options *o, enum quoting_style s) in set_quoting_style()
207 gettext_quote (char const *msgid, enum quoting_style s) in gettext_quote()
955 quotearg_n_style (int n, enum quoting_style s, char const *arg) in quotearg_n_style()
962 quotearg_n_style_mem (int n, enum quoting_style s, in quotearg_n_style_mem()
970 quotearg_style (enum quoting_style s, char const *arg) in quotearg_style()
976 quotearg_style_mem (enum quoting_style s, char const *arg, size_t argsize) in quotearg_style_mem()
1009 quotearg_n_style_colon (int n, enum quoting_style s, char const *arg) in quotearg_n_style_colon()
/dragonfly/contrib/grep/lib/
H A Dquotearg.c141 set_quoting_style (struct quoting_options *o, enum quoting_style s) in set_quoting_style()
207 gettext_quote (char const *msgid, enum quoting_style s) in gettext_quote()
955 quotearg_n_style (int n, enum quoting_style s, char const *arg) in quotearg_n_style()
962 quotearg_n_style_mem (int n, enum quoting_style s, in quotearg_n_style_mem()
970 quotearg_style (enum quoting_style s, char const *arg) in quotearg_style()
976 quotearg_style_mem (enum quoting_style s, char const *arg, size_t argsize) in quotearg_style_mem()
1009 quotearg_n_style_colon (int n, enum quoting_style s, char const *arg) in quotearg_n_style_colon()

1...<<11121314151617181920>>...109