Searched refs:strp (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/mips/pmcs-msp71xx/ |
D | msp_usb.c | 123 char *strp; in msp_usb_setup() local 142 strp = prom_getenv((char *)&envstr[0]); in msp_usb_setup() 143 if (strp) { in msp_usb_setup() 145 if (!strcmp(strp, "device")) in msp_usb_setup()
|
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_scan.l | 550 const char *strp; 553 strp = next_match + strlen(next_match); 554 while (strp > next_match) 555 unput(*--strp);
|
/linux-4.1.27/tools/perf/util/ |
D | build-id.c | 94 static int asnprintf(char **strp, size_t size, const char *fmt, ...) in asnprintf() argument 99 if (!strp) in asnprintf() 103 if (*strp) in asnprintf() 104 ret = vsnprintf(*strp, size, fmt, ap); in asnprintf() 106 ret = vasprintf(strp, fmt, ap); in asnprintf()
|
D | sort.c | 1776 char *tmp, *tok, *str, *strp; in __setup_output_field() local 1784 strp = str = strdup(field_order); in __setup_output_field() 1791 strp++; in __setup_output_field() 1793 if (!strlen(strp)) { in __setup_output_field() 1798 for (tok = strtok_r(strp, ", ", &tmp); in __setup_output_field()
|
/linux-4.1.27/security/selinux/ss/ |
D | policydb.c | 1087 static int str_read(char **strp, gfp_t flags, void *fp, u32 len) in str_read() argument 1097 *strp = str; in str_read()
|