Searched refs:prefix (Results 151 - 175 of 708) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/atf/atf-c++/
H A Dutils.cpp36 atf::utils::cat_file(const std::string& path, const std::string& prefix) argument
38 atf_utils_cat_file(path.c_str(), prefix.c_str());
/freebsd-10-stable/contrib/byacc/package/debian/
H A Drules33 --prefix=/usr \
34 --mandir=\$${prefix}/share/man \
/freebsd-10-stable/contrib/dialog/package/debian/
H A Drules33 --prefix=/usr \
34 --mandir=\$${prefix}/share/man \
/freebsd-10-stable/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-stable/contrib/subversion/subversion/include/private/
H A Dsvn_utf_private.h104 const WCHAR *prefix,
113 const char *prefix,
/freebsd-10-stable/usr.sbin/bsdinstall/scripts/
H A Dnetconfig_ipv478 awk -v prefix="$IFCONFIG_PREFIX" '{
79 printf("ifconfig_%s=\"%s\inet %s netmask %s\"\n", $1, prefix, $2, $3);
/freebsd-10-stable/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-stable/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-stable/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-stable/contrib/ntp/lib/isc/unix/
H A Dinterfaceiter.c194 int prefix, scope, flags; local
208 address, &ifindex, &prefix, &scope, &flags, name);
247 if (prefix > 8) {
249 prefix -= 8;
251 addr6.s6_addr[i] = (0xff << (8 - prefix)) & 0xff;
252 prefix = 0;
/freebsd-10-stable/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 = " ";
682 list_one_provider(struct gprovider *pp, const char *prefix) argument
704 list_one_consumer(struct gconsumer *cp, const char *prefix) argument
[all...]
/freebsd-10-stable/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...]
H A Dcache.c124 for(i = 0; i < context->num_cc_ops && context->cc_ops[i]->prefix; i++) {
125 if(strcmp(context->cc_ops[i]->prefix, ops->prefix) == 0) {
130 ops->prefix);
265 for(i = 0; i < context->num_cc_ops && context->cc_ops[i]->prefix; i++) {
266 size_t prefix_len = strlen(context->cc_ops[i]->prefix);
268 if(strncmp(context->cc_ops[i]->prefix, name, prefix_len) == 0
346 return id->ops->prefix;
823 id->ops->prefix);
968 * prefix
980 krb5_cc_get_prefix_ops(krb5_context context, const char *prefix) argument
[all...]
/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c78 const char *cur_test_prefix = NULL; /**< prefix of the current test group */
148 commandname, verbosity_flag, group->prefix, testcase->name);
231 group->prefix, testcase->name,
238 printf("%s%s: ", group->prefix, testcase->name);
241 cur_test_prefix = group->prefix;
286 for (i=0; groups[i].prefix; ++i) {
290 groups[i].prefix, testcase->name);
316 puts(" Specify tests by name, or using a prefix ending with '..'");
317 puts(" To skip a test, prefix its name with a colon.");
318 puts(" To enable a disabled test, prefix it
[all...]
/freebsd-10-stable/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-stable/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-stable/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-stable/usr.sbin/autofs/
H A Dautomount.c102 const char *prefix)
110 log_debugx("mounting %s on %s, prefix \"%s\", options \"%s\"",
111 from, fspath, prefix, options);
130 __DECONST(void *, prefix), (size_t)-1);
145 const char *prefix, const struct statfs *mntbuf, int nitems)
178 mount_autofs(from, mountpoint, options, prefix);
101 mount_autofs(const char *from, const char *fspath, const char *options, const char *prefix) argument
144 mount_if_not_already(const struct node *n, const char *map, const char *options, const char *prefix, const struct statfs *mntbuf, int nitems) argument
/freebsd-10-stable/usr.sbin/mfiutil/
H A Dmfi_foreign.c113 char prefix[64]; 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,
/freebsd-10-stable/contrib/libarchive/libarchive/test/
H A Dtest_tar_filenames.c31 * filenames into prefix/suffix.
35 test_filename(const char *prefix, int dlen, int flen) argument
47 if (prefix) {
48 strcpy(filename, prefix);
/freebsd-10-stable/contrib/ofed/management/infiniband-diags/src/
H A Dibaddr.c61 uint64_t guid, prefix; local
72 mad_decode_field(portinfo, IB_PORT_GID_PREFIX_F, &prefix);
76 mad_encode_field(gid, IB_GID_PREFIX_F, &prefix);
/freebsd-10-stable/contrib/ofed/management/libibmad/src/
H A Dresolve.c161 uint64_t guid, prefix; local
170 mad_decode_field(portinfo, IB_PORT_GID_PREFIX_F, &prefix);
176 mad_encode_field(*gid, IB_GID_PREFIX_F, &prefix);
/freebsd-10-stable/sys/fs/autofs/
H A Dautofs_vfsops.c58 char *from, *fspath, *options, *prefix; local
78 if (vfs_getopt(mp->mnt_optnew, "master_prefix", (void **)&prefix, NULL))
87 strlcpy(amp->am_prefix, prefix, sizeof(amp->am_prefix));
/freebsd-10-stable/contrib/gcc/
H A Dcollect2.c215 const char *prefix; /* String to prepend to the path. */
222 int max_len; /* Max length of a prefix in PLIST */
560 /* We maintain two prefix lists: one from COMPILER_PATH environment variable
572 /* Search for NAME using prefix list PPREFIX. We only look for executable
629 strcpy (temp, pl->prefix);
650 fprintf (stderr, " - failed: no entries in prefix list\n"); argument
656 /* Add an entry for PREFIX to prefix list PPREFIX. */
659 add_prefix (struct path_prefix *pprefix, const char *prefix)
673 /* Keep track of the longest prefix. */
675 len = strlen (prefix);
213 const char *prefix; /* String to prepend to the path. */ member in struct:prefix_list
1690 write_list(FILE *stream, const char *prefix, struct id *list) argument
1734 dump_list(FILE *stream, const char *prefix, struct id *list) argument
1757 write_list_with_asm(FILE *stream, const char *prefix, struct id *list) argument
1774 char *prefix, *r; local
[all...]
/freebsd-10-stable/usr.bin/csplit/
H A Dcsplit.c75 static const char *prefix; /* File name prefix */ variable
107 prefix = "xx";
112 prefix = optarg;
132 if (sufflen + strlen(prefix) >= PATH_MAX)
217 "usage: csplit [-ks] [-f prefix] [-n number] file args ...\n");
237 if ((size_t)snprintf(currfile, sizeof(currfile), "%s%0*ld", prefix,
265 snprintf(fnbuf, sizeof(fnbuf), "%s%0*ld", prefix,

Completed in 159 milliseconds

1234567891011>>