Searched defs:as (Results 76 - 97 of 97) sorted by relevance

1234

/freebsd-current/contrib/telnet/telnet/
H A Dtelnet.c683 is_unique(char *name, char **as, char **ae) argument
/freebsd-current/sys/dev/pci/
H A Dpci_pci.c378 struct alloc_state *as; local
402 struct alloc_state as; local
[all...]
/freebsd-current/crypto/openssh/
H A Dsftp.c942 const struct stat *as = sort_glob->gl_statv[a]; local
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c2331 struct archive_string as; local
[all...]
H A Darchive_write_set_format_mtree.c1839 struct archive_string as; local
2090 struct archive_string as; local
[all...]
H A Darchive_read_support_format_tar.c1130 read_body_to_string(struct archive_read *a, struct tar *tar, struct archive_string *as, const void *h, size_t *unconsumed) argument
1526 struct archive_string *as; local
1596 struct archive_string *as; local
[all...]
H A Darchive_string.c203 archive_string_append(struct archive_string *as, const char *p, size_t s) argument
215 archive_wstring_append(struct archive_wstring *as, cons argument
227 archive_array_append(struct archive_string *as, const char *p, size_t s) argument
248 archive_string_free(struct archive_string *as) argument
257 archive_wstring_free(struct archive_wstring *as) argument
266 archive_wstring_ensure(struct archive_wstring *as, size_t s) argument
275 archive_string_ensure(struct archive_string *as, size_t s) argument
337 archive_strncat(struct archive_string *as, const void *_p, size_t n) argument
357 archive_wstrncat(struct archive_wstring *as, const wchar_t *p, size_t n) argument
375 archive_strcat(struct archive_string *as, const void *p) argument
387 archive_wstrcat(struct archive_wstring *as, const wchar_t *p) argument
394 archive_strappend_char(struct archive_string *as, char c) argument
402 archive_wstrappend_wchar(struct archive_wstring *as, wchar_t c) argument
671 archive_string_append_from_wcs(struct archive_string *as, const wchar_t *w, size_t len) argument
678 archive_string_append_from_wcs_in_codepage(struct archive_string *as, const wchar_t *ws, size_t len, struct archive_string_conv *sc) argument
776 archive_string_append_from_wcs(struct archive_string *as, const wchar_t *w, size_t len) argument
850 archive_string_append_from_wcs(struct archive_string *as, const wchar_t *w, size_t len) argument
1956 archive_strncpy_l(struct archive_string *as, const void *_p, size_t n, struct archive_string_conv *sc) argument
1964 archive_strncat_l(struct archive_string *as, const void *_p, size_t n, struct archive_string_conv *sc) argument
2026 iconv_strncat_in_locale(struct archive_string *as, const void *_p, size_t length, struct archive_string_conv *sc) argument
2128 strncat_in_codepage(struct archive_string *as, const void *_p, size_t length, struct archive_string_conv *sc) argument
2230 best_effort_strncat_in_locale(struct archive_string *as, const void *_p, size_t length, struct archive_string_conv *sc) argument
2649 strncat_from_utf8_to_utf8(struct archive_string *as, const void *_src, size_t len, struct archive_string_conv *sc) argument
2709 archive_string_append_unicode(struct archive_string *as, const void *_p, size_t len, struct archive_string_conv *sc) argument
2924 archive_string_normalize_C(struct archive_string *as, const void *_p, size_t len, struct archive_string_conv *sc) argument
3231 archive_string_normalize_D(struct archive_string *as, const void *_p, size_t len, struct archive_string_conv *sc) argument
3412 strncat_from_utf8_libarchive2(struct archive_string *as, const void *_p, size_t len, struct archive_string_conv *sc) argument
3497 win_strncat_from_utf16(struct archive_string *as, const void *_p, size_t bytes, struct archive_string_conv *sc, int be) argument
3595 win_strncat_from_utf16be(struct archive_string *as, const void *_p, size_t bytes, struct archive_string_conv *sc) argument
3602 win_strncat_from_utf16le(struct archive_string *as, const void *_p, size_t bytes, struct archive_string_conv *sc) argument
3726 best_effort_strncat_from_utf16(struct archive_string *as, const void *_p, size_t bytes, struct archive_string_conv *sc, int be) argument
3766 best_effort_strncat_from_utf16be(struct archive_string *as, const void *_p, size_t bytes, struct archive_string_conv *sc) argument
3773 best_effort_strncat_from_utf16le(struct archive_string *as, const void *_p, size_t bytes, struct archive_string_conv *sc) argument
[all...]
H A Darchive_match.c596 struct archive_string as; local
1121 struct archive_string as; local
1274 struct archive_string as; local
[all...]
H A Darchive_read_support_format_xar.c2619 strappend_base64(struct xar *xar, struct archive_string *as, const char *s, size_t l) argument
H A Darchive_read_support_format_iso9660.c3210 build_pathname(struct archive_string *as, struct file_info *file, int depth) argument
[all...]
H A Darchive_write_set_format_iso9660.c5625 struct archive_string as; local
[all...]
/freebsd-current/contrib/unbound/daemon/
H A Dremote.c1151 char* as = strchr(arg, ' '); local
[all...]
/freebsd-current/sys/powerpc/booke/
H A Dpmap.c3033 int as; local
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h547 template<class T> const LiteralT<T>& as() const { function in class:clang::threadSafety::Literal
550 template<class T> LiteralT<T>& as() { function in class:clang::threadSafety::Literal
[all...]
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp573 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) argument
678 UnwindCursor<A, R>::UnwindCursor(CONTEXT *context, A &as) argument
1324 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) argument
1335 UnwindCursor(A &as, void *) argument
[all...]
/freebsd-current/sys/dev/sound/pci/hda/
H A Dhdaa.c263 hdaa_channels_handler(struct hdaa_audio_as *as) argument
382 struct hdaa_audio_as *as = &devinfo->as[w->bindas]; local
461 hdaa_autorecsrc_handler(struct hdaa_audio_as *as, struct hdaa_widget *w) argument
535 struct hdaa_audio_as *as; local
745 struct hdaa_audio_as *as; local
1843 struct hdaa_audio_as *as = &ch->devinfo->as[ch->as]; local
2432 struct hdaa_audio_as *as = devinfo->as; local
2759 struct hdaa_audio_as *as; local
3162 struct hdaa_audio_as *as; local
3318 hdaa_audio_trace_dac(struct hdaa_devinfo *devinfo, int as, int seq, nid_t nid, int dupseq, int min, int only, int depth) argument
3429 hdaa_audio_trace_adc(struct hdaa_devinfo *devinfo, int as, int seq, nid_t nid, int mixed, int min, int only, int depth, int *length, int onlylength) argument
3524 hdaa_audio_undo_trace(struct hdaa_devinfo *devinfo, int as, int seq) argument
3553 hdaa_audio_trace_as_out(struct hdaa_devinfo *devinfo, int as, int seq) argument
3701 struct hdaa_audio_as *as = &devinfo->as[asid]; local
3776 hdaa_audio_trace_as_in(struct hdaa_devinfo *devinfo, int as) argument
3832 hdaa_audio_trace_as_in_mch(struct hdaa_devinfo *devinfo, int as, int seq) argument
3976 struct hdaa_audio_as *as = devinfo->as; local
4072 struct hdaa_audio_as *as = devinfo->as; local
4286 struct hdaa_audio_as *as = devinfo->as; local
4381 struct hdaa_audio_as *as = devinfo->as; local
4624 struct hdaa_audio_as *as = devinfo->as; local
4717 struct hdaa_audio_as *as = devinfo->as; local
4864 struct hdaa_audio_as *as = devinfo->as; local
4951 struct hdaa_audio_as *as = devinfo->as; local
5019 struct hdaa_audio_as *as = devinfo->as; local
5271 struct hdaa_audio_as *as = devinfo->as; local
5473 struct hdaa_audio_as *as = devinfo->as; local
5944 struct hdaa_audio_as *as; local
6713 struct hdaa_audio_as *as; local
6751 struct hdaa_audio_as *as; local
6854 struct hdaa_audio_as *as; local
6883 struct hdaa_audio_as *as; local
6907 struct hdaa_audio_as *as = (struct hdaa_audio_as *)oidp->oid_arg1; local
7005 struct hdaa_audio_as *as; local
[all...]
/freebsd-current/sys/vm/
H A Dvm_page.c3559 vm_page_astate_t as; local
[all...]
/freebsd-current/contrib/ntp/ntpq/
H A Dntpq-subs.c3755 collect_display_vdc( associd_t as, vdc * table, int decodestatus, FILE * fp ) argument
[all...]
/freebsd-current/contrib/unbound/services/
H A Dauthzone.c5517 char zname[255+1], as[256]; local
5526 char zname[255+1], as[256]; local
5549 char zname[255+1], as[256]; local
5558 char zname[255+1], as[256]; local
6407 char zname[255+1], as[256]; local
6427 char zname[255+1], as[256]; local
6435 char zname[255+1], as[256]; local
[all...]
/freebsd-current/crypto/openssl/include/openssl/
H A Dx509v3.h1417 const ADMISSION_SYNTAX *as); variable
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Darc.c6849 arc_stats_t *as = ksp->ks_data; local
[all...]
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c151386 Token as; local
175132 Token as; local
[all...]

Completed in 1009 milliseconds

1234