Searched refs:hint (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dyylex.l43 #define COPY(str, hint) \
45 copy_string (yyextra, str, hint); \
71 unsigned hint);
317 static void copy_string (struct grub_parser_param *parser, const char *str, unsigned hint)
323 len = hint ? hint : grub_strlen (str);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c325 const struct addrinfo *hint,
328 return getaddrinfo(name, serv, hint, res);
419 const struct addrinfo *hint)
426 if (hint) {
429 #define Z(FLAG) if (hint->ai_flags & AI_##FLAG) fprintf(stderr, "%s%s", sep, #FLAG), sep = "|"
437 if (hint->ai_family)
438 fprintf(stderr, " %s", familyname(hint->ai_family, buf,
440 if (hint->ai_socktype)
441 fprintf(stderr, " SOCK_%s", socktypename(hint->ai_socktype, buf,
443 if (hint
324 system_getaddrinfo(const char *name, const char *serv, const struct addrinfo *hint, struct addrinfo **res) argument
418 debug_dump_getaddrinfo_args(const char *name, const char *serv, const struct addrinfo *hint) argument
844 fake_getaddrinfo(const char *name, const char *serv, const struct addrinfo *hint, struct addrinfo **result) argument
1089 getaddrinfo(const char *name, const char *serv, const struct addrinfo *hint, struct addrinfo **result) argument
1120 getaddrinfo(const char *name, const char *serv, const struct addrinfo *hint, struct addrinfo **result) argument
[all...]
/osnet-11/usr/src/lib/efcode/packages/
H A Dmemalloc.c43 void *hint; local
49 hint = (void *)POP(DS);
53 fc_int2cell(align), fc_size2cell(size), fc_ptr2cell(hint), &vaddr);
/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcp_stable.c144 * provided as a hint. If that works, we can use a DUID-LLT.
258 * uint32_t: the ifIndex for this link (as a "hint")
264 make_stable_iaid(const char *intf, uint32_t hint) argument
273 return (hint);
293 if (ie.ie_iaid == hint)
294 hint = 0;
300 if (hint != 0)
301 return (hint);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dmyconfig.SH35 hint=$hint, useposix=$useposix, d_sigaction=$d_sigaction
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationManager.java327 // Get type hint if any.
329 Vector hint = config.getTypeHint();
334 int i, n = hint.size();
340 buf.append(hint.elementAt(i).toString());
H A DSLPConfig.java791 // Type hint
794 // Return a vector of ServiceType objects for the type hint.
797 Vector hint = new Vector();
801 return hint;
805 // Create a vector of ServiceType objects for the type hint.
809 hint = SrvLocHeader.parseCommaSeparatedListIn(sTypeList, true);
811 int i, n = hint.size();
814 String type = (String)hint.elementAt(i);
816 hint.setElementAt(new ServiceType(type), i);
824 hint
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dio.c123 getaddrinfo(const char* node, const char* service, const struct addrinfo* hint, struct addrinfo **addr) argument
146 if (hint)
147 switch (hint->ai_socktype)
150 switch (hint->ai_protocol)
181 if (hint)
182 *ap = *hint;
217 struct addrinfo hint; local
222 memset(&hint, 0, sizeof(hint));
223 hint
[all...]
/osnet-11/usr/src/cmd/sendmail/aux/
H A Deditmap.c293 char *hint; local
296 (hint = smdb_db_definition(typename)) != NULL)
299 progname, hint, typename);
H A Dmakemap.c325 char *hint; local
328 (hint = smdb_db_definition(typename)) != NULL)
331 progname, hint, typename);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c288 struct addrinfo *addrs, *a, *anext, hint; local
297 memset(&hint, 0, sizeof(hint));
298 hint.ai_family = family;
299 hint.ai_socktype = socktype;
301 hint.ai_flags = AI_NUMERICSERV;
310 err = getaddrinfo (hostname, portbuf, &hint, &addrs);
328 hint.ai_family = AF_INET;
329 err = getaddrinfo (hostname, secportbuf, &hint, &addrs);
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsresize.c1252 int hint)
1264 if (hint)
1309 int hint)
1324 hint = 0;
1326 if (find_free_cluster(bm, &rle, nr_vol_clusters, hint) == -1)
1533 int hint; local
1547 hint = (resize->mref == FILE_MFTMirr) ? 1 : 0;
1549 new_vol_size, hint)))
1249 find_free_cluster(struct bitmap *bm, runlist_element *rle, s64 nr_vol_clusters, int hint) argument
1306 alloc_cluster(struct bitmap *bm, s64 items, s64 nr_vol_clusters, int hint) argument
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/i386/
H A DConfig.pm58 hint=$hint, useposix=$useposix, d_sigaction=$d_sigaction
675 hint='recommended'
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/sparc/
H A DConfig.pm58 hint=$hint, useposix=$useposix, d_sigaction=$d_sigaction
675 hint='recommended'
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccbase.c276 * Generate a new unique ccache, given a ccache type and a hint
277 * string. Ignores the hint string for now.
283 const char *hint,
280 krb5_cc_new_unique( krb5_context context, const char *type, const char *hint, krb5_ccache *id) argument
/osnet-11/usr/src/cmd/perl/5.8.4/i386/
H A Dconfig.sh571 hint='recommended'
/osnet-11/usr/src/cmd/perl/5.8.4/sparc/
H A Dconfig.sh570 hint='recommended'
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm742 my($hint)="${^O}_$Config{osvers}";
743 $hint =~ s/\./_/g;
744 $hint =~ s/_$//;
745 return unless $hint;
749 last if -f File::Spec->catfile($hint_dir, "$hint.pl"); # found
751 last unless $hint =~ s/_[^_]*$//; # nothing to cut off
753 my $hint_file = File::Spec->catfile($hint_dir, "$hint.pl");
762 local($self) = shift; # make $self available to the hint file.
768 # Just in case the ./ isn't on the hint file, which File::Spec can
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm1423 The alloc command allows you to give the ftp server a hint about the size
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm6484 CPAN can contain a hint to achieve a return value of true for other

Completed in 111 milliseconds