Searched refs:bs (Results 1 – 8 of 8) sorted by relevance
/glibc-2.36/sysdeps/pthread/ |
D | sem_routines.c | 48 const struct inuse_sem *bs = (const struct inuse_sem *) b; in sem_search() local 50 if (as->ino != bs->ino) in sem_search() 52 return as->ino < bs->ino ? -1 : (as->ino == bs->ino ? 0 : 1); in sem_search() 54 if (as->dev != bs->dev) in sem_search() 56 return as->dev < bs->dev ? -1 : (as->dev == bs->dev ? 0 : 1); in sem_search() 58 return strcmp (as->name, bs->name); in sem_search()
|
/glibc-2.36/support/ |
D | timespec-add.c | 32 time_t bs = b.tv_sec; in timespec_add() local 41 if (!INT_ADD_WRAPV (bs, 1, &bs1)) in timespec_add() 42 bs = bs1; in timespec_add() 49 if (INT_ADD_WRAPV (rs, bs, &rs)) in timespec_add() 51 if (bs < 0) in timespec_add()
|
D | timespec-sub.c | 33 time_t bs = b.tv_sec; in timespec_sub() local 41 if (!INT_ADD_WRAPV (bs, 1, &bs1)) in timespec_sub() 42 bs = bs1; in timespec_sub() 49 if (INT_SUBTRACT_WRAPV (rs, bs, &rs)) in timespec_sub() 51 if (0 < bs) in timespec_sub()
|
/glibc-2.36/localedata/locales/ |
D | bs_BA | 15 % Language: bs 55 % https://unicode.org/cldr/trac/browser/trunk/common/collation/bs.xml 158 lang_ab "bs"
|
/glibc-2.36/locale/ |
D | iso-639.def | 79 DEFINE_LANGUAGE_CODE ("Bosnian", bs, bos, bos)
|
/glibc-2.36/posix/ |
D | tst-regex.input | 4583 Reported by Dirk Laessig <d.laessig@tu-bs.de>.
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.8 | 4583 Reported by Dirk Laessig <d.laessig@tu-bs.de>.
|
D | ChangeLog.7 | 2368 Reported by Mirko Streckenbach <mirko@ramz.ing.tu-bs.de>.
|