Searched refs:prefix (Results 126 - 150 of 616) sorted by relevance

1234567891011>>

/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dutil.c77 char *prefix = ""; local
90 prefix = "log ";
110 prefix,
111 indent + strlen(prefix) - 25 - (vs->vs_space ? 0 : 12),
/freebsd-10.0-release/contrib/atf/atf-c++/
H A Dbuild_test.cpp55 print_col(const char* prefix, const C& c) argument
57 std::cout << prefix << ":"; local
66 print_array(const char* prefix, const char* const* a) argument
68 std::cout << prefix << ":"; local
/freebsd-10.0-release/contrib/libarchive/libarchive/test/
H A Dtest_ustar_filenames.c33 test_filename(const char *prefix, int dlen, int flen) argument
44 if (prefix != NULL) {
45 strcpy(filename, prefix);
46 i = (int)strlen(prefix);
166 * filename and prefix fields.
181 /* XXXX TODO Probe the 100-char limit with a dir prefix. */
/freebsd-10.0-release/contrib/tnftp/src/
H A Dprogressbar.h55 GLOBAL char *prefix; /* Text written left of progress bar */ variable
/freebsd-10.0-release/sys/dev/aic7xxx/aicasm/
H A Daicasm.h78 extern char *prefix;
/freebsd-10.0-release/tools/tools/netrate/tcpp/
H A Drunit.pl39 $prefix = "$kernel,$tso,$lro,$mtu";
40 print "Configuring $prefix\n";
46 print "Running $prefix\n";
48 "$outfile $prefix)'");
/freebsd-10.0-release/usr.bin/bmake/
H A DMakefile84 prefix?= /usr macro
87 DEFAULT_SYS_PATH?= .../share/mk:${prefix}/share/mk
151 SHAREDIR= ${prefix}/share
152 BINDIR= ${prefix}/bin
/freebsd-10.0-release/usr.bin/rpcgen/
H A Drpc_cout.c183 print_ifsizeof(int indent, const char *prefix, const char *type) argument
195 if (undefined(type) && prefix) {
196 f_print(fout, "%s ", prefix);
213 print_ifstat(int indent, const char *prefix, const char *type, relation rel, argument
227 print_ifsizeof(0, prefix, type);
245 print_ifsizeof(indent + 1, prefix, type);
275 print_ifsizeof(indent + 1, prefix, type);
343 print_ifstat(2, cs->prefix, cs->type, cs->rel,
363 print_ifstat(2, dflt->prefix, dflt->type, dflt->rel,
402 if ((dl->decl.prefix
610 const char *prefix = def->def.ty.old_prefix; local
621 const char *prefix = dec->prefix; local
[all...]
/freebsd-10.0-release/usr.sbin/rtadvd/
H A Drtadvd.h106 struct prefix { struct
107 TAILQ_ENTRY(prefix) pfx_next;
111 * Expiration timer. This is used when a prefix derived from
204 TAILQ_HEAD(, prefix) rai_prefix;/* AdvPrefixList(link head) */
295 struct prefix *find_prefix(struct rainfo *,
/freebsd-10.0-release/lib/libkvm/
H A Dkvm.c282 * Walk the list of unresolved symbols, generate a new list and prefix the
286 kvm_fdnlist_prefix(kvm_t *kd, struct nlist *nl, int missing, const char *prefix, argument
298 * with the prefix and once the unmodified name delmited by \0.
305 len += sizeof(struct nlist) + strlen(prefix) +
324 /* Generate shortened nlist with special prefix. */
331 slen = snprintf(cp, ce - cp, "%s%s%c%s", prefix,
332 (prefix[0] != '\0' && p->n_name[0] == '_') ?
392 const char *prefix = ""; local
432 error = snprintf(symname, sizeof(symname), "%s%s", prefix,
433 (prefix[
[all...]
/freebsd-10.0-release/contrib/amd/scripts/
H A Dctl-hlfsd.in15 prefix=@prefix@
/freebsd-10.0-release/contrib/byacc/package/debian/
H A Drules33 --prefix=/usr \
34 --mandir=\$${prefix}/share/man \
/freebsd-10.0-release/contrib/dialog/package/debian/
H A Drules33 --prefix=/usr \
34 --mandir=\$${prefix}/share/man \
/freebsd-10.0-release/sbin/ggate/shared/
H A Dggate.c69 const char *prefix; local
73 prefix = "error";
76 prefix = "warning";
79 prefix = "notice";
82 prefix = "info";
85 prefix = "debug";
88 prefix = "unknown";
91 printf("%s: ", prefix);
/freebsd-10.0-release/contrib/apr-util/
H A Dapu-config.in24 prefix="@prefix@"
52 --prefix[=DIR] change prefix to DIR
89 LIBS=`echo "$LIBS" | sed -e "s $APU_BUILD_DIR/xml/expat $prefix g" -e "s $prefix/libexpat.la -lexpat g"`
90 LDFLAGS=`echo "$LDFLAGS" | sed -e "s $APU_BUILD_DIR/xml/expat $prefix g"`
91 INCLUDES=`echo "$INCLUDES" | sed -e "s $APU_BUILD_DIR/xml/expat $prefix g" -e "s -I$prefix/lib g"`
99 # Normalize the prefix
[all...]
/freebsd-10.0-release/contrib/libreadline/
H A Dtilde.c110 are duplicates for a tilde prefix. Bash uses this to expand
262 /* Take FNAME and return the tilde prefix we want expanded. If LENP is
263 non-null, the index of the end of the prefix into FNAME is returned in
322 glue_prefix_and_suffix (prefix, suffix, suffind)
323 char *prefix;
330 plen = (prefix && *prefix) ? strlen (prefix) : 0;
334 strcpy (ret, prefix);
/freebsd-10.0-release/sbin/dhclient/
H A Dprivsep.c108 *servername, *prefix; local
182 if ((prefix = calloc(1, prefix_len + 1)) == NULL)
184 buf_read(fd, prefix, prefix_len);
186 prefix = NULL;
209 priv_script_write_params(prefix, &lease);
213 free(prefix);
/freebsd-10.0-release/sbin/geom/core/
H A Dgeom.c102 usage_command(struct g_command *cmd, const char *prefix) argument
114 fprintf(stderr, "%s %s %s %s\n", prefix, comm,
121 fprintf(stderr, "%s %s %s", prefix, comm, cmd->gc_name);
150 const char *prefix; local
153 prefix = "usage:";
159 usage_command(cmd, prefix);
160 prefix = " ";
174 usage_command(cmd, prefix);
175 prefix = " ";
683 list_one_provider(struct gprovider *pp, const char *prefix) argument
705 list_one_consumer(struct gconsumer *cp, const char *prefix) argument
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dkeytab.c148 if (strlen(ops->prefix) > KRB5_KT_PREFIX_MAX_LEN - 1) {
150 N_("can't register cache type, prefix too long", ""));
224 if(strncasecmp(type, context->kt_types[i].prefix, type_len) == 0)
373 * Return the type of the `keytab' in the string `prefix of length
377 * @param keytab the keytab to get the prefix for
378 * @param prefix prefix buffer
379 * @param prefixsize length of prefix buffer
389 char *prefix,
392 strlcpy(prefix, keyta
387 krb5_kt_get_type(krb5_context context, krb5_keytab keytab, char *prefix, size_t prefixsize) argument
[all...]
/freebsd-10.0-release/contrib/bmake/mk/
H A Down.mk30 prefix?= /usr macro
31 .if exists(${prefix}/lib)
32 libprefix?= ${prefix}
151 MANDIR?= ${prefix}/share/man/${MANTARGET}
170 DOCDIR?= ${prefix}/share/doc
175 NLSDIR?= ${prefix}/share/nls
180 KMODDIR?= ${prefix}/lkm
/freebsd-10.0-release/contrib/byacc/
H A Dmain.c192 ," -b file_prefix set filename prefix (default \"y.\")"
198 ," -p symbol_prefix set symbol prefix (default \"yy\")"
377 char *prefix; local
379 prefix = NULL;
386 if (!(prefix = strstr(output_file_name, ".tab.c"))
387 && (prefix = strstr(output_file_name, ".c")))
394 if (prefix != NULL)
396 len = (size_t) (prefix - output_file_name);
438 if (prefix != NULL)
/freebsd-10.0-release/contrib/diff/src/
H A Dcontext.c163 char const *prefix;
218 prefix = " ";
223 prefix = (next->inserted > 0 ? "!" : "-");
225 print_1_line (prefix, &files[0].linbuf[i]);
247 prefix = " ";
252 prefix = (next->deleted > 0 ? "!" : "+");
254 print_1_line (prefix, &files[1].linbuf[i]);
160 char const *prefix; local
/freebsd-10.0-release/contrib/gdb/gdb/
H A Devent-top.c312 'set annotate'. It pushes a new prompt (with prefix and suffix) on top
319 char *prefix, *suffix;
334 prefix = (char *) alloca (strlen (async_annotation_suffix) + 10);
335 strcpy (prefix, "\n\032\032pre-");
336 strcat (prefix, async_annotation_suffix);
337 strcat (prefix, "\n");
344 push_prompt (prefix, (char *) 0, suffix);
358 parts: prefix, prompt, suffix. Usually prefix and suffix are empty
362 push_prompt (char *prefix, cha
318 char *prefix, *suffix; local
361 push_prompt(char *prefix, char *prompt, char *suffix) argument
[all...]
/freebsd-10.0-release/contrib/flex/
H A Dfilter.c274 fprintf (to_h, "#ifndef %sHEADER_H\n", prefix);
275 fprintf (to_h, "#define %sHEADER_H 1\n", prefix);
276 fprintf (to_h, "#define %sIN_HEADER 1\n\n", prefix);
306 fprintf (to_h, "#undef %sIN_HEADER\n", prefix);
307 fprintf (to_h, "#endif /* %sHEADER_H */\n", prefix);
/freebsd-10.0-release/usr.sbin/mfiutil/
H A Dmfi_foreign.c113 char prefix[26]; local
127 sprintf(prefix, "Foreign configuration preview %d", cfgidx);
129 sprintf(prefix, "Foreign configuration %d", cfgidx);
137 dump_config(fd, config, prefix);
144 printf("%s: %d arrays, %d volumes, %d spares\n", prefix,

Completed in 175 milliseconds

1234567891011>>