HomeSort by: relevance | last modified time | path
    Searched defs:suffix (Results 1 - 25 of 337) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/ipf/dist/lib/
printaddr.c 19 char *suffix; local
24 suffix = "bcast";
30 suffix = NULL;
34 suffix = "net";
38 suffix = "netmasked";
42 suffix = "peer";
46 suffix = NULL;
53 suffix = NULL;
59 suffix = NULL;
65 suffix = NULL
    [all...]
  /src/sys/compat/common/
kern_mod_80.c 70 const char *suffix = "..."; local
106 strlen(suffix) - 1] = '\0';
107 strlcat(oms->oms_required, suffix,
130 strlen(suffix) - 1] = '\0';
131 strlcat(oms->oms_required, suffix,
  /src/external/bsd/pkg_install/dist/create/
perform.c 137 const char *full_pkg, *suffix; local
141 /* Break the package name into base and desired suffix (if any) */
146 suffix = cp + 1;
152 suffix = "tgz";
228 retval = pkg_build(pkg, full_pkg, suffix, &plist);
  /src/external/bsd/tmux/dist/
cmd-find-window.c 50 const char *s = args_string(args, 0), *suffix = ""; local
62 suffix = "/ri";
64 suffix = "/r";
66 suffix = "/i";
79 suffix, s, suffix, star, s, star, suffix, star, s, star);
83 suffix, s, suffix, star, s, star);
87 suffix, s, suffix, star, s, star)
    [all...]
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_expand.c 114 const char *suffix; local
122 suffix = name + prefix_len;
127 if (*suffix == 0) {
139 else if (STREQ(suffix, MAIL_ATTR_S_NAME)) {
154 else if (STREQ(suffix, MAIL_ATTR_S_DOMAIN)) {
  /src/sys/compat/netbsd32/
netbsd32_compat_80.c 65 const char *suffix = "..."; local
96 strlen(suffix) - 1] = '\0';
97 strlcat(oms->oms_required, suffix,
120 strlen(suffix) - 1] = '\0';
121 strlcat(oms->oms_required, suffix,
  /src/sys/kern/
tty_bsdpty.c 93 const char *suffix; local
101 suffix = TTY_OLD_SUFFIX;
105 suffix = TTY_NEW_SUFFIX;
111 bf[9] = suffix[minor % nt];
  /src/tests/lib/libc/stdlib/
t_mktemp.c 147 char *suffix = strchr(template, 'y'); local
157 ATF_REQUIRE(strcmp(suffix, "yyy") == 0);
236 char *suffix = strchr(template, 'y'); local
249 ATF_REQUIRE(strcmp(suffix, "yyy") == 0);
  /src/external/lgpl3/mpc/dist/src/
inp_str.c 109 char *suffix; local
127 suffix = extract_suffix (stream);
128 nread += strlen (suffix) + 1;
135 ret = sprintf (str + lenstr, "(%s", suffix);
151 mpc_free_str (suffix);
  /src/external/lgpl3/mpfr/dist/tests/
tl2b.c 45 char suffix[2]; /* "" or ")" */ local
54 strcpy (suffix, ")");
59 strcpy (suffix, "");
82 if (j == 0 && printf ("%s };\n", suffix) < 0)
84 else if (j > 0 && printf ("%s, %s", suffix, prefix) < 0)
  /src/external/mit/isl/dist/
isl_printer_private.h 38 char *suffix; member in struct:isl_printer
  /src/sys/arch/mvme68k/stand/netboot/
config.h 52 u_short suffix; member in struct:brdid
  /src/usr.sbin/ypserv/common/
ypdb.c 66 * First ensure that file has a suffix of YPDB_SUFFIX.
78 const char *cp, *suffix; local
82 suffix = "";
84 suffix = YPDB_SUFFIX;
85 if ((size_t)snprintf(path, sizeof(path), "%s%s", file, suffix) >
  /src/crypto/external/bsd/netpgp/dist/src/lib/
crypto.c 482 const char *suffix = infile + strlen(infile) - suffixlen; local
485 if (strcmp(suffix, ".gpg") == 0 ||
486 strcmp(suffix, ".asc") == 0) {
487 filenamelen = (unsigned)(strlen(infile) - strlen(suffix));
507 /* \todo check for suffix matching armour param */
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
auditlog.c 82 char *what, *whatm, *suffix; local
119 suffix = op->o_bd->be_suffix[0].bv_len ? op->o_bd->be_suffix[0].bv_val :
137 what, (long)stamp, suffix, who ? " " : "", who ? who->bv_val : "",
  /src/external/bsd/zstd/dist/programs/
util.h 219 * precision, value, suffix order to a "%.*f%s" format string.
227 const char* suffix; member in struct:__anon8886
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
backupfile.c 93 const char *suffix = simple_backup_suffix; local
117 suffix = numbered_suffix;
123 addext (s, suffix, '~');
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
backupfile.c 93 const char *suffix = simple_backup_suffix; local
117 suffix = numbered_suffix;
123 addext (s, suffix, '~');
  /src/external/gpl3/gcc/dist/gcc/
gcc-urlifier.cc 89 Return the url suffix if found, or nullptr otherwise. */
101 label_text suffix = get_url_suffix_for_option (p, sz); local
102 if (suffix.get ())
103 return suffix;
146 Return the url suffix if found, or nullptr otherwise. */
169 e.g. given "-Wno-suffix", generate "-Wsuffix". */
182 /* Copy suffix. */
gencfn-macros.cc 83 /* Return true if *BUILTINS contains BUILT_IN_<NAME><SUFFIX> for all
97 CFN_<NAME> also exists. FLOATN_P is a suffix to the operator name, blank
117 CFN_<NAME> also exists. FLOATN_P is a suffix to the operator name, blank
216 const char *const *const suffix = suffix_lists[j]; local
218 if (is_group (&builtins, root, suffix))
223 print_case_cfn (root, internal_p, suffix, "");
225 print_define_operator_list (root, internal_p, suffix, "");
233 if (suffix == flt_suffixes
  /src/external/gpl3/gcc.old/dist/gcc/
gencfn-macros.cc 83 /* Return true if *BUILTINS contains BUILT_IN_<NAME><SUFFIX> for all
97 CFN_<NAME> also exists. FLOATN_P is a suffix to the operator name, blank
117 CFN_<NAME> also exists. FLOATN_P is a suffix to the operator name, blank
216 const char *const *const suffix = suffix_lists[j]; local
218 if (is_group (&builtins, root, suffix))
223 print_case_cfn (root, internal_p, suffix, "");
225 print_define_operator_list (root, internal_p, suffix, "");
233 if (suffix == flt_suffixes
  /src/external/gpl3/gdb/dist/gnulib/import/
stat.c 291 name suffix. */
301 const char *suffix = last_dot + 1; local
302 if (_stricmp (suffix, "exe") == 0
303 || _stricmp (suffix, "bat") == 0
304 || _stricmp (suffix, "cmd") == 0
305 || _stricmp (suffix, "com") == 0)
str-two-way.h 90 length of the smallest word that shares a suffix with the left half
100 critical factorizations corresponds to a maximal suffix.
113 size_t j; /* Index into NEEDLE for current candidate suffix. */
145 /* Suffix is smaller, period is entire prefix so far. */
163 /* Suffix is larger, start over from current location. */
180 /* Suffix is smaller, period is entire prefix so far. */
198 /* Suffix is larger, start over from current location. */
204 /* Choose the shorter suffix. Return the index of the first byte of
211 factorization of the last byte, with the suffix having a period
212 of 1. While the maximal lexicographic suffix of 'aab' is 'b'
241 size_t suffix; \/* The index of the right half of needle. *\/ local
335 size_t suffix; \/* The index of the right half of needle. *\/ local
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
stat.c 291 name suffix. */
301 const char *suffix = last_dot + 1; local
302 if (_stricmp (suffix, "exe") == 0
303 || _stricmp (suffix, "bat") == 0
304 || _stricmp (suffix, "cmd") == 0
305 || _stricmp (suffix, "com") == 0)
str-two-way.h 90 length of the smallest word that shares a suffix with the left half
100 critical factorizations corresponds to a maximal suffix.
113 size_t j; /* Index into NEEDLE for current candidate suffix. */
145 /* Suffix is smaller, period is entire prefix so far. */
163 /* Suffix is larger, start over from current location. */
180 /* Suffix is smaller, period is entire prefix so far. */
198 /* Suffix is larger, start over from current location. */
204 /* Choose the shorter suffix. Return the index of the first byte of
211 factorization of the last byte, with the suffix having a period
212 of 1. While the maximal lexicographic suffix of 'aab' is 'b'
241 size_t suffix; \/* The index of the right half of needle. *\/ local
335 size_t suffix; \/* The index of the right half of needle. *\/ local
    [all...]

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 91011>>