Searched refs:suffix (Results 476 - 500 of 1166) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_prop.c944 const char *suffix; local
948 suffix = strchr(za.za_name, '$');
950 if (suffix == NULL) {
960 } else if (strcmp(suffix, ZPROP_INHERIT_SUFFIX) == 0) {
963 } else if (strcmp(suffix, ZPROP_RECVD_SUFFIX) == 0) {
967 (void) strncpy(buf, za.za_name, (suffix - za.za_name));
968 buf[suffix - za.za_name] = '\0';
/netbsd-current/usr.bin/newsyslog/
H A Dnewsyslog.c116 const char *suffix; member in struct:compressor
488 (void)strlcat(tmp, compress[j].suffix, sizeof(tmp));
545 (void)strlcat(file1, compress[j].suffix,
565 compress[ziptype].suffix);
576 i - 1, compress[j].suffix);
578 i, compress[j].suffix);
796 (void)snprintf(tmp, sizeof(tmp), "%s%s", fn, compress[ziptype].suffix);
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp623 // Count the number of X's, taking into account a possible cutoff suffix.
628 // Take into account the suffix.
629 unsigned suffix = 0; local
639 suffix = (unsigned) Result.getZExtValue();
640 n = (n > suffix) ? n - suffix : 0;
659 if (suffix) {
660 out << ", " << suffix << " character"; local
661 if (suffix > 1)
663 out << " used as a suffix";
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dmerge.c50 /* Entry this is a suffix of (if alignment is 0). */
51 struct sec_merge_hash_entry *suffix; member in union:sec_merge_hash_entry::__anon678
125 ret->u.suffix = NULL;
621 /* B cannot be a suffix of A unless A is equal to B, which is guaranteed
680 cmp->u.suffix = e;
724 e->secinfo = e->u.suffix->secinfo;
725 e->alignment = e->u.suffix->alignment;
726 e->u.index = e->u.suffix->u.index + (e->u.suffix->len - e->len);
H A Dppcboot.c252 mangle_name (bfd *abfd, char *suffix)
259 + strlen (suffix)
266 sprintf (buf, "_ppcboot_%s_%s", bfd_get_filename (abfd), suffix);
246 mangle_name(bfd *abfd, char *suffix) argument
/netbsd-current/external/gpl3/gcc/dist/lto-plugin/
H A Dlto-plugin.c207 suffix, so we can skip it in extensions. */
638 const char *suffix = ".lto_wrapper_args"; local
639 suffix += skip_in_suffix;
641 arguments_file_name = concat (link_output_name, suffix, NULL);
802 const char *suffix = ".ofldlist"; local
806 suffix += skip_in_suffix;
807 offload_objects_file_name = concat (link_output_name, suffix, NULL);
810 offload_objects_file_name = make_temp_file (suffix);
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dmerge.c50 /* Entry this is a suffix of (if alignment is 0). */
51 struct sec_merge_hash_entry *suffix; member in union:sec_merge_hash_entry::__anon525
125 ret->u.suffix = NULL;
621 /* B cannot be a suffix of A unless A is equal to B, which is guaranteed
680 cmp->u.suffix = e;
724 e->secinfo = e->u.suffix->secinfo;
725 e->alignment = e->u.suffix->alignment;
726 e->u.index = e->u.suffix->u.index + (e->u.suffix->len - e->len);
H A Dppcboot.c252 mangle_name (bfd *abfd, char *suffix)
259 + strlen (suffix)
266 sprintf (buf, "_ppcboot_%s_%s", bfd_get_filename (abfd), suffix);
246 mangle_name(bfd *abfd, char *suffix) argument
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dmerge.c50 /* Entry this is a suffix of (if alignment is 0). */
51 struct sec_merge_hash_entry *suffix; member in union:sec_merge_hash_entry::__anon186
125 ret->u.suffix = NULL;
621 /* B cannot be a suffix of A unless A is equal to B, which is guaranteed
680 cmp->u.suffix = e;
724 e->secinfo = e->u.suffix->secinfo;
725 e->alignment = e->u.suffix->alignment;
726 e->u.index = e->u.suffix->u.index + (e->u.suffix->len - e->len);
/netbsd-current/sys/net/
H A Dbsd-comp.c116 u_char suffix; /* last character of new code */ member in struct:bsd_db::bsd_dict::__anon31::__anon32
120 u_char suffix; /* last character of new code */
179 #define BSD_HASH(prefix,suffix,hshift) ((((uint32_t)(suffix)) << (hshift)) \
181 #define BSD_KEY(prefix,suffix) ((((uint32_t)(suffix)) << 16) \
573 continue; /* found (prefix,suffix) */
586 ent = dictp->codem1 + 1; /* finally found (prefix,suffix) */
717 continue; /* found (prefix,suffix) */
731 continue; /* finally found (prefix,suffix) */
[all...]
/netbsd-current/usr.bin/vndcompress/
H A DMakefile237 . for suffix in ${TESTSUFFIXES}
238 CLEANFILES+= ${testfile}.${suffix}
239 CLEANFILES+= ${testfile}.${suffix}.tmp
/netbsd-current/external/gpl3/gdb/dist/zlib/examples/
H A Dgun.c30 with the suffix stripped. On success, the original file is deleted. On
35 checking for a proper suffix), no output will be written, and no files
159 the first 256 entries of prefix[] and suffix[] are never used, could
164 unsigned char suffix[65536]; /* one-character LZW suffix */ variable
212 unsigned end; /* last valid entry in prefix/suffix tables */
332 *p++ = suffix[code];
343 suffix[end] = (unsigned char)final;
649 /* decompress each file to the same name with the suffix removed */
/netbsd-current/external/gpl3/binutils/dist/zlib/examples/
H A Dgun.c30 with the suffix stripped. On success, the original file is deleted. On
35 checking for a proper suffix), no output will be written, and no files
159 the first 256 entries of prefix[] and suffix[] are never used, could
164 unsigned char suffix[65536]; /* one-character LZW suffix */ variable
212 unsigned end; /* last valid entry in prefix/suffix tables */
332 *p++ = suffix[code];
343 suffix[end] = (unsigned char)final;
649 /* decompress each file to the same name with the suffix removed */
/netbsd-current/usr.sbin/ypserv/ypserv/
H A Dypserv_proc.c439 char *suffix; local
483 /* Check the file suffix. */
484 suffix = (char *)&dp->d_name[dp->d_namlen - 3];
485 if (strcmp(suffix, ".db") == 0) {
/netbsd-current/external/gpl3/gdb.old/dist/zlib/examples/
H A Dgun.c30 with the suffix stripped. On success, the original file is deleted. On
35 checking for a proper suffix), no output will be written, and no files
159 the first 256 entries of prefix[] and suffix[] are never used, could
164 unsigned char suffix[65536]; /* one-character LZW suffix */ variable
212 unsigned end; /* last valid entry in prefix/suffix tables */
332 *p++ = suffix[code];
343 suffix[end] = (unsigned char)final;
649 /* decompress each file to the same name with the suffix removed */
/netbsd-current/external/gpl3/binutils.old/dist/zlib/examples/
H A Dgun.c30 with the suffix stripped. On success, the original file is deleted. On
35 checking for a proper suffix), no output will be written, and no files
159 the first 256 entries of prefix[] and suffix[] are never used, could
164 unsigned char suffix[65536]; /* one-character LZW suffix */ variable
212 unsigned end; /* last valid entry in prefix/suffix tables */
332 *p++ = suffix[code];
343 suffix[end] = (unsigned char)final;
649 /* decompress each file to the same name with the suffix removed */
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/
H A Dgenerate_feature_test_macro_components.py971 def mk_line(prefix, suffix):
972 return "{prefix: <{max_len}}{suffix}\n".format(prefix=prefix, suffix=suffix,
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_stdu.c502 SVGA3dCmdSurfaceDMASuffix *suffix = local
504 size_t blit_size = sizeof(*blit) * dirty->num_hits + sizeof(*suffix);
519 suffix->suffixSize = sizeof(*suffix);
520 suffix->maximumOffset = ddirty->buf->base.num_pages * PAGE_SIZE;
525 vmw_stdu_populate_update(&suffix[1], stdu->base.unit,
1252 SVGA3dCmdSurfaceDMASuffix *suffix = cmd; local
1257 suffix->suffixSize = sizeof(*suffix);
1258 suffix
[all...]
/netbsd-current/common/dist/zlib/examples/
H A Dgun.c30 with the suffix stripped. On success, the original file is deleted. On
35 checking for a proper suffix), no output will be written, and no files
159 the first 256 entries of prefix[] and suffix[] are never used, could
164 unsigned char suffix[65536]; /* one-character LZW suffix */ variable
212 unsigned end; /* last valid entry in prefix/suffix tables */
332 *p++ = suffix[code];
343 suffix[end] = (unsigned char)final;
649 /* decompress each file to the same name with the suffix removed */
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop.c758 get_lsm_tmp_name (tree ref, unsigned n, const char *suffix) argument
771 if (suffix != NULL)
772 lsm_tmp_name_add (suffix);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dsve-invalid.l230 .*: Error: missing type suffix at operand 1 -- `ld1b z0,p1/z,\[x1\]'
231 .*: Error: missing type suffix at operand 1 -- `ld1h z0,p1/z,\[x1\]'
232 .*: Error: missing type suffix at operand 1 -- `ld1w z0,p1/z,\[x1\]'
233 .*: Error: missing type suffix at operand 1 -- `ld1d z0,p1/z,\[x1\]'
234 .*: Error: missing type suffix at operand 1 -- `ldff1b z0,p1/z,\[x1,xzr\]'
235 .*: Error: missing type suffix at operand 1 -- `ldff1h z0,p1/z,\[x1,xzr,lsl#1\]'
236 .*: Error: missing type suffix at operand 1 -- `ldff1w z0,p1/z,\[x1,xzr,lsl#2\]'
237 .*: Error: missing type suffix at operand 1 -- `ldff1d z0,p1/z,\[x1,xzr,lsl#3\]'
238 .*: Error: missing type suffix at operand 1 -- `ldnf1b z0,p1/z,\[x1\]'
239 .*: Error: missing type suffix a
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Drehash.c211 const char *suffix = suffixes[type]; local
212 if (strncasecmp(suffix, &filename[i], strlen(suffix)) == 0)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dextension.c60 give it a formal suffix. */
128 This is done by looking at the file's suffix. */
133 if (has_extension (file, extension_language_gdb.suffix))
138 if (has_extension (file, extlang->suffix))
221 /* Return the "suffix" field of EXTLANG. */
226 return extlang->suffix;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dextension.c61 give it a formal suffix. */
129 This is done by looking at the file's suffix. */
134 if (has_extension (file, extension_language_gdb.suffix))
139 if (has_extension (file, extlang->suffix))
222 /* Return the "suffix" field of EXTLANG. */
227 return extlang->suffix;
/netbsd-current/external/mpl/bind/dist/bin/dnssec/
H A Ddnssectool.c200 time_units(isc_stdtime_t offset, char *suffix, const char *str) { argument
201 switch (suffix[0]) {
207 switch (suffix[1]) {

Completed in 252 milliseconds

<<11121314151617181920>>