Searched refs:c (Results 1 – 7 of 7) sorted by relevance
/misc/ |
A D | atomic_wide_counter.c | 60 __atomic_wide_counter_fetch_add_relaxed (__atomic_wide_counter *c, in __atomic_wide_counter_fetch_add_relaxed() argument 65 unsigned int l = atomic_fetch_add_relaxed (&c->__value32.__low, op); in __atomic_wide_counter_fetch_add_relaxed() 66 unsigned int h = atomic_load_relaxed (&c->__value32.__high); in __atomic_wide_counter_fetch_add_relaxed() 76 atomic_store_release (&c->__value32.__high, in __atomic_wide_counter_fetch_add_relaxed() 80 atomic_store_release (&c->__value32.__low, l); in __atomic_wide_counter_fetch_add_relaxed() 82 atomic_store_release (&c->__value32.__high, h); in __atomic_wide_counter_fetch_add_relaxed() 88 __atomic_wide_counter_load_relaxed (__atomic_wide_counter *c) in __atomic_wide_counter_load_relaxed() argument 108 h = atomic_load_acquire (&c->__value32.__high); in __atomic_wide_counter_load_relaxed() 117 l = atomic_load_acquire (&c->__value32.__low); in __atomic_wide_counter_load_relaxed() 119 h2 = atomic_load_relaxed (&c->__value32.__high); in __atomic_wide_counter_load_relaxed()
|
A D | getttyent.c | 67 int c; in __getttyent() local 82 while ((c = __getc_unlocked(tf)) != '\n' && c != EOF) in __getttyent() 125 while ((c = *++p) == ' ' || c == '\t') in __getttyent() 147 int c, q; in weak_alias() local 149 for (q = 0, t = p; (c = *p) != '\0'; p++) { in weak_alias() 150 if (c == '"') { in weak_alias() 159 if (c == '#') { in weak_alias() 160 zapchar = c; in weak_alias() 164 if (c == '\t' || c == ' ' || c == '\n') { in weak_alias() 165 zapchar = c; in weak_alias() [all …]
|
A D | Makefile | 84 gpl2lgpl := error.c error.h 119 CFLAGS-tsearch.c += $(uses-callbacks) 121 CFLAGS-pselect.c += -fexceptions 132 CFLAGS-usleep.c += -fexceptions 133 CFLAGS-syslog.c += -fexceptions 134 CFLAGS-error.c += -fexceptions 135 CFLAGS-getpass.c += -fexceptions 136 CFLAGS-mkstemp.c += -fexceptions 137 CFLAGS-mkstemp64.c += -fexceptions 138 CFLAGS-getsysstats.c += -fexceptions [all …]
|
A D | mntent_r.c | 220 char c; in weak_alias() local 223 while ((c = *str++) != '\0') in weak_alias() 225 if (strchr (encode_chars, c) == NULL) in weak_alias() 226 __putc_unlocked (c, stream); in weak_alias() 230 __putc_unlocked (((c & 0xc0) >> 6) + '0', stream); in weak_alias() 231 __putc_unlocked (((c & 0x38) >> 3) + '0', stream); in weak_alias() 232 __putc_unlocked (((c & 0x07) >> 0) + '0', stream); in weak_alias()
|
A D | Versions | 25 # c* 153 # SHLIB_COMPAT(GLIBC_2_0, GLIBC_2_23) used in regexp.c
|
A D | error.c | 86 # define putc(c, fp) _IO_putc (c, fp) argument
|
A D | tst-tsearch.c | 110 int c; in memfry() local 114 c = string[i]; in memfry() 116 string[j] = c; in memfry()
|
Completed in 14 milliseconds