Home
last modified time | relevance | path

Searched refs:ltype (Results 1 – 7 of 7) sorted by relevance

/external/stlport/src/c_locale_win32/
Dc_locale_win32.c268 _Locale_lcid_t* _Locale_get_ctype_hint(_Locale_ctype_t* ltype) in _Locale_get_ctype_hint() argument
269 { return (ltype != 0) ? &ltype->lc : 0; } in _Locale_get_ctype_hint()
314 _Locale_ctype_t *ltype = (_Locale_ctype_t*)malloc(sizeof(_Locale_ctype_t)); in _Locale_ctype_create() local
316 if (!ltype) { *__err_code = _STLP_LOC_NO_MEMORY; return ltype; } in _Locale_ctype_create()
317 memset(ltype, 0, sizeof(_Locale_ctype_t)); in _Locale_ctype_create()
319 if (__GetLCIDFromName(name, &ltype->lc.id, cp_name, lc_hint) == -1) in _Locale_ctype_create()
320 { free(ltype); *__err_code = _STLP_LOC_UNKNOWN_NAME; return NULL; } in _Locale_ctype_create()
323 if ( ltype->lc.id == INVARIANT_LCID && name[0] == 'C' && name[1] == 0 ) in _Locale_ctype_create()
324 { ltype->lc.id = 0x409; } in _Locale_ctype_create()
327 ltype->cp = atoi(cp_name); in _Locale_ctype_create()
[all …]
Dc_wlocale_win32.c35 _Locale_mask_t _WLocale_ctype(_Locale_ctype_t* ltype, wint_t c, in _WLocale_ctype() argument
41 _STLP_MARK_PARAMETER_AS_UNUSED(ltype) in _WLocale_ctype()
45 wint_t _WLocale_tolower(_Locale_ctype_t* ltype, wint_t c) { in _WLocale_tolower() argument
49 LCMapStringW(ltype->lc.id, LCMAP_LOWERCASE, &in_c, 1, &res, 1); in _WLocale_tolower()
53 wint_t _WLocale_toupper(_Locale_ctype_t* ltype, wint_t c) { in _WLocale_toupper() argument
57 LCMapStringW(ltype->lc.id, LCMAP_UPPERCASE, &in_c, 1, &res, 1); in _WLocale_toupper()
/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dstatic-prototypes11 -int tdb_lock(struct tdb_context *tdb, int list, int ltype);
12 -int tdb_unlock(struct tdb_context *tdb, int list, int ltype);
14 -int tdb_transaction_lock(struct tdb_context *tdb, int ltype);
35 +static int tdb_lock(struct tdb_context *tdb, int list, int ltype);
36 +static int tdb_unlock(struct tdb_context *tdb, int list, int ltype);
38 +static int tdb_transaction_lock(struct tdb_context *tdb, int ltype);
/external/e2fsprogs/lib/ext2fs/
Dtdb.c204 u32 ltype; member
258 static int tdb_lock(struct tdb_context *tdb, int list, int ltype);
259 static int tdb_unlock(struct tdb_context *tdb, int list, int ltype);
261 static int tdb_transaction_lock(struct tdb_context *tdb, int ltype);
403 static int _tdb_lock(struct tdb_context *tdb, int list, int ltype, int op) in _tdb_lock() argument
407 bool mark_lock = ((ltype & TDB_MARK_LOCK) == TDB_MARK_LOCK); in _tdb_lock()
409 ltype &= ~TDB_MARK_LOCK; in _tdb_lock()
413 (ltype == tdb->global_lock.ltype || ltype == F_RDLCK)) { in _tdb_lock()
423 list, ltype)); in _tdb_lock()
460 tdb->methods->tdb_brlock(tdb,FREELIST_TOP+4*list, ltype, op, in _tdb_lock()
[all …]
/external/kernel-headers/original/asm-x86/
Duaccess_32.h333 #define __put_user_asm(x, addr, err, itype, rtype, ltype, errret) \ argument
346 : ltype (x), "m"(__m(addr)), "i"(errret), "0"(err))
372 #define __get_user_asm(x, addr, err, itype, rtype, ltype, errret) \ argument
385 : "=r"(err), ltype (x) \
/external/dhcpcd/
Ddhcp.c432 uint8_t ltype; in decode_rfc3397() local
440 ltype = l & 0xc0; in decode_rfc3397()
441 if (ltype == 0x80 || ltype == 0x40) in decode_rfc3397()
443 else if (ltype == 0xc0) { /* pointer */ in decode_rfc3397()
/external/svox/pico/lib/
Dpicopr.c1194 picoos_uint8 ltype; in pr_appendItemToOutItemList() local
1211 if ((lid > 0) && picoktab_getIntPropTokenType(pr->graphs, lid, &ltype) && in pr_appendItemToOutItemList()
1212 …((ltype == PICODATA_ITEMINFO1_TOKTYPE_LETTERV) /*|| (ltype == PICODATA_ITEMINFO1_TOKTYPE_DIGIT)*/)… in pr_appendItemToOutItemList()
1217 ltype = PICODATA_ITEMINFO1_TOKTYPE_UNDEFINED; in pr_appendItemToOutItemList()
1324 picoos_int32 ltype; in pr_genCommands() local
1335 ltype = picokpr_getOutItemType(network, outitem); in pr_genCommands()
1336 switch (ltype) { in pr_genCommands()
1345 switch (ltype) { in pr_genCommands()
1388 if (ltype == PR_OPhonSVOXPA) { in pr_genCommands()
1691 picoos_uint8 ltype; in pr_getOutputItemList() local
[all …]