Searched refs:C (Results 1 – 5 of 5) sorted by relevance
/stdio-common/ |
A D | psiginfo-define.h | 1 static const union C(codestrs_t_, NOW) { in C() function 7 } C(codestrs_, NOW) = { { in C() 11 static const uint8_t C(codes_, NOW)[] = { 12 #define P(n, s) [(n) - 1] = offsetof (union C(codestrs_t_, NOW), MF(__LINE__)),
|
A D | tst-printf-binary.c | 23 #define L_(C) C argument
|
A D | stdio_lim.h.in | 1 /* Copyright (C) 1994-2021 Free Software Foundation, Inc. 2 This file is part of the GNU C Library. 4 The GNU C Library is free software; you can redistribute it and/or 9 The GNU C Library is distributed in the hope that it will be useful, 15 License along with the GNU C Library; if not, see
|
A D | psiginfo.c | 32 #define C(s1, s2) C1 (s1, s2) macro 118 base = C(codestrs_, sig).str; \ in psiginfo() 119 offarr = C (codes_, sig); \ in psiginfo() 120 offarr_len = array_length (C (codes_, sig)); \ in psiginfo()
|
A D | vfprintf-internal.c | 159 # define PUTC(C, F) _IO_putc_unlocked (C, F) argument 178 # define PUTC(C, F) _IO_putwc_unlocked (C, F) argument
|
Completed in 8 milliseconds