Home
last modified time | relevance | path

Searched refs:native (Results 1 – 25 of 180) sorted by relevance

12345678

/titanic_51/usr/src/cmd/sgs/
H A DMakefile115 all install: native-add .WAIT $(SUBDIRS)
149 clean clobber: native-clobber .WAIT $(SUBDIRS) $(MSGDIR)
156 # of these modules be built using the new ld. This `native' target allows us
161 native-add: native-proto FRC
162 @ cd tools/$(MACH); pwd; $(MAKE) native
164 @ cd libelf/$(MACH); pwd; $(MAKE) native
165 @ cd liblddbg/$(MACH); pwd; $(MAKE) native
166 @ cd libldstab/$(MACH); pwd; $(MAKE) native
167 @ cd libld/$(MACH); pwd; $(MAKE) native
[all...]
/titanic_51/usr/src/cmd/svc/svccfg/
H A DMakefile63 $(NATIVE_BUILD)PROG = $(MYPROG:%=%-native)
64 $(NATIVE_BUILD)OBJS = $(MYOBJS:%.o=%-native.o)
87 $(MYPROG:%=%-native)
114 -L$(LIBUUTIL)/native -R $(LIBUUTIL)/native \
115 -L$(LIBSCF)/native -R $(LIBSCF)/native \
128 native: FRC target
129 @cd $(LIBUUTIL)/native; pwd; $(MAKE) $(MFLAGS) install
130 @cd $(LIBSCF)/native; pw
[all...]
/titanic_51/usr/src/cmd/svc/configd/
H A DMakefile46 $(NATIVE_BUILD)PROG = $(MYPROG:%=%-native)
47 $(NATIVE_BUILD)OBJS = $(MYOBJS:%.o=%-native.o)
65 CLOBBERFILES += $(MYPROG:%=%-native)
83 -L$(LIBUUTIL)/native -R $(LIBUUTIL)/native $(MYLDLIBS)
90 $(NATIVE_BUILD)OBJSQLITE = $(ROOT)/lib/libsqlite-native.o
100 .PARALLEL: $(MYOBJS) $(MYOBJS:%.o=%-native.o)
104 native: FRC target
105 @cd $(LIBUUTIL)/native; pwd; $(MAKE) $(MFLAGS) install
112 %-native
[all...]
/titanic_51/usr/src/lib/libast/common/features/
H A Dccode24 printf("#define CC_NATIVE CC_EBCDIC_E /* native character code */\n");
27 printf("#define CC_NATIVE CC_ASCII /* native character code */\n");
33 printf("#define CC_NATIVE CC_EBCDIC_O /* native character code */\n");
39 printf("#define CC_NATIVE CC_EBCDIC_H /* native character code */\n");
42 printf("#define CC_NATIVE CC_EBCDIC_I /* native character code */\n");
49 printf("#define CC_NATIVE CC_EBCDIC_S /* native character code */\n");
55 printf("#define CC_NATIVE CC_EBCDIC_O /* native character code */\n");
58 printf("#define CC_NATIVE CC_ASCII /* native character code */\n");
/titanic_51/usr/src/contrib/ast/src/lib/libast/features/
H A Dccode24 printf("#define CC_NATIVE CC_EBCDIC_E /* native character code */\n");
27 printf("#define CC_NATIVE CC_ASCII /* native character code */\n");
33 printf("#define CC_NATIVE CC_EBCDIC_O /* native character code */\n");
39 printf("#define CC_NATIVE CC_EBCDIC_H /* native character code */\n");
42 printf("#define CC_NATIVE CC_EBCDIC_I /* native character code */\n");
49 printf("#define CC_NATIVE CC_EBCDIC_S /* native character code */\n");
55 printf("#define CC_NATIVE CC_EBCDIC_O /* native character code */\n");
58 printf("#define CC_NATIVE CC_ASCII /* native character code */\n");
/titanic_51/usr/src/lib/libnisdb/
H A Dldap_print.h53 __nis_mapping_item_type_t native);
55 __nis_mapping_item_type_t native);
57 __nis_mapping_item_type_t native);
59 __nis_mapping_item_type_t native);
H A Dldap_print.c103 printMappingItem(__nis_mapping_item_t *i, __nis_mapping_item_type_t native) { in printMappingItem() argument
104 __nis_value_t *val = getMappingItem(i, native, 0, 0, NULL); in printMappingItem()
123 __nis_mapping_item_type_t native) { in printMappingSubElement() argument
129 printMappingItem(&e->element.item, native); in printMappingSubElement()
136 printMappingItem(&e->element.print.item[i], native); in printMappingSubElement()
145 printMappingItem(&e->element.split.item, native); in printMappingSubElement()
153 printMappingItem(&e->element.extract.item, native); in printMappingSubElement()
166 __nis_mapping_item_type_t native) { in printMappingElement() argument
172 printMappingItem(&e->element.item, native); in printMappingElement()
180 &e->element.print.subElement[i], native); in printMappingElement()
215 printMappingRLHS(__nis_mapping_rlhs_t * m,__nis_mapping_item_type_t native) printMappingRLHS() argument
[all...]
H A Dldap_val.h66 __nis_mapping_item_type_t native,
81 __nis_mapping_item_type_t native,
127 __nis_mapping_item_type_t native,
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
H A Dgetconf.c54 "[+?This implementation uses the \bastgetconf\b(3) string interface to the native"
56 " system calls. If \bgetconf\b on \b$PATH\b is not the default native"
58 " checks only \bast\b specific extensions and the native system calls;"
62 "[a:all?Call the native \bgetconf\b(1) with option \b-a\b.]"
100 "[v:specification?Call the native \bgetconf\b(1) with option"
142 char* native; in b_getconf() local
162 if (*(native = astconf("GETCONF", NiL, NiL)) != '/') in b_getconf()
163 native = 0; in b_getconf()
172 if (native) in b_getconf()
209 if (native) in b_getconf()
[all...]
/titanic_51/usr/src/lib/libsqlite/
H A DMakefile.com140 NATIVERELOC = libsqlite-native.o
142 NATIVEOBJS = $(OBJS:%.o=%-native.o)
187 .PARALLEL: $(OBJS) $(OBJS:%.o=%-native.o)
212 native: $(NATIVERELOC)
214 $(NATIVERELOC): objs .WAIT $(OBJS:%.o=%-native.o)
215 $(LD) -r -o $(NATIVERELOC) $(OBJS:%.o=%-native.o)
254 objs/%-native.o: $(SRCDIR)/%.c $(GENHDR)
258 objs/%-native.o: %.c $(GENHDR)
262 objs/parse-native.o: parse.c $(GENHDR)
/titanic_51/usr/src/lib/libcmd/common/
H A Dgetconf.c139 char* native; in b_getconf() local
159 if (*(native = astconf("GETCONF", NiL, NiL)) != '/') in b_getconf()
160 native = 0; in b_getconf()
169 if (native) in b_getconf()
206 if (native) in b_getconf()
213 if (native) in b_getconf()
242 flags = native ? (ASTCONF_system|ASTCONF_error) : 0; in b_getconf()
/titanic_51/usr/src/common/nvpair/
H A Dnvpair.c2444 * the native format. n_base points to a buffer containing the
2459 nvs_native_create(nvstream_t *nvs, nvs_native_t *native, char *buf, in nvs_native_create() argument
2465 nvs->nvs_private = native; in nvs_native_create()
2466 native->n_curr = native->n_base = buf; in nvs_native_create()
2467 native->n_end = buf + buflen; in nvs_native_create()
2468 native->n_flag = 0; in nvs_native_create()
2472 nvs->nvs_private = native; in nvs_native_create()
2473 native->n_curr = native in nvs_native_create()
2490 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; native_cp() local
2520 nvs_native_t *native = nvs->nvs_private; nvs_native_nvlist() local
2563 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; nvs_native_nvl_fini() local
2582 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; nvpair_native_embedded() local
2600 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; nvpair_native_embedded_array() local
2629 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; nvpair_native_string_array() local
2754 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; nvs_native_nvpair() local
2797 nvs_native_t native; nvs_native() local
[all...]
/titanic_51/usr/src/lib/libtnf/
H A Dreader.c38 int native; in tnf_reader_begin() local
51 native = 1; /* same endian */ in tnf_reader_begin()
53 native = 0; /* other endian */ in tnf_reader_begin()
65 tnf->file_native = native; in tnf_reader_begin()
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Ddirent67 #define _nxt_dirent <../include/dirent.h> /* include path for the native <dirent.h> */
68 #define _nxt_dirent_str "../include/dirent.h" /* include string for the native <dirent.h> */
75 #include <../include/dirent.h> /* the native <dirent.h> */
88 #include <../include/dirent.h> /* the native <dirent.h> */
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Ddirent67 #define _nxt_dirent <../include/dirent.h> /* include path for the native <dirent.h> */
68 #define _nxt_dirent_str "../include/dirent.h" /* include string for the native <dirent.h> */
75 #include <../include/dirent.h> /* the native <dirent.h> */
88 #include <../include/dirent.h> /* the native <dirent.h> */
/titanic_51/usr/src/cmd/ast/libast/i386/FEATURE/
H A Ddirent67 #define _nxt_dirent <../include/dirent.h> /* include path for the native <dirent.h> */
68 #define _nxt_dirent_str "../include/dirent.h" /* include string for the native <dirent.h> */
75 #include <../include/dirent.h> /* the native <dirent.h> */
88 #include <../include/dirent.h> /* the native <dirent.h> */
H A Dwctype66 #define _nxt_wctype <../include/wctype.h> /* include path for the native <wctype.h> */
67 #define _nxt_wctype_str "../include/wctype.h" /* include string for the native <wctype.h> */
69 #include <../include/wctype.h> /* the native wctype.h */
/titanic_51/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Ddirent67 #define _nxt_dirent <../include/dirent.h> /* include path for the native <dirent.h> */
68 #define _nxt_dirent_str "../include/dirent.h" /* include string for the native <dirent.h> */
75 #include <../include/dirent.h> /* the native <dirent.h> */
88 #include <../include/dirent.h> /* the native <dirent.h> */
H A Dwctype66 #define _nxt_wctype <../include/wctype.h> /* include path for the native <wctype.h> */
67 #define _nxt_wctype_str "../include/wctype.h" /* include string for the native <wctype.h> */
69 #include <../include/wctype.h> /* the native wctype.h */
/titanic_51/usr/src/cmd/sgs/tools/i386/
H A DMakefile32 all: native $(PROGS) $(LIBS)
34 native: $(NATIVE) target
/titanic_51/usr/src/cmd/sgs/tools/sparc/
H A DMakefile32 all: native $(PROGS) $(LIBS)
34 native: $(NATIVE) target
/titanic_51/usr/src/lib/libuutil/
H A DMakefile27 # We build a native version of libuutil.so.1 in the "native" subdirectory.
56 all clean clobber install: native $(SUBDIRS)
68 native $(SUBDIRS): FRC target
/titanic_51/usr/src/lib/libscf/
H A DMakefile27 # We build a native version of libscf.so.1 in the "native" subdirectory.
56 all clean clobber install: native $(SUBDIRS)
68 $(SUBDIRS) native: FRC target
/titanic_51/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dwctype66 #define _nxt_wctype <../include/wctype.h> /* include path for the native <wctype.h> */
67 #define _nxt_wctype_str "../include/wctype.h" /* include string for the native <wctype.h> */
69 #include <../include/wctype.h> /* the native wctype.h */
/titanic_51/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dwctype66 #define _nxt_wctype <../include/wctype.h> /* include path for the native <wctype.h> */
67 #define _nxt_wctype_str "../include/wctype.h" /* include string for the native <wctype.h> */
69 #include <../include/wctype.h> /* the native wctype.h */

12345678