HomeSort by relevance Sort by last modified time
    Searched defs:prefix (Results 76 - 100 of 3101) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/iptables/include/linux/netfilter_ipv6/
ip6t_LOG.h 16 char prefix[30]; member in struct:ip6t_log_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_LOG.h 17 char prefix[30]; member in struct:xt_log_info
xt_NFLOG.h 22 char prefix[64]; member in struct:xt_nflog_info
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_log.h 17 __u8 prefix[EBT_LOG_PREFIX_SIZE]; member in struct:ebt_log_info
ebt_nflog.h 21 char prefix[EBT_NFLOG_PREFIX_SIZE]; member in struct:ebt_nflog_info
  /external/kernel-headers/original/uapi/linux/netfilter_ipv4/
ipt_LOG.h 19 char prefix[30]; member in struct:ipt_log_info
  /external/kernel-headers/original/uapi/linux/netfilter_ipv6/
ip6t_LOG.h 19 char prefix[30]; member in struct:ip6t_log_info
  /external/libcups/cups/
notify.c 36 const char *prefix, /* Prefix on subject */ local
74 prefix = _cupsLangString(lang, _("Print Job:"));
105 prefix,
118 prefix = _cupsLangString(lang, _("Printer:"));
137 prefix,
  /external/libxml2/doc/examples/
xpath1.c 149 xmlChar* prefix; local
168 /* find prefix */
169 prefix = next;
186 if(xmlXPathRegisterNs(xpathCtx, prefix, href) != 0) {
187 fprintf(stderr,"Error: unable to register NS with prefix=\"%s\" and href=\"%s\"\n", prefix, href);
224 ns->prefix, ns->href, cur->ns->href, cur->name);
227 ns->prefix, ns->href, cur->name);
  /external/ltp/testcases/lib/
tst_net_ip_prefix.c 32 "%s IP_LHOST[/PREFIX]\n"
33 "%s -r IP_RHOST[/PREFIX]\n"
35 "Set IP variables without prefix and prefix for given IP.\n"
37 "Export one of the following variables without /prefix:\n"
43 "IPV4_LPREFIX: IPv4 prefix for IPV4_LNETWORK\n"
44 "IPV4_RPREFIX: IPv4 prefix for IPV4_RNETWORK\n"
45 "IPV6_LPREFIX: IPv6 prefix for IPV6_LNETWORK\n"
46 "IPV6_RPREFIX: IPv6 prefix for IPV6_RNETWORK\n"
47 "Default IPv4 prefix: %d.\n
63 int is_ipv6, is_rhost = 0, prefix; local
    [all...]
  /external/ltp/testcases/open_posix_testsuite/
Makefile 29 prefix?= `$(top_srcdir)/scripts/print_prefix.sh` macro
31 datadir?= $(prefix)/share
33 exec_prefix?= $(prefix)
  /external/lzma/CPP/7zip/UI/Common/
WorkDir.cpp 24 FString prefix = path.Left(3); local
25 if (prefix[1] == FTEXT(':') && prefix[2] == FTEXT('\\'))
27 UINT driveType = GetDriveType(GetSystemString(prefix, ::AreFileApisANSI() ? CP_ACP : CP_OEMCP));
34 UINT driveType = GetDriveType(parsedPath.Prefix);
  /external/mmc-utils/
Makefile 17 prefix ?= /usr/local macro
18 bindir = $(prefix)/bin
  /external/parameter-framework/upstream/test/tmpfile/windows/
TmpFile.cpp 74 char prefix[] = "pfw"; // GetTempFileName uses up to the first three characters local
76 if (::GetTempFileName(directory, prefix, 0, path) == 0) {
80 "\", with prefix \"" + prefix + "\": (" + to_string(error) + ") " +
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.cc 102 const string prefix = descriptor->containing_oneof()->name() + "_."; local
103 (*variables)["oneof_prefix"] = prefix;
106 StrCat(prefix, (*variables)["name"], "_");
  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generator_unittest.cc 51 string prefix = "."; local
52 while (!File::Exists(prefix + "/src/google/protobuf/compiler/ruby" + file)) {
53 if (!File::Exists(prefix)) {
58 prefix += "/..";
60 return prefix + "/src/google/protobuf/compiler/ruby";
  /external/python/cpython2/RISCOS/Modules/
getpath_riscos.c 4 static char *prefix, *exec_prefix, *progpath, *module_search_path=NULL; variable
23 prefix = "<Python$Dir>";
24 exec_prefix = prefix;
43 return prefix;
  /external/selinux/libsemanage/src/
users_extra_file.c 28 const char *prefix = semanage_user_extra_get_prefix(user_extra); local
30 if (fprintf(str, "user %s prefix %s;\n", name, prefix) < 0)
67 /* Prefix string */
70 if (parse_assert_str(handle, info, "prefix") < 0)
75 /* Extract prefix */
  /external/selinux/libsepol/cil/src/
cil_fqn.c 40 char prefix[CIL_MAX_NAME_LENGTH]; member in struct:cil_fqn_args
50 char prefix[CIL_MAX_NAME_LENGTH]; local
63 strcpy(prefix, fqn_args->prefix);
64 strcat(prefix, datum->name);
65 datum->fqn = cil_strpool_add(prefix);
94 strcpy(child_args.prefix, fqn_args->prefix);
95 strcat(child_args.prefix, datum->name);
96 strcat(child_args.prefix, ".")
    [all...]
  /external/smali/util/src/main/java/org/jf/util/
OldWrappedIndentingWriter.java 45 /** null-ok; optional prefix for every line */
46 private final String prefix; field in class:OldWrappedIndentingWriter
68 * <code>prefix</code>), or <code>0</code> for no maximum
69 * @param prefix non-null; the prefix for each line
71 public OldWrappedIndentingWriter(Writer out, int width, String prefix) {
82 if (prefix == null) {
83 throw new NullPointerException("prefix == null");
88 this.prefix = (prefix.length() == 0) ? null : prefix
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/extensions/compactnotation/
CompactData.java 24 private String prefix; field in class:CompactData
28 public CompactData(String prefix) {
29 this.prefix = prefix;
33 return prefix;
46 return "CompactData: " + prefix + " " + properties;
  /external/squashfs-tools/squashfs-tools/
unsquashfs_xattr.c 60 int prefix = xattr_list[i].type & SQUASHFS_XATTR_PREFIX_MASK; local
62 if(user_xattrs && prefix != SQUASHFS_XATTR_USER)
65 if(root_process || prefix == SQUASHFS_XATTR_USER) {
  /external/strace/
sg_io_v3.c 131 const char *prefix = NULL; local
137 prefix = ", ";
139 prefix = " => ";
141 if (prefix) {
142 tprints(prefix);
  /external/swiftshader/src/OpenGL/compiler/
Diagnostics.cpp 44 TPrefixType prefix = EPrefixNone; local
49 prefix = EPrefixError;
53 prefix = EPrefixWarning;
62 sink.prefix(prefix);
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_pass_pipeline.cc 93 string prefix = name().ToString() + ": pipeline start"; local
116 StrAppend(&message, prefix, ", before ", pass->name());
128 prefix.clear();
129 StrAppend(&prefix, name(), ": after ", pass->name());
131 DumpModuleGraph(*module, prefix + ", pipeline end");

Completed in 278 milliseconds

1 2 34 5 6 7 8 91011>>