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

1 2 3

  /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,
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);
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];
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];
  /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,
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
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);
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) >
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) {
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)
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...]
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];
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 */
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 */

Completed in 31 milliseconds

1 2 3