| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | fmd_serd.c | 214 list_remove(&sgp->sg_list, sep); in fmd_serd_eng_discard() 220 free(sep); in fmd_serd_eng_discard() 226 fmd_serd_elem_t *sep, *oep; in fmd_serd_eng_record() local 244 sep->se_hrt = hrt; in fmd_serd_eng_record() 296 fmd_serd_elem_t *sep, *nep; in fmd_serd_eng_gc() local 302 sep = list_head(&sgp->sg_list); in fmd_serd_eng_gc() 303 if (sep == NULL) in fmd_serd_eng_gc() 306 hrt = sep->se_hrt - sgp->sg_t; in fmd_serd_eng_gc() 308 for (sep = list_head(&sgp->sg_list); sep != NULL; sep = nep) { in fmd_serd_eng_gc() 309 if (sep->se_hrt >= hrt) in fmd_serd_eng_gc() [all …]
|
| /f-stack/tools/ipfw/ |
| H A D | ipv6.c | 180 char sep= ' '; in print_icmp6types() local 188 sep = ','; in print_icmp6types() 196 char sep = ','; in print_flow6id() local 201 sep = ' '; in print_flow6id() 276 sep = ','; in print_ext6hdr() 280 sep = ','; in print_ext6hdr() 284 sep = ','; in print_ext6hdr() 288 sep = ','; in print_ext6hdr() 292 sep = ','; in print_ext6hdr() 296 sep = ','; in print_ext6hdr() [all …]
|
| H A D | nat.c | 229 char* sep; in StrToPortRange() local 245 if (sep == NULL) { in StrToPortRange() 336 char *sep = **av; in estimate_redir_addr() local 340 while ((sep = strchr(sep, ',')) != NULL) { in estimate_redir_addr() 342 sep++; in estimate_redir_addr() 357 char *sep; in setup_redir_addr() local 373 while (sep != NULL) { in setup_redir_addr() 398 char *sep = **av; in estimate_redir_port() local 402 while ((sep = strchr(sep, ',')) != NULL) { in estimate_redir_port() 404 sep++; in estimate_redir_port() [all …]
|
| /f-stack/dpdk/drivers/bus/fslmc/ |
| H A D | fslmc_bus.c | 233 const char *sep; in rte_fslmc_parse() local 242 sep = strchr(name, ':'); in rte_fslmc_parse() 243 if (!sep) { in rte_fslmc_parse() 245 sep = strchr(name, '='); in rte_fslmc_parse() 246 if (!sep) in rte_fslmc_parse() 269 sep = name; in rte_fslmc_parse() 273 if (strncmp("dpni", sep, 4) && in rte_fslmc_parse() 276 strncmp("dpbp", sep, 4) && in rte_fslmc_parse() 277 strncmp("dpio", sep, 4) && in rte_fslmc_parse() 287 t_ptr = strchr(sep, '.'); in rte_fslmc_parse() [all …]
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_errno.c | 25 static const char *sep = ":"; in rte_strerror() local 27 static const char *sep = ""; in rte_strerror() 36 snprintf(ret, RETVAL_SZ, "Unknown error%s %d", sep, errnum); in rte_strerror() 46 sep, errnum); in rte_strerror()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | llex.c | 237 if (skip_sep(ls) == sep) { in read_long_string() 241 if (sep == 0) in read_long_string() 249 if (skip_sep(ls) == sep) { in read_long_string() 253 if (sep == 0 && cont >= 0) break; in read_long_string() 349 int sep = skip_sep(ls); in llex() local 351 if (sep >= 0) { in llex() 352 read_long_string(ls, NULL, sep); /* long comment */ in llex() 363 int sep = skip_sep(ls); in llex() local 364 if (sep >= 0) { in llex() 365 read_long_string(ls, seminfo, sep); in llex() [all …]
|
| /f-stack/tools/libxo/libxo/ |
| H A D | xo_humanize.h | 66 const char *prefixes, *sep; in xo_humanize_number() local 124 sep = ""; in xo_humanize_number() 126 sep = " "; in xo_humanize_number() 160 sep, SCALE2PREFIX(i), suffix); in xo_humanize_number() 166 sep, SCALE2PREFIX(i), suffix); in xo_humanize_number()
|
| /f-stack/tools/libutil/ |
| H A D | humanize_number.c | 54 const char *prefixes, *sep; in humanize_number() local 125 sep = ""; in humanize_number() 127 sep = " "; in humanize_number() 175 sep, SCALE2PREFIX(i), suffix); in humanize_number() 179 sep, SCALE2PREFIX(i), suffix); in humanize_number()
|
| H A D | gr_util.c | 432 const char *sep; in gr_make() local 454 sep = ""; in gr_make() 456 p = stpcpy(p, sep); in gr_make() 458 sep = ","; in gr_make()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | db_trace.c | 64 char *sep; in db_stack_trace_cmd() local 92 sep = "\n\t"; in db_stack_trace_cmd() 95 db_printf("%s%sr%d = 0x%08x", sep, in db_stack_trace_cmd() 100 sep = "\n\t"; in db_stack_trace_cmd() 103 sep = " "; in db_stack_trace_cmd()
|
| /f-stack/freebsd/contrib/libfdt/ |
| H A D | fdt_overlay.c | 493 char *sep, *endptr; in overlay_fixup_phandle() local 505 sep = memchr(fixup_str, ':', fixup_len); in overlay_fixup_phandle() 506 if (!sep || *sep != ':') in overlay_fixup_phandle() 509 path_len = sep - path; in overlay_fixup_phandle() 514 name = sep + 1; in overlay_fixup_phandle() 515 sep = memchr(name, ':', fixup_len); in overlay_fixup_phandle() 516 if (!sep || *sep != ':') in overlay_fixup_phandle() 519 name_len = sep - name; in overlay_fixup_phandle() 523 poffset = strtoul(sep + 1, &endptr, 10); in overlay_fixup_phandle() 524 if ((*endptr != '\0') || (endptr <= (sep + 1))) in overlay_fixup_phandle()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/chg_usr_exec/ |
| H A D | chg_usr_exec.c | 41 char sep[] = " "; in main() local 54 "%s%s", argv[i], sep); in main() 55 len += strlen(argv[i]) + strlen(sep); in main()
|
| /f-stack/tools/ifconfig/ |
| H A D | iflagg.c | 199 lacp_format_peer(struct lacp_opreq *req, const char *sep) in lacp_format_peer() argument 208 req->actor_key, req->actor_portprio, req->actor_portno, sep, in lacp_format_peer() 254 const char *sep = ""; in lagg_status() local 258 printf("%sl2", sep); in lagg_status() 259 sep = ","; in lagg_status() 262 printf("%sl3", sep); in lagg_status() 263 sep = ","; in lagg_status() 266 printf("%sl4", sep); in lagg_status() 267 sep = ","; in lagg_status()
|
| H A D | ifieee80211.c | 2845 sep = " "; in printvhtpwrenv() 2865 sep = ""; in printhtcap() 2900 sep = ""; in printhtinfo() 3015 sep = ","; in printapchanrep() 3086 sep = "+"; in printwpaie() 3498 sep = "<"; in printrates() 3503 sep = ","; in printrates() 4793 printf("%stx", sep), sep = "+"; in printkey() 4795 printf("%srx", sep), sep = "+"; in printkey() 4797 printf("%sdef", sep), sep = "+"; in printkey() [all …]
|
| /f-stack/dpdk/drivers/bus/dpaa/ |
| H A D | dpaa_bus.c | 393 char *sep = NULL; in rte_dpaa_bus_parse() local 404 sep = strchr(dup_name, ':'); in rte_dpaa_bus_parse() 405 if (!sep) in rte_dpaa_bus_parse() 407 sep = strchr(dup_name, '='); in rte_dpaa_bus_parse() 409 if (sep) in rte_dpaa_bus_parse() 411 sep = (char *) (sep + 1); in rte_dpaa_bus_parse() 413 sep = dup_name; in rte_dpaa_bus_parse() 419 if (strcmp(fm_name, sep) == 0) { in rte_dpaa_bus_parse() 421 strcpy(out_name, sep); in rte_dpaa_bus_parse() 432 if (strcmp(sec_name, sep) == 0) { in rte_dpaa_bus_parse() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | llex.c | 267 static void read_long_string (LexState *ls, SemInfo *seminfo, int sep) { in read_long_string() argument 278 if (skip_sep(ls) == sep) { in read_long_string() 297 seminfo->ts = luaX_newstring(ls, luaZ_buffer(ls->buff) + (2 + sep), in read_long_string() 298 luaZ_bufflen(ls->buff) - 2*(2 + sep)); in read_long_string() 416 int sep = skip_sep(ls); in llex() local 418 if (sep >= 0) { in llex() 419 read_long_string(ls, NULL, sep); /* skip long comment */ in llex() 430 int sep = skip_sep(ls); in llex() local 431 if (sep >= 0) { in llex() 432 read_long_string(ls, seminfo, sep); in llex() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/user_ns_exec/ |
| H A D | user_ns_exec.c | 43 char sep[] = " "; in child_main() local 77 "%s%s", argv[i], sep); in child_main() 78 len += strlen(argv[i]) + strlen(sep); in child_main()
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_ddb.c | 198 sep, ix, tap, tap->txa_flags, IEEE80211_AGGR_BITS, in _db_show_txampdu() 201 sep, tap->txa_token, tap->txa_lastsample, tap->txa_pkts, in _db_show_txampdu() 204 sep, tap->txa_start, tap->txa_seqpending, tap->txa_wnd, in _db_show_txampdu() 216 sep, ix, rap, rap->rxa_flags, ix /*XXX */); in _db_show_rxampdu() 218 sep, rap->rxa_qbytes, rap->rxa_qframes, in _db_show_rxampdu() 220 db_printf("%s age %d nframes %d\n", sep, in _db_show_rxampdu() 224 db_printf("%s m[%2u:%4u] ", sep, i, in _db_show_rxampdu() 316 db_printf("%stdma %p:\n", sep, ts); in _db_show_tdma() 319 db_printf("%s slotlen %u slotcnt %u", sep, in _db_show_tdma() 324 DB_PRINTSYM(sep, " tdma_newstate", ts->tdma_newstate); in _db_show_tdma() [all …]
|
| H A D | ieee80211_scan.c | 284 const char *sep; in ieee80211_scan_dump_channels() local 287 sep = ""; in ieee80211_scan_dump_channels() 291 printf("%s%u%c", sep, ieee80211_chan2ieee(ic, c), in ieee80211_scan_dump_channels() 293 sep = ", "; in ieee80211_scan_dump_channels()
|
| /f-stack/freebsd/contrib/openzfs/cmd/arcstat/ |
| H A D | arcstat.in | 134 sep = " " # Default separator is 2 spaces 267 global sep 276 sys.stdout.write(sep.join(fmt(col) for col in hdr)) 283 global sep 291 sys.stdout.write(sep.join(fmt(col) for col in hdr)) 325 global sep 370 sep = arg
|
| /f-stack/freebsd/contrib/openzfs/cmd/dbufstat/ |
| H A D | dbufstat.in | 110 sep = " " # Default separator is 2 spaces 227 global sep 232 prettynum(cols[col][0], cols[col][1], v[col]), sep)) 241 global sep 245 sys.stdout.write("%*s%s" % (cols[col][0], col, sep)) 523 global sep 576 sep = arg
|
| /f-stack/tools/sysctl/ |
| H A D | sysctl.c | 1136 const char *sep, *sep1, *prntype; local 1178 sep = "="; 1180 sep = ": "; 1185 printf("%s%s", name, sep); 1191 printf("%s%s", prntype, sep); 1283 printf("%s%s", name, sep); 1301 printf("%s%s", name, sep); 1371 printf("%s%s", name, sep); 1383 printf("%s%s", name, sep);
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | sds.h | 243 sds *sdssplitlen(const char *s, int len, const char *sep, int seplen, int *count); 251 sds sdsjoin(char **argv, int argc, char *sep); 252 sds sdsjoinsds(sds *argv, int argc, const char *sep, size_t seplen);
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | sds.h | 244 sds *sdssplitlen(const char *s, ssize_t len, const char *sep, int seplen, int *count); 252 sds sdsjoin(char **argv, int argc, char *sep); 253 sds sdsjoinsds(sds *argv, int argc, const char *sep, size_t seplen);
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | util.c | 1165 const char* const sep = strchr(buff, ':'); in UTIL_countPhysicalCores() local 1166 if (sep == NULL || *sep == '\0') { in UTIL_countPhysicalCores() 1171 siblings = atoi(sep + 1); in UTIL_countPhysicalCores() 1174 const char* const sep = strchr(buff, ':'); in UTIL_countPhysicalCores() local 1175 if (sep == NULL || *sep == '\0') { in UTIL_countPhysicalCores() 1180 cpu_cores = atoi(sep + 1); in UTIL_countPhysicalCores()
|