| /src/distrib/utils/libhack/ |
| perror.c | 45 const char *separator; local 50 separator = ""; 52 separator = ": "; 55 s, separator, strerror(errno));
|
| perror.c | 45 const char *separator; local 50 separator = ""; 52 separator = ": "; 55 s, separator, strerror(errno));
|
| /src/lib/libc/stdio/ |
| perror.c | 56 const char *separator; local 62 separator = ""; 64 separator = ": "; 67 (void)fprintf(stderr, "%s%s%s\n", s, separator, buf);
|
| perror.c | 56 const char *separator; local 62 separator = ""; 64 separator = ": "; 67 (void)fprintf(stderr, "%s%s%s\n", s, separator, buf);
|
| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_ustar_filenames.c | 40 int separator = 0; local 51 separator = 1; 53 for (; i < dlen + flen + separator; i++)
|
| test_ustar_filenames.c | 40 int separator = 0; local 51 separator = 1; 53 for (; i < dlen + flen + separator; i++)
|
| /src/lib/libc/compat/net/ |
| compat_ns_addr.c | 59 char separator; local 69 * First, figure out what he intends as a field separator. 75 separator = '#'; 81 separator = ':'; 83 separator = '.'; 91 return (addr); /* No separator means net only */ 93 socketname = strchr(hostname, separator);
|
| compat_ns_addr.c | 59 char separator; local 69 * First, figure out what he intends as a field separator. 75 separator = '#'; 81 separator = ':'; 83 separator = '.'; 91 return (addr); /* No separator means net only */ 93 socketname = strchr(hostname, separator);
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| tstngettext.c | 112 char *separator = strchr (optarg, '='); local 113 if (separator != NULL) 115 *separator = '\0'; 116 xsetenv (optarg, separator + 1, 1);
|
| tstngettext.c | 112 char *separator = strchr (optarg, '='); local 113 if (separator != NULL) 115 *separator = '\0'; 116 xsetenv (optarg, separator + 1, 1);
|
| tstgettext.c | 136 char *separator = strchr (optarg, '='); local 137 if (separator != NULL) 139 *separator = '\0'; 140 xsetenv (optarg, separator + 1, 1);
|
| tstgettext.c | 136 char *separator = strchr (optarg, '='); local 137 if (separator != NULL) 139 *separator = '\0'; 140 xsetenv (optarg, separator + 1, 1);
|
| /src/external/apache2/llvm/dist/llvm/tools/split-file/ |
| split-file.cpp | 70 StringRef lastPart, separator; local 78 separator = line.substr(0, markerLen); 92 "'" + separator + partName + "' occurs more than once"); 107 fatal(input, "no part separator was found");
|
| split-file.cpp | 70 StringRef lastPart, separator; local 78 separator = line.substr(0, markerLen); 92 "'" + separator + partName + "' occurs more than once"); 107 fatal(input, "no part separator was found");
|
| /src/external/mpl/dhcp/dist/keama/ |
| print.c | 827 struct element *separator; local 853 separator = mapGet(arg, "separator"); 854 if (separator == NULL) { 859 appendString(result, print_data_expression(separator, lose));
|
| print.c | 827 struct element *separator; local 853 separator = mapGet(arg, "separator"); 854 if (separator == NULL) { 859 appendString(result, print_data_expression(separator, lose));
|
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| ct.h | 286 * SCTs will be delimited by |separator|. 291 const char *separator, const CTLOG_STORE *logs); variable
|
| ct.h | 286 * SCTs will be delimited by |separator|. 291 const char *separator, const CTLOG_STORE *logs); variable
|
| /src/external/gpl2/groff/dist/src/preproc/pic/ |
| pic.y | 295 | middle_element_list separator element 301 | separator 304 separator: label 306 | separator ';'
|
| pic.y | 295 | middle_element_list separator element 301 | separator 304 separator: label 306 | separator ';'
|
| /src/external/gpl2/lvm2/dist/tools/ |
| reporter.c | 222 const char *keys = NULL, *options = NULL, *separator; local 234 separator = find_config_tree_str(cmd, "report/separator", 335 separator = arg_str_value(cmd, separator_ARG, separator); 354 separator, aligned, buffered,
|
| reporter.c | 222 const char *keys = NULL, *options = NULL, *separator; local 234 separator = find_config_tree_str(cmd, "report/separator", 335 separator = arg_str_value(cmd, separator_ARG, separator); 354 separator, aligned, buffered,
|
| /src/usr.bin/column/ |
| column.c | 74 static const char *separator = "\t "; /* field separator for table option */ variable 99 separator = optarg; 225 (cols[coloff] = strtok(p, separator)) != NULL; p = NULL)
|
| /src/external/bsd/zstd/dist/programs/ |
| lorem.c | 181 static void generateWord(const char* word, const char* separator, int upCase) 183 size_t const len = strlen(word) + strlen(separator); 194 memcpy(g_ptr + g_nbChars, separator, strlen(separator)); 195 g_nbChars += strlen(separator); 247 const char* separator = " "; local 249 separator = ", "; 251 separator = ", "; 252 generateWord(word, separator, i == 0);
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| read-mo.c | 295 char *separator; local 303 separator = strchr (msgid, MSGCTXT_SEPARATOR); 304 if (separator != NULL) 307 *separator = '\0'; 309 msgid = separator + 1; 351 char *separator; local 361 separator = strchr (msgid, MSGCTXT_SEPARATOR); 362 if (separator != NULL) 365 *separator = '\0'; 367 msgid = separator + 1 [all...] |