/src/sys/compat/common/ |
kern_mod_80.c | 70 const char *suffix = "..."; local in function:compat_80_modstat 106 strlen(suffix) - 1] = '\0'; 107 strlcat(oms->oms_required, suffix, 130 strlen(suffix) - 1] = '\0'; 131 strlcat(oms->oms_required, suffix,
|
/src/tests/lib/libc/stdlib/ |
t_mktemp.c | 147 char *suffix = strchr(template, 'y'); local in function:ATF_TC_BODY 157 ATF_REQUIRE(strcmp(suffix, "yyy") == 0); 236 char *suffix = strchr(template, 'y'); local in function:ATF_TC_BODY 249 ATF_REQUIRE(strcmp(suffix, "yyy") == 0);
|
/src/sys/kern/ |
tty_bsdpty.c | 93 const char *suffix; local in function:pty_makename 101 suffix = TTY_OLD_SUFFIX; 105 suffix = TTY_NEW_SUFFIX; 111 bf[9] = suffix[minor % nt];
|
kern_threadpool.c | 384 char suffix[16]; local in function:threadpool_create 410 threadnamesuffix(suffix, sizeof(suffix), ci, pri); 412 &pool->tp_dispatcher, &lwp, "pooldisp%s", suffix); 970 char suffix[16]; local in function:threadpool_dispatcher_thread 1014 threadnamesuffix(suffix, sizeof(suffix), pool->tp_cpu, 1018 "poolthread%s", suffix);
|
/src/sys/compat/netbsd32/ |
netbsd32_compat_80.c | 65 const char *suffix = "..."; local in function:modctl32_handle_ostat 96 strlen(suffix) - 1] = '\0'; 97 strlcat(oms->oms_required, suffix, 120 strlen(suffix) - 1] = '\0'; 121 strlcat(oms->oms_required, suffix,
|
/src/sys/arch/mvme68k/stand/netboot/ |
config.h | 52 u_short suffix; member in struct:brdid
|
/src/sys/ddb/ |
db_elf.c | 388 static char suffix[2]; local in function:db_elf_forall 402 suffix[1] = '\0'; 405 suffix[0] = '+'; 408 suffix[0] = '*'; 411 suffix[0] = '&'; 414 suffix[0] = '/'; 417 suffix[0] = '\0'; 420 strtab + symp->st_name, suffix, 0, arg);
|
/src/usr.sbin/ypserv/common/ |
ypdb.c | 66 * First ensure that file has a suffix of YPDB_SUFFIX. 78 const char *cp, *suffix; local in function:ypdb_open 82 suffix = ""; 84 suffix = YPDB_SUFFIX; 85 if ((size_t)snprintf(path, sizeof(path), "%s%s", file, suffix) >
|
/src/usr.sbin/ypserv/ypserv/ |
ypserv_proc.c | 439 char *suffix; local in function:ypproc_maplist_2_svc 483 /* Check the file suffix. */ 484 suffix = (char *)&dp->d_name[dp->d_namlen - 3]; 485 if (strcmp(suffix, ".db") == 0) {
|
/src/usr.bin/ftp/ |
complete.c | 228 char suffix[2] = " "; local in function:complete_local 231 suffix[0] = '/'; 232 if (el_insertstr(el, suffix) == -1)
|
/src/usr.bin/make/unit-tests/ |
posix1.mk | 6 all: line-continuations suffix-substitution localvars 40 # Suffix substitution 47 suffix-substitution: 52 # Local variables: regular forms, D/F forms and suffix substitution. 63 # $* = target without suffix $? = sources newer than target 92 "Target with suffix transformations\n\ 96 Implied source with suffix transformations\n\ 100 Suffixless target with suffix transformations\n\ 104 Out-of-date dependencies with suffix transformations\n\ 108 Member with suffix transformations\n [all...] |
/src/usr.bin/systat/ |
syscall.c | 151 static const char suffix[] = "KMDT"; local in function:putuint64 157 if (i >= (int)sizeof(suffix)) { 162 buf[len++] = suffix[i];
|
/src/common/dist/zlib/examples/ |
gun.c | 30 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 in typeref:typename:unsigned char[65536] 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 */
|
/src/usr.bin/spell/spellprog/ |
spellprog.c | 108 static int suffix(char *, size_t); 405 if (trypref(ep, ".", 0) || suffix(ep, 0)) 432 * For each matching suffix in suftab, call the function associated 433 * with that suffix (p1 and p2). 436 suffix(char *ep, size_t lev) function in typeref:typename:int 480 return trypref(ep, a, lev) || suffix(ep, lev); 665 if (trypref(ep, d, lev) || suffix(ep, lev)) 815 /* Assume that suffix will contain 'z' if a1 or d1 do */
|
/src/libexec/ftpd/ |
conf.c | 85 REASSIGN(conv->suffix, NULL); 295 char *suffix, *types, *disable, *convcmd; local in function:parse_conf 299 "%s line %d: %s requires a suffix", 301 continue; /* need a suffix */ 308 suffix = ftpd_strdup(arg); 321 if (strcmp(conv->suffix, suffix) == 0) 341 REASSIGN(conv->suffix, suffix); 822 if (cp->suffix == NULL) [all...] |
extern.h | 236 char *suffix; /* Suffix of requested name */ member in struct:ftpconv
|
/src/sys/arch/mvme68k/mvme68k/ |
machdep.c | 546 char *suffix = (char *)&boardid.suffix; local in function:identifycpu 549 if (suffix[0] != '\0' && len > 0 && 551 board_str[len++] = suffix[0]; 552 if (suffix[1] != '\0') 553 board_str[len++] = suffix[1];
|
/src/usr.bin/newsyslog/ |
newsyslog.c | 116 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);
|
/src/sys/net/ |
bsd-comp.c | 116 u_char suffix; /* last character of new code */ member in struct:bsd_db::bsd_dict::__anone77a59d7010a::__anone77a59d70208 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...] |
/src/usr.bin/indent/ |
indent.c | 1162 const char *suffix = getenv("SIMPLE_BACKUP_SUFFIX"); local in function:main 1163 if (suffix != NULL) 1164 backup_suffix = suffix;
|
/src/usr.bin/man/ |
man.c | 481 ENTRY *suffix; local in function:manual_find_literalfile 490 * Expand both '*' and suffix to force an actual 495 TAILQ_FOREACH(suffix, &mp->buildlist->entrylist, q) { 496 for (p = suffix->s, suflen = 0; 503 (void)snprintf(buf, sizeof(buf), "*%.*s", suflen, suffix->s); 520 ENTRY *suffix; local in function:manual_find_buildkeyword 528 TAILQ_FOREACH(suffix, &mp->buildlist->entrylist, q) { 529 for (p = suffix->s, suflen = 0; 537 prefix, escpage, suflen, suffix->s); 556 ENTRY *suffix, *mdir local in function:manual [all...] |
/src/sys/arch/mvme68k/include/ |
prom.h | 86 u_short suffix; member in struct:mvmeprom_brdid
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_stdu.c | 502 SVGA3dCmdSurfaceDMASuffix *suffix = local in function:vmw_stdu_bo_fifo_commit 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 in function:vmw_stdu_bo_populate_update 1257 suffix->suffixSize = sizeof(*suffix); 1258 suffix->maximumOffset = vfbbo->buffer->base.num_pages * PAGE_SIZE [all...] |
vmwgfx_surface.c | 177 SVGA3dCmdSurfaceDMASuffix suffix; member in struct:vmw_surface_dma 319 SVGA3dCmdSurfaceDMASuffix *suffix = &cmd->suffix; local in function:vmw_surface_dma_encode 324 header->size = sizeof(*body) + sizeof(*cb) + sizeof(*suffix); 345 suffix->suffixSize = sizeof(*suffix); 346 suffix->maximumOffset = 349 suffix->flags.discard = 0; 350 suffix->flags.unsynchronized = 0; 351 suffix->flags.reserved = 0 [all...] |
/src/usr.bin/mail/ |
complete.c | 412 char suffix[2] = " "; local in function:complete_filename 415 suffix[0] = '/'; 416 if (el_insertstr(el, suffix) == -1)
|