Searched refs:prefix (Results 201 - 225 of 708) sorted by relevance

1234567891011>>

/freebsd-10-stable/etc/rc.d/
H A Datm1141 # Configure UNI NSAP prefix
145 echo ' missing NSAP prefix for UNI interface'
154 atm set prefix ${phy} ${prefix_args} || continue
/freebsd-10-stable/gnu/usr.bin/binutils/libiberty/
H A DMakefile23 make-relative-prefix.c \
/freebsd-10-stable/gnu/usr.bin/cc/libiberty/
H A DMakefile20 xmalloc.c xmemdup.c xstrdup.c xstrerror.c make-relative-prefix.c \
/freebsd-10-stable/kerberos5/lib/libgssapi_ntlm/
H A DMakefile35 prefix.c \
/freebsd-10-stable/lib/libedit/
H A Dchartype.h67 #define FUN(prefix,rest) prefix ## _w ## rest
116 #define FUN(prefix,rest) prefix ## _ ## rest
/freebsd-10-stable/usr.sbin/mlxcontrol/
H A Dmlxcontrol.h57 extern void mlx_print_phys_drv(struct mlx_phys_drv *drv, int channel, int target, char *prefix, int verbose);
/freebsd-10-stable/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c84 static char prefix[MAXPATHLEN]; variable
120 strcpy(prefix, _PATH_PWD);
140 strlcpy(prefix, optarg, sizeof(prefix));
217 (void)snprintf(buf, sizeof(buf), "%s/%s.tmp", prefix, _MP_DB);
218 (void)snprintf(sbuf, sizeof(sbuf), "%s/%s.tmp", prefix, _SMP_DB);
222 (void)snprintf(buf2, sizeof(buf2), "%s/%s", prefix, _MP_DB);
223 (void)snprintf(sbuf2, sizeof(sbuf2), "%s/%s", prefix, _SMP_DB);
609 (void)snprintf(buf, sizeof(buf), "%s/%s.tmp", prefix, _MP_DB);
610 (void)snprintf(buf2, sizeof(buf2), "%s/%s", prefix, _MP_D
[all...]
/freebsd-10-stable/contrib/bmake/mk/
H A Down.mk30 prefix?= /usr macro
31 .if exists(${prefix}/lib)
32 libprefix?= ${prefix}
148 INCLUDEDIR?= ${prefix}/include
155 MANDIR?= ${prefix}/share/man/${MANTARGET}
175 DOCDIR?= ${prefix}/share/doc
180 NLSDIR?= ${prefix}/share/nls
185 KMODDIR?= ${prefix}/lkm
/freebsd-10-stable/crypto/openssh/
H A DMakefile.in8 prefix=@prefix@
/freebsd-10-stable/contrib/bmake/
H A DMakefile69 prefix?= /usr macro
72 DEFAULT_SYS_PATH?= ${prefix}/share/mk
187 SHAREDIR= ${SHAREDIR.bmake:U${prefix}/share}
188 BINDIR= ${BINDIR.bmake:U${prefix}/bin}
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_zstd.c118 unsigned prefix; local
131 prefix = archive_le32dec(buffer);
132 if (prefix == zstd_magic)
134 if ((prefix & zstd_magic_skippable_mask) == zstd_magic_skippable_start)
/freebsd-10-stable/contrib/byacc/
H A Dmain.c208 ," -b file_prefix set filename prefix (default \"y.\")"
216 ," -p symbol_prefix set symbol prefix (default \"yy\")"
419 char *prefix; local
421 prefix = NULL;
428 if (!(prefix = strstr(output_file_name, OUTPUT_SUFFIX))
429 && (prefix = strstr(output_file_name, ".c")))
436 if (prefix != NULL)
438 len = (size_t) (prefix - output_file_name);
480 if (prefix != NULL)
/freebsd-10-stable/contrib/tcpdump/
H A Dprint-eigrp.c220 u_int8_t prefix[4]; local
329 printf("\n\t illegal prefix length %u",bit_length);
333 memset(prefix, 0, 4);
334 memcpy(prefix,&tlv_ptr.eigrp_tlv_ip_int->destination,byte_length);
336 printf("\n\t IPv4 prefix: %15s/%u, nexthop: ",
337 ipaddr_string(prefix),
358 printf("\n\t illegal prefix length %u",bit_length);
362 memset(prefix, 0, 4);
363 memcpy(prefix,&tlv_ptr.eigrp_tlv_ip_ext->destination,byte_length);
365 printf("\n\t IPv4 prefix
[all...]
/freebsd-10-stable/contrib/wpa/src/utils/
H A Dwpa_debug.c600 char prefix[130]; local
609 prefix[0] = '\0';
613 int res = os_snprintf(prefix, sizeof(prefix), "%s: ",
615 if (res < 0 || res >= (int) sizeof(prefix))
616 prefix[0] = '\0';
621 wpa_printf(level, "%s%s", prefix, buf);
/freebsd-10-stable/sys/boot/common/
H A Ddisk.c56 const char *prefix; member in struct:print_args
196 sprintf(line, " %s%s: %s", pa->prefix, pname,
211 sprintf(line, " %s%s", pa->prefix, pname);
213 bsd.prefix = line;
222 disk_print(struct disk_devdesc *dev, char *prefix, int verbose) argument
230 pa.prefix = prefix;
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache-memcache.c52 /* A prefix used to differentiate our data from any other data in
54 const char *prefix; member in struct:memcache_t
101 long_key = apr_pstrcat(pool, "SVN:", cache->prefix, ":", encoded_suffix,
386 info->id = apr_pstrdup(result_pool, cache->prefix);
410 const char *prefix,
419 cache->prefix = svn_path_uri_encode(prefix, pool);
526 const char *prefix,
405 svn_cache__create_memcache(svn_cache__t **cache_p, svn_memcache_t *memcache, svn_cache__serialize_func_t serialize_func, svn_cache__deserialize_func_t deserialize_func, apr_ssize_t klen, const char *prefix, apr_pool_t *pool) argument
520 svn_cache__create_memcache(svn_cache__t **cache_p, svn_memcache_t *memcache, svn_cache__serialize_func_t serialize_func, svn_cache__deserialize_func_t deserialize_func, apr_ssize_t klen, const char *prefix, apr_pool_t *pool) argument
/freebsd-10-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c366 prefix, prefix, prefix);
377 prefix,
410 prefix,
412 prefix,
428 prefix,
429 prefix,
431 prefix,
433 prefix,
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpoint.cpp212 // If prefix is NULL, we display the watch id and ignore the prefix altogether.
214 Watchpoint::DumpSnapshots(Stream *s, const char *prefix) const
216 if (!prefix)
219 prefix = "";
224 s->Printf("\n%sold value: %s", prefix, m_old_value_sp->GetValueAsCString());
228 s->Printf("\n%snew value: %s", prefix, m_new_value_sp->GetValueAsCString());
/freebsd-10-stable/contrib/ncurses/
H A Dmk-1st.awk38 # prefix (e.g., "lib", for Unix-style libraries)
66 return sprintf("%s%s%s", prefix, a_name, suffix)
71 result = sprintf("%s%s%s.a", prefix, a_name, suffix);
82 result = sprintf("%s%s.$(ABI_VERSION)%s", prefix, a_name, suffix);
93 result = sprintf("%s%s.$(REL_VERSION)%s", prefix, a_name, suffix);
238 printf "# prefix: %s\n", prefix
/freebsd-10-stable/contrib/gperf/doc/
H A Dconfigure588 prefix
639 prefix=NONE
659 datarootdir='${prefix}/share'
661 sysconfdir='${prefix}/etc'
662 sharedstatedir='${prefix}/com'
663 localstatedir='${prefix}/var'
664 includedir='${prefix}/include'
758 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
762 -exec-prefix
[all...]
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-i386.c157 /* PREFIX holds all the given prefix opcodes (usually null).
158 PREFIXES is the number of prefix opcodes. */
160 unsigned char prefix[MAX_PREFIXES]; member in struct:_i386_insn
290 /* 1 if register prefix % not required. */
293 /* Register prefix used for error message. */
379 prefix), and doesn't work, unless the destination is in the bottom
755 0x66 prefix will be used.
991 /* Returns 0 if attempting to add a prefix where one from the same
995 add_prefix (unsigned int prefix)
1000 if (prefix >
994 add_prefix(unsigned int prefix) argument
3005 unsigned int prefix = DATA_PREFIX_OPCODE; local
3749 int prefix; local
3893 int prefix; local
3978 unsigned int prefix; local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c274 * setPrefixPresent - Marks that a particular prefix is present at a particular
277 * @param insn - The instruction to be marked as having the prefix.
278 * @param prefix - The prefix that is present.
279 * @param location - The location where the prefix is located (in the address
283 uint8_t prefix,
286 insn->prefixPresent[prefix] = 1;
287 insn->prefixLocations[prefix] = location;
291 * isPrefixAtLocation - Queries an instruction to determine whether a prefix is
295 * @param prefix
282 setPrefixPresent(struct InternalInstruction* insn, uint8_t prefix, uint64_t location) argument
299 isPrefixAtLocation(struct InternalInstruction* insn, uint8_t prefix, uint64_t location) argument
[all...]
/freebsd-10-stable/sys/fs/fuse/
H A Dfuse_vnops.c2011 char *prefix; local
2025 prefix = EXTATTR_NAMESPACE_SYSTEM_STRING;
2027 prefix = EXTATTR_NAMESPACE_USER_STRING;
2029 len = strlen(prefix) + sizeof(extattr_namespace_separator) +
2048 snprintf(attr_str, len, "%s%c%s", prefix, extattr_namespace_separator,
2104 char *prefix; local
2118 prefix = EXTATTR_NAMESPACE_SYSTEM_STRING;
2120 prefix = EXTATTR_NAMESPACE_USER_STRING;
2122 len = strlen(prefix) + sizeof(extattr_namespace_separator) +
2132 snprintf(attr_str, len, "%s%c%s", prefix, extattr_namespace_separato
2179 fuse_xattrlist_convert(char *prefix, const char *list, int list_len, char *bsd_list, int *bsd_list_len) argument
2232 char *prefix; local
2326 char *prefix; local
[all...]
/freebsd-10-stable/contrib/nvi/common/
H A Dmsg.c53 size_t prefix; /* Prefix string length. */ member in struct:__anon4166
131 * Error prefix.
151 * the file name and line number prefix.
216 str[soff].prefix = u - t;
261 memmove(s_rbp, str[cnt2].str, str[cnt2].prefix);
262 memmove(s_rbp + str[cnt2].prefix,
263 str[cnt2].str + str[cnt2].prefix +
265 s_rbp += str[cnt2].prefix + str[cnt2].suffix;
299 str[cnt2].prefix = p - t;
313 memmove(rbp, str[cnt1].str, str[cnt1].prefix);
[all...]
/freebsd-10-stable/contrib/flex/
H A Dmain.c69 char *prefix, *yyclass, *extra_type = NULL;
350 prefix, suffix);
398 nbytes = strlen (prefix) + strlen (tablesfile_template) + 2;
400 snprintf (pname, nbytes, tablesfile_template, prefix);
411 nbytes = strlen (prefix) + strlen ("tables") + 2;
413 snprintf (tablesname, nbytes, "%stables", prefix);
435 buf_m4_define(&m4defs_buf, "M4_YY_PREFIX", prefix);
690 fprintf (header_out, "#undef %sIN_HEADER\n", prefix);
691 fprintf (header_out, "#endif /* %sHEADER_H */\n", prefix);
814 if (strcmp (prefix, "y
68 char *prefix, *yyclass, *extra_type = NULL; variable
[all...]

Completed in 313 milliseconds

1234567891011>>