Searched refs:colon (Results 1 – 25 of 51) sorted by relevance
123
/glibc-2.36/stdio-common/ |
D | psignal.c | 30 const char *colon, *desc; in psignal() local 33 s = colon = ""; in psignal() 35 colon = ": "; in psignal() 38 (void) __fxprintf (NULL, "%s%s%s\n", s, colon, _(desc)); in psignal() 43 if (__asprintf (&buf, _("%s%sUnknown signal %d\n"), s, colon, sig) < 0) in psignal() 44 (void) __fxprintf (NULL, "%s%s%s\n", s, colon, _("Unknown signal")); in psignal()
|
D | perror.c | 29 const char *colon; in perror_internal() local 33 s = colon = ""; in perror_internal() 35 colon = ": "; in perror_internal() 39 (void) __fxprintf (fp, "%s%s%s\n", s, colon, errstring); in perror_internal()
|
D | psiginfo.c | 67 const char *colon; in psiginfo() local 70 s = colon = ""; in psiginfo() 72 colon = ": "; in psiginfo() 74 __fxprintf (NULL, "%s%ssignal %d\n", s, colon, pinfo->si_signo); in psiginfo()
|
/glibc-2.36/nptl/ |
D | tst-pthread-gdb-attach.c | 77 const char *colon = strchrnul (path, ':'); in find_gdb() local 78 char *candidate = xasprintf ("%.*s/gdb", (int) (colon - path), path); in find_gdb() 82 if (*colon == '\0') in find_gdb() 84 path = colon + 1; in find_gdb()
|
/glibc-2.36/elf/ |
D | dl-hwcaps_split.c | 41 const char *colon = strchr (s->segment, ':'); in _dl_hwcaps_split() local 42 if (colon == NULL) in _dl_hwcaps_split() 45 s->length = colon - s->segment; in _dl_hwcaps_split()
|
/glibc-2.36/time/ |
D | tst-strptime2.c | 61 mkbuf (char *buf, bool neg, bool colon, unsigned int hhmm, size_t ndigits) in mkbuf() argument 78 if (colon) in mkbuf()
|
/glibc-2.36/localedata/tests/ |
D | test1.cm | 74 <colon> /x3a
|
D | test2.cm | 74 <colon> /x3a
|
D | test3.cm | 74 <colon> /x3a
|
D | test5.cm | 82 <colon> /x3a
|
D | test4.cm | 80 <colon> /x3a
|
/glibc-2.36/localedata/ |
D | fr_CA.UTF-8.in | 23 colon
|
D | fr_FR.UTF-8.in | 23 colon
|
/glibc-2.36/localedata/charmaps/ |
D | NATS-DANO-ADD | 85 <colon> /x00 <U003A> COLON
|
D | NATS-SEFI-ADD | 85 <colon> /x00 <U003A> COLON
|
D | JIS_C6229-1984-B-ADD | 110 <colon> /x00 <U003A> COLON
|
D | JIS_C6229-1984-HAND-ADD | 107 <colon> /x00 <U003A> COLON
|
D | JIS_C6229-1984-KANA | 156 <colon> /x00 <U003A> COLON
|
D | JIS_C6229-1984-A | 167 <colon> /x3A <U003A> COLON
|
D | JIS_C6229-1984-HAND | 170 <colon> /x3A <U003A> COLON
|
D | JIS_C6220-1969-JP | 171 <colon> /x00 <U003A> COLON
|
D | ISO_8859-1,GL | 94 <colon> \d058 COLON
|
/glibc-2.36/manual/ |
D | getopt.texi | 84 string can be followed by a colon (@samp{:}) to indicate that it takes a 125 option character. If the first character of @var{options} is a colon
|
D | errno.texi | 1203 prefixes its output with this string. It adds a colon and a space 1350 used. The program name is followed by a colon and a space which in turn 1353 by a colon and a space, followed by the error message for the error code 1385 Directly following the program name a colon, followed by the file name 1386 pointed to by @var{fname}, another colon, and the value of @var{lineno} is
|
/glibc-2.36/benchtests/ |
D | README | 109 - args: This should be assigned a colon separated list of types of the input
|
123