Searched refs:delim (Results 1 – 7 of 7) sorted by relevance
/drivers/mtd/ |
D | cmdlinepart.c | 107 char delim; in newpart() local 125 delim = 0; in newpart() 135 delim = ')'; in newpart() 137 if (delim) { in newpart() 141 p = strchr(name, delim); in newpart() 143 pr_err("no closing %c found in partition name\n", delim); in newpart()
|
/drivers/staging/lustre/lnet/libcfs/ |
D | libcfs_string.c | 170 cfs_gettok(struct cfs_lstr *next, char delim, struct cfs_lstr *res) in cfs_gettok() argument 188 if (*next->ls_str == delim) { in cfs_gettok() 194 end = memchr(next->ls_str, delim, next->ls_len); in cfs_gettok()
|
/drivers/bluetooth/ |
D | hci_h5.c | 469 const u8 delim = SLIP_DELIMITER, esc = SLIP_ESC; in h5_unslip_one_byte() local 480 byte = &delim; in h5_unslip_one_byte() 582 const char delim = SLIP_DELIMITER; in h5_slip_delim() local 584 memcpy(skb_put(skb, 1), &delim, 1); in h5_slip_delim()
|
/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_string.h | 76 int cfs_gettok(struct cfs_lstr *next, char delim, struct cfs_lstr *res);
|
/drivers/net/bonding/ |
D | bond_options.c | 1276 char *delim; in bond_option_queue_id_set() local 1281 delim = strchr(newval->string, ':'); in bond_option_queue_id_set() 1282 if (!delim) in bond_option_queue_id_set() 1288 *delim = '\0'; in bond_option_queue_id_set() 1289 if (sscanf(++delim, "%hd\n", &qid) != 1) in bond_option_queue_id_set()
|
/drivers/s390/cio/ |
D | chp.c | 295 char delim; in chp_configure_write() local 297 if (sscanf(buf, "%d %c", &val, &delim) != 1) in chp_configure_write()
|
D | chsc.c | 380 char delim) in store_ebcdic() argument 385 if (delim) in store_ebcdic() 386 dest[len++] = delim; in store_ebcdic()
|