Searched refs:suffix (Results 101 - 125 of 167) sorted by relevance

1234567

/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DParserState.cxx628 const StringC &suffix = currentRank_[stem->index()]; local
629 if (suffix.size() > 0) {
630 str += suffix;
636 void ParserState::setCurrentRank(const RankStem *stem, const StringC &suffix) argument
638 currentRank_[stem->index()] = suffix;
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_options.c626 } suffix[] = { local
649 for (i = 0; suffix[i].name != NULL; i++) {
650 if (strcasecmp(suffix[i].name, end) == 0) {
651 mul = suffix[i].mul;
656 if (suffix[i].name == NULL && *end != '\0' || val < 0)
/opensolaris-onvv-gate/usr/src/lib/libsasl/lib/
H A Dclient.c1146 const char *suffix,
1203 + (suffix ? strlen(suffix) : 0)
1268 if (suffix)
1269 strcat(conn->mechlist_buf,suffix);
1143 _sasl_client_listmech(sasl_conn_t *conn, const char *prefix, const char *sep, const char *suffix, const char **result, unsigned *plen, int *pcount) argument
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c62 #define NONUNIQUE_NVLIST_FN(suffix, type, atype) \
64 nonunique_nvlist_lookup_##suffix(nvlist_t *nvlp, const char *n, atype *rpp) \
71 return (nvpair_value_##suffix(nvp, rpp)); \
/opensolaris-onvv-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_browser.c772 addr_entry_t *addr, char suffix)
787 smb_init_name_struct((unsigned char *)resource_domain, suffix,
793 smb_init_name_struct((unsigned char *)resource_domain, suffix,
770 smb_browser_send_HostAnnouncement(smb_hostinfo_t *hinfo, uint32_t next_announcement, boolean_t remove, addr_entry_t *addr, char suffix) argument
/opensolaris-onvv-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c42 [-M suffix] [-p pathname] files ...\n\
134 static char *suffix = NULL; variable
284 suffix = optarg;
423 "-M <suffix>\t\tfill in msgstr with msgid<suffix>\n");
2103 * if -M option is specified, append <suffix> to msgid.
2112 * If single line msgid, add suffix to the same line
2118 prefix, p->str, suffix);
2129 p->str, suffix);
2144 * If multi line msgid, add suffix afte
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar.c1401 prefixdir(char *dir, char *suffix) argument
1404 char *tend, *send; /* tmp and suffix end */
1406 if (dir == NULL || suffix == NULL)
1409 if (*suffix == '\0')
1417 send = &suffix[strlen(suffix)];
1421 * the suffix match.
1423 while (tend >= tmp && send >= suffix)
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dllib-lldap259 void ldap_setfilteraffixes( LDAPFiltDesc *lfdp, char *prefix, char *suffix );
261 char *pattern, char *prefix, char *suffix, char *attr,
264 int ldap_create_filter(char *buf, unsigned long buflen, char *pattern, char *prefix, char *suffix, char *attr, char *value, char **valwords);
/opensolaris-onvv-gate/usr/src/cmd/terminfo/
H A DREADME39 2 The files in this directory with the .ti suffix are terminfo sources.
/opensolaris-onvv-gate/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcptab.c539 * dhcptab in directory `dir' with a suffix of `suffix'.
542 dt2path(char *path, size_t pathlen, const char *dir, const char *suffix) argument
545 DSVC_CONVER, DT_DHCPTAB, suffix);
/opensolaris-onvv-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_info.c526 * Creates a NetBIOS name based on the given name and suffix.
528 * and the 16th byte is the suffix.
531 smb_tonetbiosname(char *name, char *nb_name, char suffix) argument
554 nb_name[NETBIOS_NAME_SZ - 1] = suffix;
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dconnection.c57 #define rdsv3_conn_info_set(var, test, suffix) do { \
59 var |= RDS_INFO_CONNECTION_FLAG_##suffix; \
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/common/
H A Dtree.h50 T_TIMEVAL, /* num w/time suffix (ns internally) */
291 struct node *tree_timeval(const char *s, const char *suffix,
H A Desclex.c131 const char *suffix; member in struct:__anon484
263 stable(Timesuffix[i].suffix), &Timesuffix[i].nsec);
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DElementType.h61 void setRank(StringC &suffix, Vector<const RankStem *> &rankStems);
/opensolaris-onvv-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.c435 char *suffix; local
480 suffix = strrchr(dp->d_name, ',');
481 if (suffix && strcmp(suffix, SYSEVENT_CONF_SUFFIX) == 0) {
/opensolaris-onvv-gate/usr/src/lib/libldap4/common/
H A Dllib-lldap235 void ldap_setfilteraffixes( LDAPFiltDesc *lfdp, char *prefix, char *suffix );
237 char *pattern, char *prefix, char *suffix, char *attr,
/opensolaris-onvv-gate/usr/src/lib/libsasl/include/
H A Dsasl.h1016 * suffix -- appended to end of result
1032 const char *suffix,
/opensolaris-onvv-gate/usr/src/cmd/ntfsprogs/
H A Dntfsresize.c385 * Convert a user-supplied string into a size. Without any suffix the number
386 * will be assumed to be in bytes. If the number has a suffix of k, M or G it
392 char *suffix; local
395 size = strtoll(s, &suffix, 10);
399 if (!*suffix)
402 if (strlen(suffix) == 2 && suffix[1] == 'i')
404 else if (strlen(suffix) > 1)
420 switch (*suffix) {
/opensolaris-onvv-gate/usr/src/lib/libbsm/common/
H A Ddevalloc.c667 int suffix; local
691 suffix = DA_MAX_DEVNO + 1;
724 dargs->devinfo->devlist, &suffix));
729 * device suffix already in use, if
732 if ((suffix < DA_MAX_DEVNO &&
733 suffix != -1) && stdtype)
735 (uint64_t)(1LL << suffix);
758 &suffix)) {
/opensolaris-onvv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.c965 *p = '\0'; /* eliminate any trailing .dict suffix */
1056 const fmd_modops_t *ops, const char *suffix)
1075 if (suffix != NULL && (p == NULL || strcmp(p, suffix) != 0))
1076 continue; /* skip files with the wrong suffix */
1087 const fmd_modops_t *ops, const char *suffix)
1092 fmd_modhash_loaddir(mhp, pap->cpa_argv[i], ops, suffix);
1055 fmd_modhash_loaddir(fmd_modhash_t *mhp, const char *dir, const fmd_modops_t *ops, const char *suffix) argument
1086 fmd_modhash_loadall(fmd_modhash_t *mhp, const fmd_conf_path_t *pap, const fmd_modops_t *ops, const char *suffix) argument
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm72 ($fh, $file) = mkstemps( "tmpfileXXXXXX", $suffix);
355 # Do it as an if, since the suffix adjusts which section to replace
616 # Do it as an if, since the suffix adjusts which section to replace
1060 ($fh, $filename) = tempfile($template, SUFFIX => $suffix)
1062 Same as previously, except that a suffix is added to the template
1120 "SUFFIX" => '', # Template suffix
1174 # Now add a suffix
1432 with a suffix to be appended to the template.
1434 ($fh, $name) = mkstemps( $template, $suffix );
1436 For example a template of C<testXXXXXX> and suffix o
[all...]
/opensolaris-onvv-gate/usr/src/lib/libbsm/
H A Dauditxml504 my $suffix = '';
505 $suffix = "_$header" if $header;
506 print Hfile "\nunion adt_event_data$suffix {\n";
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL372 "; # \$Config::Config{'dlext'} suffix for perl extensions\n";
374 "; # \$Config::Config{'so'} suffix for shared libraries\n";
678 Determine the full paths (including file suffix) of one or more
685 an appropriate suffix for the platform.
687 If a name does not already have a suitable prefix and/or suffix then
689 prefix and suffix appropriate to the platform: "$name.o", "lib$name.*"
/opensolaris-onvv-gate/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcptab.c679 * dhcptab in directory `dir' with a suffix of `suffix'.
682 dt2path(char *path, size_t pathlen, const char *dir, const char *suffix) argument
685 DSVC_CONVER, DT_DHCPTAB, suffix);

Completed in 324 milliseconds

1234567