Searched refs:suffix (Results 126 - 150 of 167) sorted by relevance

1234567

/opensolaris-onvv-gate/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcp_network.c709 * suffix of `suffix'.
713 const char *suffix)
717 ip & 0xff, suffix);
712 net2path(char *path, size_t pathlen, const char *dir, ipaddr_t ip, const char *suffix) argument
/opensolaris-onvv-gate/usr/src/lib/libdhcpsvc/modules/files0/
H A Ddhcp_network.c611 * suffix of `suffix'.
615 const char *suffix)
618 (ip >> 16) & 0xff, (ip >> 8) & 0xff, ip & 0xff, suffix);
614 net2path(char *path, size_t pathlen, const char *dir, ipaddr_t ip, const char *suffix) argument
/opensolaris-onvv-gate/usr/src/lib/libsasl/lib/
H A Dsaslint.h677 const char *suffix,
684 const char *suffix,
H A Dserver.c2071 const char *suffix,
2125 + (suffix ? strlen(suffix) : 0)
2160 if (suffix)
2161 strcat(conn->mechlist_buf,suffix);
/opensolaris-onvv-gate/usr/src/cmd/ast/msgcc/
H A Dmsgcc.sh40 a \b.msg\b suffix is appended to the \b-o\b \afile\a if it doesn\'t
41 already have a suffix. The default output is \ba.out.msg\b if \b-c\b
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/common/
H A Dtree.c720 tree_timeval(const char *s, const char *suffix, const char *file, int line) argument
726 ASSERT(suffix != NULL);
728 if ((ullp = lex_s2ullp_lut_lookup(Timesuffixlut, suffix)) == NULL) {
730 "unrecognized number suffix: %s", suffix);
/opensolaris-onvv-gate/usr/src/head/
H A Dldap.h1305 char *prefix, char *suffix);
1307 char *pattern, char *prefix, char *suffix, char *attr,
1430 char *pattern, char *prefix, char *suffix, char *attr,
1434 char *prefix, char *suffix);
/opensolaris-onvv-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_ncp.c215 char *filename, *suffix; local
230 /* Ensure filename begins/ends with right prefix/suffix */
235 suffix = *name + strlen(*name) - strlen(NWAM_NCP_CONF_FILE_SUF);
236 if (strstr(*name, NWAM_NCP_CONF_FILE_SUF) != suffix) {
240 suffix[0] = '\0';
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.c50 int argc, dt_node_t *args, const char *prefix, const char *suffix)
73 "passed, %s%d expected\n", prefix, idp->di_name, suffix,
89 prefix, idp->di_name, suffix,
49 dt_idcook_sign(dt_node_t *dnp, dt_ident_t *idp, int argc, dt_node_t *args, const char *prefix, const char *suffix) argument
/opensolaris-onvv-gate/usr/src/cmd/man/src/
H A Dman.c164 struct suffix { struct
311 static void section(struct suffix *, char *);
1947 struct suffix *sp;
1948 struct suffix psecs[MAXPAGES+1];
2120 * and file-suffix of a whatis entry
2124 section(struct suffix *sp, char *s)
2154 * suffix differs from section-suffix
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Drctl.c2459 SUFFIX_NUMERIC, /* id consumed in suffix */
2460 SUFFIX_STRING /* idstr consumed in suffix */
2461 } suffix = SUFFIX_NONE; local
2485 suffix = SUFFIX_NONE;
2490 suffix = SUFFIX_NUMERIC;
2495 suffix = SUFFIX_NUMERIC;
2500 suffix = SUFFIX_STRING;
2505 suffix = SUFFIX_NONE;
2510 switch (suffix) {
/opensolaris-onvv-gate/usr/src/uts/common/io/lvm/md/
H A Dmd.c908 char *suffix; local
949 suffix = name + (prefixlen + 1);
950 (void) strncpy(suffix, SPN_SUFFIX(&sn).suf_data,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL827 512-byte blocks, but a suffix of "c" specifies that size should be
828 counted in characters (bytes) and a suffix of "k" specifes that
/opensolaris-onvv-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm925 # with madeup basename "prefix.suffix"
937 my $suffix = $$;
939 $suffix .= ".$tmp_dir_count";
941 my $dir = "$basedir.$suffix";
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c1056 (void *)"suffix", (lut_cmp)strcmp)) != NULL) {
1097 char *suffix; local
1112 suffix = suffixbuf;
1115 suffix = (char *)(uintptr_t)gval->v;
1118 nname = strlen(serdname) + strlen(suffix) + 2;
1120 (void) snprintf(nserdname, nname, "%s:%s", serdname, suffix);
1242 const char *suffix; local
1246 suffix = stable(&ptr[len]);
1248 (void *)suffix, NULL);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DLiblist.pm185 library to search for otherwise. The C<$Config{lib_ext}> suffix will
187 the suffix.
H A DMM_Unix.pm114 Defines the suffix rules to compile different flavors of C files to
643 SUFFIX suffix to put on .gz
4081 Defines the suffix rules to compile XS files to C.
4096 Defines the suffix rules to compile XS files to C++.
4111 Defines suffix rules to go from XS to object files directly. This is
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm1073 my($self, $suffix, $infix) = @_;
1097 $suffix || 'txt';
1462 sub new_tempfile { # $self->new_tempfile( [$suffix, [$infix] ] )
/opensolaris-onvv-gate/usr/src/lib/libldap4/include/
H A Dldap.h1165 void ldap_setfilteraffixes(LDAPFiltDesc *lfdp, char *prefix, char *suffix);
1167 char *pattern, char *prefix, char *suffix, char *attr,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm695 C<$VAR>I<n> (where I<n> is a numeric suffix), and other duplicate references
737 numeric suffix if the name for a value is undefined.
796 output, where I<n> is a numeric suffix. Will return a list of strings
/opensolaris-onvv-gate/usr/src/cmd/filesync/
H A Deval.c258 suffix(path, "/..") || contains(path, "/../")) {
/opensolaris-onvv-gate/usr/src/cmd/logadm/
H A Dtester224 my ($cmd, $prefix, $suffix) = (@_, '', '');
226 my $fullcmd = "/bin/sh $prefix $cmd $suffix";
/opensolaris-onvv-gate/usr/src/cmd/sgs/include/
H A Dconv.h499 /* prefix and suffix strings */
708 * prefix, separator, and suffix arguments, if they are passed as NULL.
735 const char *suffix; /* NULL, or string to suffix output with */ member in struct:__anon1755
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c169 make_path(const char *root, const char *suffix) argument
176 "%s/%s", root, suffix)) < 0 || chars > sizeof (path) ||
/opensolaris-onvv-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c5566 char *suffix; local
5577 suffix = "/lu";
5579 suffix = "/root";
5580 if (strlcat(devroot, suffix, rp_sz) >= rp_sz)
7737 * the authorization of its prefix and zone suffix.
7742 char *suffix; local
7747 ((suffix = strchr(*auth, '/')) != NULL)) {
7748 if (strcmp(suffix + 1, zonename) == 0) {
7750 suffix[0] = '\0';
7753 (strcmp(suffix
[all...]

Completed in 419 milliseconds

1234567