Home
last modified time | relevance | path

Searched refs:colon (Results 1 – 25 of 51) sorted by relevance

123

/glibc-2.36/stdio-common/
Dpsignal.c30 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()
Dperror.c29 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()
Dpsiginfo.c67 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/
Dtst-pthread-gdb-attach.c77 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/
Ddl-hwcaps_split.c41 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/
Dtst-strptime2.c61 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/
Dtest1.cm74 <colon> /x3a
Dtest2.cm74 <colon> /x3a
Dtest3.cm74 <colon> /x3a
Dtest5.cm82 <colon> /x3a
Dtest4.cm80 <colon> /x3a
/glibc-2.36/localedata/
Dfr_CA.UTF-8.in23 colon
Dfr_FR.UTF-8.in23 colon
/glibc-2.36/localedata/charmaps/
DNATS-DANO-ADD85 <colon> /x00 <U003A> COLON
DNATS-SEFI-ADD85 <colon> /x00 <U003A> COLON
DJIS_C6229-1984-B-ADD110 <colon> /x00 <U003A> COLON
DJIS_C6229-1984-HAND-ADD107 <colon> /x00 <U003A> COLON
DJIS_C6229-1984-KANA156 <colon> /x00 <U003A> COLON
DJIS_C6229-1984-A167 <colon> /x3A <U003A> COLON
DJIS_C6229-1984-HAND170 <colon> /x3A <U003A> COLON
DJIS_C6220-1969-JP171 <colon> /x00 <U003A> COLON
DISO_8859-1,GL94 <colon> \d058 COLON
/glibc-2.36/manual/
Dgetopt.texi84 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
Derrno.texi1203 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/
DREADME109 - args: This should be assigned a colon separated list of types of the input

123