Searched refs:sep (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_opt.c157 const char *sep = strchr(t, '='); local
158 sep = sep ? sep : strchr(t, ' ');
159 if (sep && (!sep[1] || sep[1] == '%')) {
160 int tlen = sep - t;
161 if (sep[0] == '=')
164 *sepp = sep
209 process_opt(struct fuse_opt_context *ctx, const struct fuse_opt *opt, unsigned sep, const char *arg, int iso) argument
231 process_opt_sep_arg(struct fuse_opt_context *ctx, const struct fuse_opt *opt, unsigned sep, const char *arg, int iso) argument
257 unsigned sep; local
277 char *sep; local
297 const char *sep = strchr(opts, ','); local
[all...]
/haiku/src/libs/libfdt/
H A Dfdt_overlay.c449 char *sep, *endptr; local
461 sep = memchr(fixup_str, ':', fixup_len);
462 if (!sep || *sep != ':')
465 path_len = sep - path;
470 name = sep + 1;
471 sep = memchr(name, ':', fixup_len);
472 if (!sep || *sep != ':')
475 name_len = sep
[all...]
/haiku/src/apps/diskusage/
H A DScanner.cpp301 char* sep = strchr(pathPtr, '/'); local
302 if (sep != NULL)
303 *sep = '\0';
311 sep = strchr(pathPtr, '/');
312 if (sep != NULL)
313 *sep = '\0';
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ddb.c195 _db_show_txampdu(const char *sep, int ix, const struct ieee80211_tx_ampdu *tap) argument
198 sep, ix, tap, tap->txa_flags, IEEE80211_AGGR_BITS,
201 sep, tap->txa_token, tap->txa_lastsample, tap->txa_pkts,
204 sep, tap->txa_start, tap->txa_seqpending, tap->txa_wnd,
210 _db_show_rxampdu(const char *sep, int ix, const struct ieee80211_rx_ampdu *rap) argument
216 sep, ix, rap, rap->rxa_flags, ix /*XXX */);
218 sep, rap->rxa_qbytes, rap->rxa_qframes,
220 db_printf("%s age %d nframes %d\n", sep,
224 db_printf("%s m[%2u:%4u] ", sep, i,
314 _db_show_tdma(const char *sep, cons argument
[all...]
H A Dieee80211_scan.c284 const char *sep; local
287 sep = "";
291 printf("%s%u%c", sep, ieee80211_chan2ieee(ic, c),
293 sep = ", ";
/haiku/src/add-ons/kernel/drivers/network/ether/syskonnect/dev/mii/
H A Dxmphy.c111 const char *sep = ""; local
122 #define PRINT(s) printf("%s%s", sep, s); sep = ", "
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_mii_physubr.c386 const char *sep = ""; local
402 #define PRINT(s) printf("%s%s", sep, s); sep = ", "
/haiku/src/tests/kits/net/service/
H A Dtestserver.py443 def parse_kv_pair_header(header_value, sep=','):
445 for kvpair in header_value.split(sep):
/haiku/src/tests/kits/net/netservices2/
H A Dtestserver.py443 def parse_kv_pair_header(header_value, sep=','):
445 for kvpair in header_value.split(sep):
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_de.c3742 const char *sep; local
3749 for (sep = " ", mask = 1; mask <= csr; mask <<= 1, msgp++) {
3751 printf("%s%s", sep, *msgp);
3761 sep = ", ";

Completed in 130 milliseconds