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

1234567891011>>

/freebsd-13-stable/contrib/bmake/
H A Dmakefile.in6 prefix= @prefix@
12 ${srcdir}/boot-strap --prefix=${prefix} -o . op=$@
/freebsd-13-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-13-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-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_cmn_err.c37 const char *prefix; local
39 prefix = NULL; /* silence unwitty compilers */
42 prefix = "Solaris(cont): ";
45 prefix = "Solaris: NOTICE: ";
48 prefix = "Solaris: WARNING: ";
51 prefix = "Solaris(panic): ";
60 panic("%s%s", prefix, buf);
63 printf("%s", prefix);
/freebsd-13-stable/usr.sbin/rtadvd/
H A Dconfig.h41 extern void delete_prefix(struct prefix *);
42 extern void invalidate_prefix(struct prefix *);
43 extern void update_prefix(struct prefix *);
49 * it is highly unlikely to have 100 prefix information options,
/freebsd-13-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-13-stable/contrib/ldns/
H A Dfreebsd-configure.sh27 ./configure --prefix= --exec-prefix=/usr
30 ./configure --prefix= --exec-prefix=/usr
/freebsd-13-stable/usr.bin/procstat/
H A Dprocstat_auxv.c55 static char prefix[256]; local
64 snprintf(prefix, sizeof(prefix), "%5d %-16s", kipp->ki_pid,
78 prefix, "AT_EXECFD", (long)auxv[i].a_un.a_val);
82 prefix, "AT_PHDR", auxv[i].a_un.a_ptr);
86 prefix, "AT_PHENT", (long)auxv[i].a_un.a_val);
90 prefix, "AT_PHNUM", (long)auxv[i].a_un.a_val);
94 prefix, "AT_PAGESZ", (long)auxv[i].a_un.a_val);
98 prefix, "AT_BASE", auxv[i].a_un.a_ptr);
102 prefix, "AT_FLAG
[all...]
/freebsd-13-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-13-stable/sys/contrib/openzfs/include/os/linux/spl/rpc/
H A DMakefile.am5 kerneldir = @prefix@/src/zfs-$(VERSION)/include/spl/rpc
/freebsd-13-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-13-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-13-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-13-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-13-stable/contrib/ipfilter/lib/
H A Dprintfraginfo.c15 printfraginfo(prefix, ifr)
16 char *prefix;
22 PRINTF("%s", prefix);
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarquote.exp1 -fdebug-prefix-map=$NETBSDSRCDIR=/usr/src -fdebug-regex-map=/usr/src/(.*)/obj$=/usr/obj/\1
2 -fdebug-prefix-map=$NETBSDSRCDIR=/usr/src -fdebug-regex-map=/usr/src/(.*)/obj$=/usr/obj/\1
/freebsd-13-stable/contrib/apr-util/crypto/
H A Dcrypt_blowfish.h23 extern char *_crypt_gensalt_blowfish_rn(const char *prefix,
/freebsd-13-stable/sys/contrib/libsodium/dist-build/
H A Dmsys2-win32.sh13 ./configure --prefix="$PREFIX" --exec-prefix="$PREFIX" \
H A Dmsys2-win64.sh13 ./configure --prefix="$PREFIX" --exec-prefix="$PREFIX" \
/freebsd-13-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_prefix_route.h54 ib_net64_t prefix; /* zero means "any" */ member in struct:__anon5753
59 #error ROUTER_EXP is deprecated, specify prefix routes at runtime instead (see opensm man page for details)
/freebsd-13-stable/sys/conf/
H A Dkmod_syms_prefix.awk16 printf("--redefine-sym=%s=%s%s\n", member, prefix, member);
/freebsd-13-stable/usr.bin/mktemp/
H A Dmktemp.c58 const char *prefix; local
63 prefix = "mktemp";
77 prefix = optarg;
94 prefix = "tmp";
100 asprintf(&name, "%s%s.XXXXXXXX", _PATH_TMP, prefix);
102 asprintf(&name, "%s/%s.XXXXXXXX", tmpdir, prefix);
154 "usage: mktemp [-d] [-q] [-t prefix] [-u] template ...\n");
156 " mktemp [-d] [-q] [-u] -t prefix \n");
/freebsd-13-stable/sys/teken/
H A Dgensequences66 prefix = "";
69 n = prefix csequence(sequence[i]);
70 l_prefix_parent[n] = prefix;
74 prefix = n;
78 cmd = prefix suffix;
83 l_cmd_prefix[cmd] = prefix;
92 l_prefix_numbercmds[prefix]++;
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dgetaddrinfo_hostspec.c53 const char *prefix; member in struct:hst
69 for(hstp = hst; hstp->prefix; hstp++) {
70 if(strncmp(hostspec, hstp->prefix, strlen(hstp->prefix)) == 0) {
75 hostspec += strlen(hstp->prefix);

Completed in 290 milliseconds

1234567891011>>