Searched defs:cursym (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/newlocale/
H A Dnewlocale_test.c43 const char *cursym; member in struct:ldata
89 test_failed(t, "C cursym mismatch (%s != %s)",
104 if (strcmp(lc->currency_symbol, l->cursym) != 0) {
105 test_failed(t, "uselocal cursym %s != %s",
106 lc->currency_symbol, l->cursym);
/illumos-gate/usr/src/cmd/sgs/unifdef/common/
H A Dunifdef.c78 static int checkline(int *cursym);
222 int cursym; /* index of the symbol returned by checkline */ local
228 switch (lineval = checkline(&cursym)) {
237 insym[cursym] = 1;
240 reject = ignore[cursym] ? 1 : 2;
241 insym[cursym] = -1;
243 if (ignore[cursym])
249 if ((doret = doif(cursym, YES,
318 checkline(int *cursym) argument
379 *cursym
[all...]
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c3209 Sym *cursym; local
3213 cursym = NULL;
3243 if (ELF_ST_TYPE(sym->st_info) == STT_FUNC || (cursym != NULL &&
3244 ELF_ST_TYPE(cursym->st_info) == STT_FUNC)) {
3249 if (cursym != NULL &&
3250 ELF_ST_TYPE(cursym->st_info) == STT_FUNC) {
3256 if (sym->st_size <= cursym->st_size)
3264 cursym = sym;
3266 if (cursym == NULL)
3269 return (strtabptr + cursym
[all...]

Completed in 68 milliseconds