Searched refs:csym (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/include/arch/x86_64/machine/
H A Dasm.h55 #define CNAME(csym) csym
/barrelfish-master/lib/libc/locale/
H A Dnl_langinfo.c185 if ((loc->csym = reallocf(loc->csym, clen + 2)) != NULL) {
186 *loc->csym = psn;
187 strcpy(loc->csym + 1, cs);
188 ret = loc->csym;
H A Dxlocale_private.h137 char *csym; member in struct:_xlocale
H A Dxlocale.c193 if (loc->csym) {
194 free(loc->csym);

Completed in 86 milliseconds