| /src/sys/arch/sparc/sparc/ |
| cache_print.h | 54 const char *sep = ""; local 58 printf("%s%dK instruction (%d b/l)", sep, 60 sep = ", "; 63 printf("%s%dK data (%d b/l)", sep,
|
| /src/sys/nfs/ |
| nfs_bootstatic.c | 124 char *sep; local 126 sep = strchr(nd->nd_root.ndm_host, ':'); 128 sep - nd->nd_root.ndm_host+1);
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/ |
| ml_common_codecs.c | 42 const char *sep = "\t ,"; local 63 if (*(fmt += strspn(fmt, sep)) == '\0') 65 end = fmt + strcspn(fmt, sep);
|
| /src/external/bsd/nsd/dist/compat/ |
| setproctitle.c | 62 const char *sep = (fmt && fmt[off] != '\0') ? ": " : ""; local 64 cnt = snprintf(buf, sizeof(buf), "%s%s", basename(exe), sep);
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| filenamecat-lgpl.c | 54 char sep = '\0'; local 59 sep = '/'; 68 sep = '.'; 71 char *p_concat = malloc (dirlen + (sep != '\0') + baselen + 1); 79 *p = sep; 80 p += sep != '\0';
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| filenamecat-lgpl.c | 54 char sep = '\0'; local 59 sep = '/'; 68 sep = '.'; 71 char *p_concat = malloc (dirlen + (sep != '\0') + baselen + 1); 79 *p = sep; 80 p += sep != '\0';
|
| /src/lib/libc/gen/ |
| humanize_number.c | 50 const char *prefixes, *sep; local 115 sep = ""; 117 sep = " "; 173 sign * bytes, sep, SCALE2PREFIX(0), suffix); 192 sep, SCALE2PREFIX(i), suffix); 196 sep, SCALE2PREFIX(i), suffix);
|
| /src/sys/arch/ews4800mips/stand/common/ |
| cmd.c | 73 int i, argc, sep; local 97 sep = 0; 101 sep = 1; 102 } else if (sep) { 103 sep = 0;
|
| /src/usr.sbin/cpuctl/arch/ |
| sparc64.c | 51 const char *sep; local 91 sep = ""; 93 printf("%s%ldK instruction (%ld b/l)", sep, 96 sep = ", "; 99 printf("%s%ldK data (%ld b/l)", sep, 102 sep = ", "; 106 printf("%s%ldK external (%ld b/l)", sep,
|
| /src/external/bsd/nvi/dist/ex/ |
| ex_screen.c | 111 int cnt, sep; local 120 col = len = sep = 0; 123 col += len = strlen(tsp->frp->name) + sep; 126 sep = 0; 129 sep = 1;
|
| /src/external/bsd/openldap/dist/libraries/librewrite/ |
| rewrite.c | 50 char *string, *sep, *result = NULL; local 65 for ( sep = strchr( rewriteContext, ',' ); 67 rewriteContext = sep, 68 sep ? sep = strchr( rewriteContext, ',' ) : NULL ) 72 if ( sep != NULL ) { 73 sep[ 0 ] = '\0'; 74 sep++;
|
| /src/external/bsd/wpa/dist/src/utils/ |
| ext_password_file.c | 101 char *sep = os_strchr(pos, '='); local 103 if (!sep) { 109 if (!sep[1]) { 115 if (os_strncmp(name, pos, sep - pos) != 0) 118 password = wpabuf_alloc_copy(sep + 1, os_strlen(sep + 1));
|
| /src/external/gpl2/gmake/dist/w32/ |
| pathstuff.c | 134 char sep; /* what flavor of separator used in old path */ local 187 sep = *etok; 212 *etok = sep;
|
| /src/external/mit/libuv/dist/test/ |
| test-strtok.c | 31 const char* sep; member in struct:strtok_test_case 79 tok_r = uv__strtok(current_test, tests[i].sep, &itr); 84 tok_r = uv__strtok(NULL, tests[i].sep, &itr);
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| cooked-index-entry.c | 182 const char *sep = default_sep; local 188 sep = "::"; 194 sep = "__"; 200 sep = "."; 204 if (sep == nullptr) 214 get_parent ()->write_scope (storage, sep, name_flags); 223 const char *sep, 227 get_parent ()->write_scope (storage, sep, flags); 234 obstack_grow (storage, sep, strlen (sep)); [all...] |
| /src/sbin/ttyflags/ |
| ttyflags.c | 165 int fd, flags, rval, st, sep; local 170 sep = flags = rval = 0; 178 sep++; 182 if (sep++) 188 if (sep++) 194 if (sep++) 200 if (sep++)
|
| /src/sys/miscfs/procfs/ |
| procfs_status.c | 99 const char *sep; local 155 sep = ""; 157 ps += snprintf(ps, sizeof(psbuf) - (ps - psbuf), "%sctty", sep); 158 sep = ","; 161 ps += snprintf(ps, sizeof(psbuf) - (ps - psbuf), "%ssldr", sep); 162 sep = ","; 164 if (*sep != ',')
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| hexstr_test.c | 23 const char sep; member in struct:testdata 76 if (!TEST_ptr(buf = ossl_hexstr2buf_sep(test->in, &len, test->sep)) 78 || !TEST_ptr(out = ossl_buf2hexstr_sep(buf, len, test->sep)) 97 if (test->sep != '_') { 102 if (test->sep == ':') {
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| hexstr_test.c | 24 const char sep; member in struct:testdata 71 if (!TEST_ptr(buf = ossl_hexstr2buf_sep(test->in, &len, test->sep)) 73 || !TEST_ptr(out = ossl_buf2hexstr_sep(buf, len, test->sep)) 92 if (test->sep != '_') { 97 if (test->sep == ':') {
|
| /src/external/bsd/iscsi/dist/include/ |
| conffile.h | 50 const char *sep; /* set of separators */ member in struct:conffile_t
|
| /src/external/bsd/pkg_install/dist/lib/ |
| opattern.c | 55 char *sep; local 63 if ((sep = strchr(pattern, '{')) == (char *) NULL) { 66 (void) strncpy(buf, pattern, (size_t) (sep - pattern)); 67 alt = &buf[sep - pattern]; 69 for (cnt = 0, cp = sep; *cp && last == (char *) NULL; cp++) { 79 for (found = 0, cp = sep + 1; *sep != '}'; cp = sep + 1) { 80 for (cnt = 0, sep = cp; cnt > 0 || (cnt == 0 && *sep != '}' && *sep != ','); sep++) [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| pj-dis.c | 66 char *sep = "\t"; local 164 fprintf_fn (stream, "%s", sep); 170 sep = ",";
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| pj-dis.c | 66 char *sep = "\t"; local 164 fprintf_fn (stream, "%s", sep); 170 sep = ",";
|
| /src/external/gpl3/gcc/dist/gcc/ |
| lto-streamer.cc | 108 const char *sep; local 121 sep = ""; 126 sep = "."; 142 char *res = concat (section_name_prefix, sep, add, post, NULL);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| lto-streamer.cc | 108 const char *sep; local 121 sep = ""; 126 sep = "."; 142 char *res = concat (section_name_prefix, sep, add, post, NULL);
|