Searched refs:quote (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/init/ |
D | main.c | 241 char *next,*quote; in parse_options() local 250 quote = strchr(line,'"'); in parse_options() 252 while (next != NULL && quote != NULL && quote < next) { in parse_options() 256 next = strchr(quote+1, '"'); in parse_options() 258 quote = strchr(next+1, '"'); in parse_options()
|
/linux-2.4.37.9/drivers/net/skfp/ |
D | smtparse.c | 297 int quote ; local 319 quote = 1 ; 322 quote = 0 ; 331 switch (quote) { 343 quote = 1 ; 351 quote = 2 ;
|
/linux-2.4.37.9/net/bluetooth/ |
D | hci_core.c | 1120 static inline struct hci_conn *hci_low_sent(struct hci_dev *hdev, __u8 type, int *quote) in hci_low_sent() argument 1147 *quote = q ? q : 1; in hci_low_sent() 1149 *quote = 0; in hci_low_sent() 1151 BT_DBG("conn %p quote %d", conn, *quote); in hci_low_sent() 1178 int quote; in hci_sched_acl() local 1187 while (hdev->acl_cnt && (conn = hci_low_sent(hdev, ACL_LINK, "e))) { in hci_sched_acl() 1188 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_acl() 1204 int quote; in hci_sched_sco() local 1208 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, "e))) { in hci_sched_sco() 1209 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_sco()
|
/linux-2.4.37.9/Documentation/ |
D | SubmittingPatches | 141 developer to be able to "quote" your changes, using standard e-mail
|
D | sx.txt | 14 product, please contact devices@BitWizard.nl for a quote.
|
D | specialix.txt | 14 product, please contact devices@BitWizard.nl for a quote.
|
/linux-2.4.37.9/drivers/scsi/ |
D | README.aic7xxx | 398 instead of being a module. The reason for the single quote is so that
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | README.aic7xxx | 432 instead of being a module. The reason for the single quote is so that
|