Searched refs:prefix (Results 51 - 75 of 629) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dradix.h70 #define isc_prefix_tochar(prefix) ((char *)&(prefix)->add.sin)
71 #define isc_prefix_touchar(prefix) ((u_char *)&(prefix)->add.sin)
83 * An IPv4 prefix and an IPv6 prefix may share a radix tree node if they
87 * and data[1] for IPv6 addresses. The only exception is a prefix of
95 isc_uint32_t bit; /* bit length of the prefix */
96 isc_prefix_t *prefix; /* who we are in radix tree */ member in struct:isc_radix_node
118 isc_prefix_t *prefix);
[all...]
/freebsd-9.3-release/contrib/com_err/
H A Dlex.l67 prefix { return PREFIX; }
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DUnix.h62 /// This function builds an error message into \p ErrMsg using the \p prefix
68 /// separated from prefix by ": ".
70 std::string* ErrMsg, const std::string& prefix, int errnum = -1) {
75 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
69 MakeErrMsg( std::string* ErrMsg, const std::string& prefix, int errnum = -1) argument
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dasn1_err.et9 prefix ASN1
/freebsd-9.3-release/crypto/heimdal/lib/com_err/
H A Dlex.l64 prefix { return PREFIX; }
/freebsd-9.3-release/crypto/heimdal/lib/hdb/
H A Dhdb_err.et10 prefix HDB_ERR
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dradix.h69 #define isc_prefix_tochar(prefix) ((char *)&(prefix)->add.sin)
70 #define isc_prefix_touchar(prefix) ((u_char *)&(prefix)->add.sin)
82 * An IPv4 prefix and an IPv6 prefix may share a radix tree node if they
86 * and data[1] for IPv6 addresses. The only exception is a prefix of
93 isc_uint32_t bit; /* bit length of the prefix */
94 isc_prefix_t *prefix; /* who we are in radix tree */ member in struct:isc_radix_node
116 isc_prefix_t *prefix);
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/in_1/
H A Dapl_42.h27 isc_uint8_t prefix; member in struct:dns_rdata_apl_ent
/freebsd-9.3-release/sbin/camcontrol/
H A Dprogress.h43 char *prefix; /* any prefix explanation */ member in struct:progress_t
54 int progress_init(progress_t */*meter*/, const char */*prefix*/, uint64_t /*size*/);
H A Dprogress.c65 progress_init(progress_t *prog, const char *prefix, uint64_t total) argument
72 prog->prefix = strdup(prefix);
143 barlength = MIN(sizeof(buf) - 1, (unsigned)prog->ttywidth) - BAROVERHEAD - strlen(prog->prefix);
175 (prog->prefix) ? prog->prefix : "",
/freebsd-9.3-release/sys/boot/common/
H A Ddisk.h104 extern void disk_print(struct disk_devdesc *dev, char *prefix, int verbose);
/freebsd-9.3-release/usr.sbin/pkg_install/info/
H A Dshow.c91 char *prefix = NULL; local
114 if (!prefix)
115 prefix = p->name;
116 printf(Quiet ? "@cwd %s\n" : "\tCWD to %s\n", (p->name == NULL) ? prefix : p->name);
228 char *prefix = NULL; local
243 if (!prefix)
244 prefix = p->name;
246 dir = prefix;
276 char *prefix = NULL; local
298 if (!prefix)
330 char *prefix = NULL; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Devent-top.h29 /* Stack for prompts. Each prompt is composed as a prefix, a prompt
46 actually composed of a prefix, the prompt itself and a suffix. */
51 stack: the usual one, w/o prefix and suffix (at top - 1), and the
52 'composite' one with prefix and suffix added (at top). At this
65 char *prefix; member in struct:prompts::__anon1352
74 #define PREFIX(X) the_prompts.prompt_stack[the_prompts.top + X].prefix
101 extern void push_prompt (char *prefix, char *prompt, char *suffix);
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Drtbl.c47 char *prefix; member in struct:column_data
114 free (c->prefix);
142 col->prefix = NULL;
200 rtbl_set_prefix (rtbl_t table, const char *prefix) argument
204 table->column_prefix = strdup (prefix);
223 const char *prefix)
229 if (c->prefix)
230 free (c->prefix);
231 c->prefix = strdup (prefix);
222 rtbl_set_column_prefix(rtbl_t table, const char *column, const char *prefix) argument
238 rtbl_set_column_affix_by_id(rtbl_t table, unsigned int id, const char *prefix, const char *suffix) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/kcm/
H A Dclient.c105 char prefix[64]; local
109 snprintf(prefix, sizeof(prefix), "%ld:", (long)client->uid);
110 prefix_len = strlen(prefix);
112 if (strncmp(name, prefix, prefix_len) == 0)
115 prefix[prefix_len - 1] = '\0';
116 if (strcmp(name, prefix) == 0)
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-csr-db-support.c224 * Print a list of csrs begimning with a prefix. The
228 * @param prefix Beginning prefix to look for
230 void cvmx_csr_db_display_list(int identifier, const char *prefix) argument
234 if (prefix == NULL)
235 prefix = "";
236 if (strncasecmp(prefix, "CVMX_", 5) == 0)
237 prefix += 5;
238 len = strlen(prefix);
243 if (strncasecmp(prefix, cvmx_csr_db_addresse
[all...]
/freebsd-9.3-release/usr.bin/mail/
H A Dsend.c52 * prefix is a string to prepend to each output line.
56 char *prefix)
65 * Compute the prefix string, without trailing whitespace
67 if (prefix != NULL) {
69 for (cp = prefix; *cp != '\0'; cp++)
72 prefixlen = cp2 == NULL ? 0 : cp2 - prefix + 1;
102 statusput(mp, obuf, prefix);
131 statusput(mp, obuf, prefix);
154 statusput(mp, obuf, prefix);
167 * Strip trailing whitespace from prefix
55 sendmessage(struct message *mp, FILE *obuf, struct ignoretab *doign, char *prefix) argument
227 statusput(struct message *mp, FILE *obuf, char *prefix) argument
[all...]
/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_hout.c357 ptype(dl->decl.prefix, dl->decl.type, 1);
410 char prefix[8]; /* enough to contain "struct ", including NUL */ local
424 s_print(prefix, "%s ", def->def.ty.old_prefix);
426 prefix[0] = 0;
433 f_print(fout, "\t%s%s *%s_val;\n", prefix, old, name);
437 f_print(fout, "%s%s *%s", prefix, old, name);
440 f_print(fout, "%s%s %s[%s]", prefix, old, name,
444 f_print(fout, "%s%s %s", prefix, old, name);
455 const char *prefix; local
462 if (streq(dec->type, name) && !dec->prefix) {
[all...]
/freebsd-9.3-release/contrib/ncurses/misc/
H A Drun_tic.in46 : ${prefix=@prefix@}
159 cd ${DESTDIR}$prefix
161 # same $prefix as the other installed directories.
162 RELATIVE=`echo $ticdir|sed -e 's%^'$prefix'/%%'`
164 RELATIVE=../`echo $ticdir|sed -e 's%^'$prefix'/%%' -e 's%^/%%'`
/freebsd-9.3-release/usr.bin/systat/
H A Ddevs.c147 if (prefix(cmd, "display") || prefix(cmd, "add"))
149 if (prefix(cmd, "ignore") || prefix(cmd, "delete"))
151 if (prefix(cmd, "show") || prefix(cmd, "only"))
153 if (prefix(cmd, "type") || prefix(cmd, "match"))
155 if (prefix(cmd, "refresh")) {
171 if (prefix(cm
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A Dmessages.c446 as_internal_value_out_of_range (char * prefix, argument
456 if (prefix == NULL)
457 prefix = "";
470 prefix, (int) val, (int) right);
473 prefix, (int) val, (int) right);
489 prefix, (int) val, (int) min, (int) max);
492 prefix, (int) val, (int) min, (int) max);
511 as_bad_where (file, line, err, prefix, val_buf, min_buf, max_buf);
513 as_warn_where (file, line, err, prefix, val_buf, min_buf, max_buf);
518 as_warn_value_out_of_range (char * prefix, argument
529 as_bad_value_out_of_range(char * prefix, offsetT value, offsetT min, offsetT max, char * file, unsigned line) argument
[all...]
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dpe.c251 const char * prefix;
260 prefix = ".text$";
262 prefix = ".rdata$";
264 prefix = ".data$";
265 len = strlen (name) + strlen (prefix);
267 sprintf (string, "%s%s", prefix, name);
250 const char * prefix; local
/freebsd-9.3-release/contrib/libpcap/
H A Drunlex.sh114 # write to lex.yy.c, it writes to a lex.{prefix from -P}.c.
211 # Get the name of the prefix; scan the source files for a %option prefix
214 prefix=`sed -n 's/%option[ ][ ]*prefix="\(.*\)".*/\1/p' "$@" | tail -1`
215 if [ ! -z "$prefix" ]
217 prefixline="#define yylex ${prefix}lex"
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Ddump_state.c38 static void ieee802_1x_dump_state(FILE *f, const char *prefix, argument
45 fprintf(f, "%sIEEE 802.1X:\n", prefix);
49 fprintf(f, "%sidentity=", prefix);
56 "Supplicant: %d (%s)\n", prefix,
61 fprintf(f, "%scached_packets=%s\n", prefix,
64 eapol_auth_dump_state(f, prefix, sm);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzpool_prop.c177 static const char *prefix = "feature@"; local
178 return (strncmp(name, prefix, strlen(prefix)) == 0);
187 static const char *prefix = "unsupported@"; local
188 return (strncmp(name, prefix, strlen(prefix)) == 0);

Completed in 299 milliseconds

1234567891011>>