Searched refs:native (Results 1 - 25 of 36) sorted by relevance

12

/osnet-11/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.c100 printMappingItem(__nis_mapping_item_t *i, __nis_mapping_item_type_t native) { argument
101 __nis_value_t *val = getMappingItem(i, native, 0, 0, NULL);
120 __nis_mapping_item_type_t native) {
126 printMappingItem(&e->element.item, native);
133 printMappingItem(&e->element.print.item[i], native);
142 printMappingItem(&e->element.split.item, native);
150 printMappingItem(&e->element.extract.item, native);
163 __nis_mapping_item_type_t native) {
169 printMappingItem(&e->element.item, native);
177 &e->element.print.subElement[i], native);
119 printMappingSubElement(__nis_mapping_sub_element_t *e, __nis_mapping_item_type_t native) argument
162 printMappingElement(__nis_mapping_element_t *e, __nis_mapping_item_type_t native) argument
212 printMappingRLHS(__nis_mapping_rlhs_t *m, __nis_mapping_item_type_t native) 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,
H A Dldap_ruleval.h70 __nis_mapping_item_type_t native,
H A Dldap_val.c510 getMappingItemVal(__nis_mapping_item_t *item, __nis_mapping_item_type_t native, argument
702 exVal = getMappingItemVal(item->exItem, native, rv,
1239 getMappingItem(__nis_mapping_item_t *i, __nis_mapping_item_type_t native, argument
1251 return (getMappingItemVal(i, native, rv, berstring,
1260 if (native != mit_nis)
1282 if (native != mit_ldap)
2382 * value 'rv'. The 'native' mapping type is used when 'rv' is NULL,
2384 * in that case, items of the 'native' type are printed without their
2388 getMappingElement(__nis_mapping_element_t *e, __nis_mapping_item_type_t native, argument
2397 val = getMappingItem(&e->element.item, native, r
[all...]
H A Dldap_ruleval.c575 buildRvalue(__nis_mapping_rlhs_t *rl, __nis_mapping_item_type_t native, argument
596 vnew = getMappingElement(&rl->element[i], native, rv, stat);
/osnet-11/usr/src/lib/libscf/
H A DMakefile26 # We build a native version of libscf.so.1 in the "native" subdirectory.
57 all clean clobber install: native $(SUBDIRS)
71 $(SUBDIRS) native: FRC
H A DMakefile.com61 # For native builds, we compile and link against the native version
68 MY_NATIVE_LDLIBS = -L$(LIBUUTIL)/native -R$(LIBUUTIL)/native -luutil -lc -lgen \
/osnet-11/usr/src/lib/libuutil/
H A DMakefile26 # We build a native version of libuutil.so.1 in the "native" subdirectory.
57 all clean clobber install: native $(SUBDIRS)
71 native $(SUBDIRS): FRC
/osnet-11/usr/src/lib/libcmd/common/
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"
139 char* native; local
159 if (*(native = astconf("GETCONF", NiL, NiL)) != '/')
160 native = 0;
169 if (native)
206 if (native)
[all...]
/osnet-11/usr/src/lib/libsqlite/
H A DMakefile.com133 NATIVERELOC = $(RELOC:%.o=%-native.o)
135 NATIVEOBJS = lemon.o $(OBJS:%.o=%-native.o)
184 .PARALLEL: $(OBJS) $(OBJS:%.o=%-native.o)
218 $(OBJS) $(OBJS:%.o=%-native.o): $(HDR)
220 native: $(NATIVERELOC)
226 $(NATIVERELOC): objs .WAIT $(OBJS:%.o=%-native.o)
227 $(LD) -r $(MAPFILES:%=-M%) -o $(NATIVERELOC) $(OBJS:%.o=%-native.o)
281 objs/%-native.o: $(SRCDIR)/%.c
285 objs/%-native.o: %.c
289 objs/parse-native
[all...]
/osnet-11/usr/src/lib/libast/common/tm/
H A Dtmlocale.c134 LCID native; member in struct:Map_s
338 * load the native LC_TIME data for the current locale
364 n += GetLocaleInfo(lcid, map[i].native, 0, 0);
370 if (!(m = GetLocaleInfo(lcid, map[i].native, s, n)))
448 int native; member in struct:Map_s
524 if (!(t = nl_langinfo(map[i].native)))
534 if (!(t = nl_langinfo(map[i].native)))
/osnet-11/usr/src/lib/libdtrace_jni/
H A DMakefile.com47 CPPFLAGS += -I../java/native
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/
H A DFcntl.pm17 and your native C compiler. This means that it has a
45 Please refer to your native fcntl(2), open(2), fseek(3), lseek(2)
/osnet-11/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh109 * based on compatibility with the native Solaris versions of these
114 * Commands which are 100% compatible with native Solaris versions (/bin is
308 * based on compatibility with the native GNU coreutils versions of
/osnet-11/usr/src/lib/libdtrace_jni/java/
H A DMakefile37 JNI=$(APIDIR)/native
92 # API classes with native methods
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dvmsish.pm36 This makes C<$?> and C<system> return the native VMS exit status
H A Dinteger.pm68 Internally, native integer arithmetic (as provided by your C compiler)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/t/
H A Dsyslog.t121 for my $sock_type (qw(native eventlog unix pipe stream inet tcp udp)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm108 # Default is now to first use the native mechanism, so Perl programs
110 my @connectMethods = qw(native tcp udp unix pipe stream console);
115 # And on Win32 systems, we try to use the native mechanism for this
196 . "'unix', 'native', 'eventlog', 'tcp', 'udp' or 'inet'";
262 } elsif (lc $setsock eq 'native') {
263 @connectMethods = qw(native);
371 if ($current_proto eq 'native') {
390 # "native" mechanism already handles it by itself
391 if ($options{perror} and $current_proto ne 'native') {
777 $current_proto eq 'native' o
[all...]
/osnet-11/usr/src/lib/libpp/common/
H A Dppinput.c32 * convert path to native representation
43 native(register const char* s) function
103 s = native(s);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.xs218 A signed integer. This typemap converts the Perl value to a native
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencoding.pm119 # or you can even do this if your shell supports your native encoding
361 the data is assumed to be in (Latin 1 and) Unicode, not in your native
383 resort to \x{....} just to spell your name in a native encoding.
464 # want to go back to your native encoding
474 For native multibyte encodings (either fixed or variable length),
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-install.in84 disk_module=native
129 --disk-module=MODULE disk module to use (biosdisk or native)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalcEmu.pm298 libary directly, possible even using a call to the native lib.

Completed in 37 milliseconds

12