Home
last modified time | relevance | path

Searched defs:loc (Results 1 – 25 of 172) sorted by relevance

1234567

/titanic_52/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-types.h34 #define BIT(loc) (0x8000000000000000ULL >> (loc)) argument
39 #define vBIT(val, loc, sz) (((u64)(val)) << (64-(loc)-(sz))) argument
40 #define vBIT32(val, loc, sz) (((u32)(val)) << (32-(loc)-(sz))) argument
45 #define bVAL1(bits, loc) ((((u6 argument
46 bVAL2(bits,loc) global() argument
47 bVAL3(bits,loc) global() argument
48 bVAL4(bits,loc) global() argument
49 bVAL5(bits,loc) global() argument
50 bVAL6(bits,loc) global() argument
51 bVAL7(bits,loc) global() argument
52 bVAL8(bits,loc) global() argument
53 bVAL12(bits,loc) global() argument
54 bVAL14(bits,loc) global() argument
55 bVAL16(bits,loc) global() argument
56 bVAL20(bits,loc) global() argument
57 bVAL22(bits,loc) global() argument
58 bVAL24(bits,loc) global() argument
59 bVAL28(bits,loc) global() argument
60 bVAL32(bits,loc) global() argument
61 bVAL36(bits,loc) global() argument
62 bVAL40(bits,loc) global() argument
63 bVAL44(bits,loc) global() argument
64 bVAL48(bits,loc) global() argument
65 bVAL52(bits,loc) global() argument
66 bVAL56(bits,loc) global() argument
67 bVAL60(bits,loc) global() argument
[all...]
/titanic_52/usr/src/lib/libc/port/locale/
H A Dlocaleimpl.c208 struct locdata *loc; in locdata_get_cache() local
360 __mb_cur_max_l(locale_t loc) __mb_cur_max_l() argument
378 locale_t loc; duplocale() local
404 freelocale(locale_t loc) freelocale() argument
418 locale_t loc; newlocale() local
468 uselocale(locale_t loc) uselocale() argument
506 mklocname(locale_t loc) mklocname() argument
[all...]
H A Dfgetwc.c46 _fgetwc_unlocked_l(FILE *fp, locale_t loc) in _fgetwc_unlocked_l() argument
114 locale_t loc = uselocale(NULL); in fgetwc() local
133 locale_t loc = uselocale(NULL); in __fgetwc_xpg5() local
146 fgetwc_l(FILE *fp, locale_t loc) in fgetwc_l() argument
H A Dtowlower.c48 change_case_ext(locale_t loc, wint_t c, int lower) in change_case_ext() argument
76 towlower_l(wint_t wc, locale_t loc) in towlower_l() argument
95 towupper_l(wint_t wc, locale_t loc) in towupper_l() argument
H A Dsetlocale.c70 locale_t loc; in setlocale() local
124 current_locale(locale_t loc,int cat) current_locale() argument
142 install_legacy(locale_t loc,int mask) install_legacy() argument
[all...]
H A Dtolower.c26 tolower_l(int c, locale_t loc) in tolower_l() argument
32 toupper_l(int c, locale_t loc) in toupper_l() argument
H A Disdigit.c44 isctype_l(int c, int mask, locale_t loc) in isctype_l() argument
49 #define ISTYPE_L(c, mask, loc) \ argument
H A Dfnmatch.c81 locale_t loc = uselocale(NULL); local
90 int flags, mbstate_t patmbs, mbstate_t strmbs, locale_t loc) in fnmatch1() argument
221 rangematch(const char * pattern,wchar_t test,int flags,char ** newp,mbstate_t * patmbs,locale_t loc) rangematch() argument
[all...]
H A Dwcscasecmp.c44 wcscasecmp_l(const wchar_t *s1, const wchar_t *s2, locale_t loc) in wcscasecmp_l() argument
65 wcsncasecmp_l(const wchar_t *s1, const wchar_t *s2, size_t n, locale_t loc) in wcsncasecmp_l() argument
[all...]
H A Dwctrans.c43 towctrans_l(wint_t wc, wctrans_t desc, locale_t loc) in towctrans_l() argument
72 wctrans_l(const char *charclass, locale_t loc) in wctrans_l() argument
H A Dmbrtowc.c37 size_t n, mbstate_t *_RESTRICT_KYWD ps, locale_t loc) in mbrtowc_l() argument
55 size_t n, mbstate_t *_RESTRICT_KYWD ps, locale_t loc) in mbrtowc_nz_l() argument
H A Diswctype.c63 __istype_l(locale_t loc, wint_t c, unsigned int f) in __istype_l() argument
81 iswctype_l(wint_t wc, wctype_t class, locale_t loc) in iswctype_l() argument
H A Dstrptime.c56 locale_t _RESTRICT_KYWD loc) in __strptime() argument
557 strptime_l(const char * _RESTRICT_KYWD buf,const char * _RESTRICT_KYWD fmt,struct tm * _RESTRICT_KYWD tm,locale_t loc) strptime_l() argument
[all...]
H A Dcollcmp.c38 _collate_range_cmp(wchar_t c1, wchar_t c2, locale_t loc) in _collate_range_cmp() argument
/titanic_52/usr/src/lib/libc/port/gen/
H A Dseekdir.c53 seekdir(DIR *dirp, long loc) in seekdir() argument
86 seekdir64(DIR *dirp, off64_t loc) in seekdir64() argument
122 seekdir(DIR *dirp, long loc) in seekdir() argument
[all...]
H A Dtsdalloc.c48 tsdent_t *loc = ptr; in _free_tsdbuf() local
70 tsdent_t *loc; in tsdalloc() local
[all...]
H A Dgettxt.c71 char *loc; member
92 locale_t loc; in gettxt() local
/titanic_52/usr/src/test/libc-tests/tests/newlocale/
H A Dnewlocale_test.c62 locale_t cloc, loc; in testlocale_thr_one() local
135 locale_t loc, bad; in test_newlocale_negative() local
164 locale_t loc; test_newlocale_categories() local
199 locale_t loc; test_newlocale_composite() local
[all...]
/titanic_52/usr/src/test/libc-tests/tests/strerror/
H A Dstrerror.c57 strerror_l_verify(locale_t loc, const char *exp) in strerror_l_verify() argument
69 locale_t loc; in main() local
[all...]
/titanic_52/usr/src/lib/libnisdb/
H A Ddb_index_entry_c.c49 register db_index_entry *loc; local
148 register db_free_entry *loc; local
[all...]
H A Ddb_table.cc888 db_table::cacheValid(entryp loc) { in cacheValid() argument
913 db_table::dupEntry(entry_object *obj, entryp loc) { in dupEntry() argument
1031 enumTouch(entryp loc) enumTouch() argument
1055 enumSetup(entryp loc,long index) enumSetup() argument
1069 touchEntry(entryp loc) touchEntry() argument
[all...]
/titanic_52/usr/src/cmd/msgfmt/
H A Dgnu_msgfmt.h69 struct loc { struct
80 struct loc *pos; argument
/titanic_52/usr/src/lib/fm/topo/modules/sun4v/pcibus/
H A Dpci_sun4v.c63 uchar_t *loc = NULL; in platform_pci_label() local
108 uchar_t *loc; in platform_pci_fru() local
187 platform_pci_fru_location(topo_mod_t *mod, tnode_t *node, uchar_t *loc, in platform_pci_fru_location() argument
/titanic_52/usr/src/common/zfs/
H A Dzfs_namecheck.c70 const char *loc; in zfs_component_namecheck() local
181 for (const char *loc = start; loc != end; loc++) { in entity_namecheck() local
[all...]
/titanic_52/usr/src/contrib/ast/src/lib/libast/misc/
H A Derrorx.c32 errorx(const char* loc, const char* cmd, const char* cat, const char* msg) in errorx() argument

1234567