Searched refs:prefix (Results 1 - 25 of 921) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/bmake/
H A Dmakefile.in6 prefix= @prefix@
12 ${srcdir}/boot-strap --prefix=${prefix} -o . op=$@
/freebsd-11-stable/contrib/libxo/
H A Dlibxo-config.in12 prefix=@prefix@
24 --prefix=DIR change libxo prefix [default $prefix]
25 --exec-prefix=DIR change libxo exec prefix [default $exec_prefix]
51 --prefix=*)
52 prefix=$optarg
53 includedir=$prefix/includ
[all...]
/freebsd-11-stable/contrib/gdb/gdb/mi/
H A Dmi-console.h26 const char *prefix,
H A Dmi-getopt.h41 mi_getopt() calls ``error("%s: Unknown option %c", prefix,
45 extern int mi_getopt (const char *prefix, int argc, char **argv,
78 extern int mi_valid_noargs (const char *prefix, int argc, char **argv);
H A Dmi-getopt.c27 mi_getopt (const char *prefix, argument
63 error ("%s: Option %s requires an argument", prefix, arg);
75 error ("%s: Unknown option ``%s''", prefix, arg + 1);
79 mi_valid_noargs (const char *prefix, int argc, char **argv) argument
88 if (mi_getopt (prefix, argc, argv, opts, &optind, &optarg) == -1)
/freebsd-11-stable/usr.bin/systat/
H A Dmode.c76 if (prefix(cmd, "mode")) {
81 } else if (prefix(args, "rate")) {
83 } else if (prefix(args, "delta")) {
85 } else if (prefix(args, "since")) {
87 } else if (prefix(args, "absolute")) {
94 if(prefix(cmd, "reset")) {
H A Difcmds.c52 if (prefix(cmd, "scale")) {
61 } else if (prefix(cmd, "match")) {
75 } else if (prefix(cmd, "pps"))
/freebsd-11-stable/usr.sbin/rtadvd/
H A Dconfig.h39 extern void delete_prefix(struct prefix *);
40 extern void invalidate_prefix(struct prefix *);
41 extern void update_prefix(struct prefix *);
47 * it is highly unlikely to have 100 prefix information options,
/freebsd-11-stable/usr.bin/procstat/
H A Dprocstat_auxv.c54 static char prefix[256]; local
63 snprintf(prefix, sizeof(prefix), "%5d %-16s", kipp->ki_pid,
77 prefix, "AT_EXECFD", (long)auxv[i].a_un.a_val);
81 prefix, "AT_PHDR", auxv[i].a_un.a_ptr);
85 prefix, "AT_PHENT", (long)auxv[i].a_un.a_val);
89 prefix, "AT_PHNUM", (long)auxv[i].a_un.a_val);
93 prefix, "AT_PAGESZ", (long)auxv[i].a_un.a_val);
97 prefix, "AT_BASE", auxv[i].a_un.a_ptr);
101 prefix, "AT_FLAG
[all...]
/freebsd-11-stable/crypto/heimdal/tools/
H A Dkrb5-config.in57 --prefix=*)
58 prefix=`echo $i | sed 's/^--prefix=//'`
60 --prefix)
63 --exec-prefix=*)
64 exec_prefix=`echo $i | sed 's/^--exec-prefix=//'`
66 --exec-prefix)
99 echo "options: [--prefix[=dir]] [--exec-prefix[=dir]] [--libs] [--cflags]"
104 if test "$prefix"
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dsvn9 def print_output(cmd, prefix):
15 print prefix + line.strip() + term
25 prefix = "file:/"
30 print_output("svn ls " + "file://" + dir, prefix + "/" + dir)
31 print_output("ls -d /" + dir + "*", prefix)
/freebsd-11-stable/contrib/gcc/
H A Dmkmap-flat.awk25 prefix = "_";
27 prefix = "";
80 sym = prefix $1;
H A Dprefix.c23 the directory format and to handle any prefix translation.
25 This file must be compiled with -DPREFIX= to specify the "prefix"
27 prefix, it will not be affected other than by directory canonicalization.
30 a translation prefix and consist of the name of the package that contains
33 If the prefix is not specified, the filename will only undergo
37 by the specified prefix (with a '@' in front unless the prefix begins
75 #include "prefix.h"
94 const char *prefix = 0; local
98 prefix
190 const char *prefix; local
354 set_std_prefix(const char *prefix, int len) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-setshow.h36 char *prefix);
/freebsd-11-stable/contrib/amd/scripts/
H A Dwait4amd.in20 prefix=@prefix@
H A Dwait4amd2die.in13 prefix=@prefix@
/freebsd-11-stable/contrib/ldns/
H A Dfreebsd-configure.sh27 ./configure --prefix= --exec-prefix=/usr
30 ./configure --prefix= --exec-prefix=/usr
/freebsd-11-stable/contrib/dialog/
H A Ddialog-config.in31 prefix="@prefix@"
56 --prefix=*)
57 prefix="$ARG"
60 --prefix)
61 echo "$prefix"
63 --exec-prefix=*)
66 --exec-prefix)
72 if test "${prefix}/include" != /usr/include ; then
73 INCS="-I${prefix}/includ
[all...]
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_cmn_err.c35 const char *prefix; local
37 prefix = NULL; /* silence unwitty compilers */
40 prefix = "Solaris(cont): ";
43 prefix = "Solaris: NOTICE: ";
46 prefix = "Solaris: WARNING: ";
49 prefix = "Solaris(panic): ";
58 panic("%s%s", prefix, buf);
61 printf("%s", prefix);
/freebsd-11-stable/contrib/com_err/
H A Dparse.y104 free(prefix);
105 asprintf (&prefix, "%s_", $2);
106 if (prefix == NULL)
112 prefix = realloc(prefix, 1);
113 if (prefix == NULL)
115 *prefix = '\0';
126 if(prefix && *prefix != '\0') {
127 asprintf (&ec->name, "%s%s", prefix,
[all...]
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dparse.y104 free(prefix);
105 asprintf (&prefix, "%s_", $2);
106 if (prefix == NULL)
112 prefix = realloc(prefix, 1);
113 if (prefix == NULL)
115 *prefix = '\0';
126 if(prefix && *prefix != '\0') {
127 asprintf (&ec->name, "%s%s", prefix,
[all...]
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dcidrexpand26 # Added code to deal with the prefix tags that may now be included in
100 my ($prefix, $network, $len, $right);
131 if (($prefix, $network, $len, $right) =
134 print_expanded_v4network($network, $len, $prefix, $right);
136 elsif ((($prefix, $network, $len, $right) =
141 print_expanded_v6network($network, $len // 128, $prefix, $right);
151 my ($network, $len, $prefix, $suffix) = @_;
153 # cidr2octets() doesn't handle a prefix-length of zero, so do
157 print "$prefix$nl$suffix\n";
163 my ($network, $len, $prefix,
[all...]
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dprintfraginfo.c15 printfraginfo(prefix, ifr)
16 char *prefix;
22 PRINTF("%s", prefix);
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dcrypt_blowfish.h23 extern char *_crypt_gensalt_blowfish_rn(const char *prefix,
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_prefix_route.h54 ib_net64_t prefix; /* zero means "any" */ member in struct:__anon3915
59 #error ROUTER_EXP is deprecated, specify prefix routes at runtime instead (see opensm man page for details)

Completed in 169 milliseconds

1234567891011>>