Home
last modified time | relevance | path

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

123456

/titanic_54/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; pwd; $(MAKE) $(MFLAGS) install
146 svccfg_help-native.o: svccfg_grammar.h
154 $(RM) $(MYOBJS) $(MYOBJS:%.o=%-native.o) $(LNTS)
[all …]
/titanic_54/usr/src/cmd/sgs/
H A DMakefile115 all install: native-add .WAIT $(SUBDIRS)
149 clean clobber: native-clobber .WAIT $(SUBDIRS) $(MSGDIR)
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
168 @ cd ld/$(MACH); pwd; $(MAKE) native
170 native-clobber:
[all …]
/titanic_54/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.o: %.c
122 $(RM) $(MYOBJS) $(MYOBJS:%.o=%-native.o)
/titanic_54/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");
H A Ddirent76 #include ${_nxt_dirent-_nxt_dirent} /* the native <dirent.h> */
92 #include ${_nxt_dirent-_nxt_dirent} /* the native <dirent.h> */
123 #include ${_nxt_dirent-_nxt_dirent} /* the native <dirent.h> */
136 #include ${_nxt_dirent-_nxt_dirent} /* the native <dirent.h> */
164 #include ${_nxt_dirent-_nxt_dirent} /* the native <dirent.h> */
/titanic_54/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()
[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_54/usr/src/contrib/ast/src/lib/libcmd/
H A Dgetconf.c142 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()
216 if (native) in b_getconf()
245 if (native) in b_getconf()
269 if (native) in b_getconf()
/titanic_54/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_54/usr/src/common/nvpair/
H A Dnvpair.c2459 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->n_base = native->n_end = NULL; in nvs_native_create()
2474 native->n_flag = 0; in nvs_native_create()
2490 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; in native_cp() local
2492 if (native->n_curr + size > native->n_end) in native_cp()
[all …]
/titanic_54/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_54/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_54/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_54/usr/src/cmd/sgs/tools/i386/
H A DMakefile32 all: native $(PROGS) $(LIBS)
34 native: $(NATIVE) target
/titanic_54/usr/src/cmd/sgs/tools/sparc/
H A DMakefile32 all: native $(PROGS) $(LIBS)
34 native: $(NATIVE) target
/titanic_54/usr/src/lib/libuutil/
H A DMakefile56 all clean clobber install: native $(SUBDIRS)
68 native $(SUBDIRS): FRC target
/titanic_54/usr/src/lib/libscf/
H A DMakefile56 all clean clobber install: native $(SUBDIRS)
68 $(SUBDIRS) native: FRC target
/titanic_54/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 */
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> */
/titanic_54/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 */
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> */
/titanic_54/usr/src/uts/common/syscall/
H A Dmount.c75 struct mounta native; in mount() local
80 uap = &native; in mount()

123456