HomeSort by: relevance | last modified time | path
    Searched refs:prefix (Results 1 - 25 of 2797) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
xerror.h 29 first line prefixed with PREFIX and the remaining lines prefixed with
31 PREFIX is NULL. Free the PREFIX and MESSAGE when done. */
32 extern void multiline_warning (char *prefix, char *message);
35 first line prefixed with PREFIX and the remaining lines prefixed with
37 PREFIX is NULL. Free the PREFIX and MESSAGE when done. */
38 extern void multiline_error (char *prefix, char *message);
xerror.c 35 first line prefixed with PREFIX and the remaining lines prefixed with
37 PREFIX is NULL. Free the PREFIX and MESSAGE when done. */
39 multiline_warning (char *prefix, char *message)
49 if (prefix != NULL)
57 fputs (prefix, stderr);
58 width += mbswidth (prefix, 0);
59 free (prefix);
88 first line prefixed with PREFIX and the remaining lines prefixed with
90 PREFIX is NULL. Free the PREFIX and MESSAGE when done. *
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
xerror.h 29 first line prefixed with PREFIX and the remaining lines prefixed with
31 PREFIX is NULL. Free the PREFIX and MESSAGE when done. */
32 extern void multiline_warning (char *prefix, char *message);
35 first line prefixed with PREFIX and the remaining lines prefixed with
37 PREFIX is NULL. Free the PREFIX and MESSAGE when done. */
38 extern void multiline_error (char *prefix, char *message);
xerror.c 35 first line prefixed with PREFIX and the remaining lines prefixed with
37 PREFIX is NULL. Free the PREFIX and MESSAGE when done. */
39 multiline_warning (char *prefix, char *message)
49 if (prefix != NULL)
57 fputs (prefix, stderr);
58 width += mbswidth (prefix, 0);
59 free (prefix);
88 first line prefixed with PREFIX and the remaining lines prefixed with
90 PREFIX is NULL. Free the PREFIX and MESSAGE when done. *
    [all...]
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
xerror.h 29 first line prefixed with PREFIX and the remaining lines prefixed with
31 PREFIX is NULL. Free the PREFIX and MESSAGE when done. */
32 extern void multiline_warning (char *prefix, char *message);
35 first line prefixed with PREFIX and the remaining lines prefixed with
37 PREFIX is NULL. Free the PREFIX and MESSAGE when done. */
38 extern void multiline_error (char *prefix, char *message);
xerror.c 35 first line prefixed with PREFIX and the remaining lines prefixed with
37 PREFIX is NULL. Free the PREFIX and MESSAGE when done. */
39 multiline_warning (char *prefix, char *message)
49 if (prefix != NULL)
57 fputs (prefix, stderr);
58 width += mbswidth (prefix, 0);
59 free (prefix);
88 first line prefixed with PREFIX and the remaining lines prefixed with
90 PREFIX is NULL. Free the PREFIX and MESSAGE when done. *
    [all...]
  /src/usr.sbin/faithd/
