Home
last modified time | relevance | path

Searched refs:tbls (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/iconv_modules/euro/
H A DMakefile.com29 TABLES:sh = cd ../tbls/ && ls *tbl
31 ALL_SOS:sh = (cd ../tbls/ && ls *tbl |sed -e s:_:%:g -e 's:\.tbl$:.so:g')
57 tbl.h: ../genincl $(TABLES:%=../tbls/%)
H A Dgenincl57 print_includes $(ls tbls/*tbl)
/illumos-gate/usr/src/cmd/svc/configd/
H A Dbackend.c2455 #define BACKEND_ADD_SCHEMA(be, file, tbls, idxs) \ argument
2457 (tbls), sizeof (tbls) / sizeof (*(tbls)), \
2462 struct backend_tbl_info *tbls, int tbl_count, in backend_add_schema() argument
2473 if (tbls[i].bti_name == NULL) { in backend_add_schema()
2479 NULL, NULL, &errmsg, tbls[i].bti_name, tbls[i].bti_cols); in backend_add_schema()
2484 tbls[i].bti_name, errmsg); in backend_add_schema()
/illumos-gate/usr/src/lib/iconv_modules/utf-8/
H A DMakefile.com64 -I$(COMMON) -I$(COMMON)/tbls $(CPPFLAGS)