prefix.h 1 /* $NetBSD: prefix.h,v 1.3 2018/01/23 21:27:20 sevan Exp $ */
2 /* $KAME: prefix.h,v 1.4 2001/09/05 03:04:21 itojun Exp $ */
33 struct prefix { struct
42 struct prefix match;
43 struct prefix dest;
44 struct prefix src; /* src to use for outgoing connection */
49 extern const char *prefix_string(const struct prefix *);
50 extern int prefix_match(const struct prefix *, const struct sockaddr *);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-parameter-prefix.exp 26 # Helper proc to generate the output of 'show PREFIX' commands for the
27 # case where the prefix command doesn't handle unknown sub-commands.
29 # PREFIX.
30 proc make_show_prefix_re { prefix } {
31 return "$prefix param-1:\\s+The current value of '$prefix param-1' is \"off\"\\."
35 # commands under PREFIX. The MODE is either 'set' or 'show'. This
36 # output will appear for 'help MODE PREFIX' and also for 'set PREFIX'.
37 proc make_sub_cmd_help_re { mode prefix } {
    [all...]
  /src/usr.sbin/rtadvd/
config.h 35 extern void delete_prefix(struct prefix *);
36 extern void invalidate_prefix(struct prefix *);
37 extern void update_prefix(struct prefix *);
  /src/external/bsd/bc/dist/
warranty.c 57 warranty(const char *prefix)
59 printf ("\n%s", prefix);
  /src/external/bsd/jemalloc/dist/bin/
jemalloc.sh.in 3 prefix=@prefix@
  /src/external/bsd/jemalloc.old/dist/bin/
jemalloc.sh.in 3 prefix=@prefix@
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.testsuite/
capture-command-output.exp 19 # Check output with no prefix.
21 with_test_prefix no-prefix {
26 # Check output with matching prefix.
28 with_test_prefix matching-prefix {
33 # Check output with non-matching prefix.
35 with_test_prefix non-matching-prefix {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.testsuite/
capture-command-output.exp 19 # Check output with no prefix.
21 with_test_prefix no-prefix {
26 # Check output with matching prefix.
28 with_test_prefix matching-prefix {
33 # Check output with non-matching prefix.
35 with_test_prefix non-matching-prefix {
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
omr-watcher.c 114 omr_prefix_metadata_set(omr_prefix_t *prefix, int metric, int flags, int rloc, bool stable, bool ncp)
116 prefix->metric = metric;
117 prefix->flags = flags;
118 prefix->rloc = rloc;
119 prefix->stable = stable;
120 prefix->ncp = ncp;
121 prefix->user = !ncp;
122 prefix->onmesh = CTI_PREFIX_FLAGS_ON_MESH(flags);
123 prefix->slaac = CTI_PREFIX_FLAGS_SLAAC(flags);
124 prefix->dhcp = CTI_PREFIX_FLAGS_DHCP(flags)
288 omr_prefix_t **ppref = &omw->prefixes, *prefix = NULL, **new = NULL; local
743 omr_prefix_t **opl, *prefix = NULL; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-getopt.h 50 ``error("%s: Unknown option %c", prefix, option)'' while
53 extern int mi_getopt (const char *prefix, int argc, const char *const *argv,
56 extern int mi_getopt_allow_unknown (const char *prefix, int argc,
72 PREFIX is passed to mi_getopt for an error message.
78 extern int mi_valid_noargs (const char *prefix, int argc,
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-getopt.h 50 ``error("%s: Unknown option %c", prefix, option)'' while
53 extern int mi_getopt (const char *prefix, int argc, const char *const *argv,
56 extern int mi_getopt_allow_unknown (const char *prefix, int argc,
72 PREFIX is passed to mi_getopt for an error message.
78 extern int mi_valid_noargs (const char *prefix, int argc,
  /src/crypto/external/apache2/openssl/dist/test/recipes/
15-test_ec.t 33 tconversion( -type => 'ec', -prefix => 'ec-priv',
41 tconversion( -type => 'ec', -prefix => 'sm2-priv',
47 tconversion( -type => 'ec', -prefix => 'ec-pkcs8',
52 tconversion( -type => 'ec', -prefix => 'ec-pub',
58 tconversion( -type => 'pkey', -prefix => 'ec-pkey-priv',
62 tconversion( -type => 'pkey', -prefix => 'ec-pkey-pkcs8',
67 tconversion( -type => 'pkey', -prefix => 'ec-pkey-pub',
76 tconversion( -type => "pkey", -prefix => "ed25519-pkey-priv",
80 tconversion( -type => "pkey", -prefix => "ed25519-pkey-pkcs8",
85 tconversion( -type => "pkey", -prefix => "ed25519-pkey-pub"
    [all...]
30-test_ml_dsa.t 34 -prefix => "mldsa44-pkey-priv" );
40 -prefix => "mldsa44-pkey-pkcs8" );
46 -prefix => "mldsa44-pkey-pub" );
52 -prefix => "mldsa65-pkey-priv");
56 -args => ["pkey"], -prefix => "mldsa65-pkey-pkcs8");
62 -prefix => "mldsa65-pkey-pub" );
68 -prefix => "mldsa87-pkey-priv" );
74 -prefix => "mldsa87-pkey-pkcs8" );
80 -prefix => "mldsa87-pkey-pub" );
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
command-def-selftests.c 37 broken_doc_invariant (const char *prefix, const char *name, const char *msg)
40 prefix, name, msg);
53 check_doc (struct cmd_list_element *commandlist, const char *prefix)
68 (prefix, c->name,
72 (prefix, c->name,
78 (prefix, c->name,
87 broken_doc_invariant (prefix, c->name, "has a leading newline");
92 broken_doc_invariant (prefix, c->name,
97 broken_doc_invariant (prefix, c->name, "has over-long line");
102 broken_doc_invariant (prefix, c->name, "has over-long line")
    [all...]
  /src/external/gpl3/gdb/dist/gdb/unittests/
command-def-selftests.c 36 broken_doc_invariant (const char *prefix, const char *name, const char *msg)
39 prefix, name, msg);
52 check_doc (struct cmd_list_element *commandlist, const char *prefix)
67 (prefix, c->name,
71 (prefix, c->name,
77 (prefix, c->name,
86 broken_doc_invariant (prefix, c->name, "has a leading newline");
91 broken_doc_invariant (prefix, c->name,
96 broken_doc_invariant (prefix, c->name, "has over-long line");
101 broken_doc_invariant (prefix, c->name, "has over-long line")
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
configure 30 prefix=/usr/local
31 mandir=${prefix}/man
34 --prefix=*) prefix=$(echo "$1" | sed -e 's|--prefix=||') ;;
60 sed -e 's|@PREFIX@|'${prefix}'|g' \
  /src/external/bsd/nsd/dist/simdzone/src/generic/
apl.h 2 * apl.h -- Address Prefix Lists (RFC3123) parser
18 uint32_t prefix; local
38 (void)(count += 2), prefix = digits[0];
40 (void)(count += 3), prefix = digits[0] * 10 + digits[1];
41 if (prefix > 32 || (size_t)count != length)
43 octets[2] = (uint8_t)prefix;
59 (void)(count += 2), prefix = digits[0];
61 (void)(count += 3), prefix = digits[0] * 10 + digits[1];
63 (void)(count += 4), prefix = digits[0] * 100 + digits[1] * 10 + digits[0];
64 if (prefix > 128 || (size_t)count != length
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/recipes/
15-test_ec.t 33 tconversion( -type => 'ec', -prefix => 'ec-priv',
37 tconversion( -type => 'ec', -prefix => 'ec-pkcs8',
42 tconversion( -type => 'ec', -prefix => 'ec-pub',
48 tconversion( -type => 'pkey', -prefix => 'ec-pkey-priv',
52 tconversion( -type => 'pkey', -prefix => 'ec-pkey-pkcs8',
57 tconversion( -type => 'pkey', -prefix => 'ec-pkey-pub',
63 tconversion( -type => "pkey", -prefix => "ed25519-pkey-priv",
67 tconversion( -type => "pkey", -prefix => "ed25519-pkey-pkcs8",
72 tconversion( -type => "pkey", -prefix => "ed25519-pkey-pub",
77 tconversion( -type => "pkey", -prefix => "ed448-pkey-priv"
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
mkmap-flat.awk 30 prefix = "_";
32 prefix = "";
85 sym = prefix $1;

Completed in 44 milliseconds

1 2 3 4 5 6 7 8 91011>>