Home
last modified time | relevance | path

Searched refs:strp (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/mips/pmcs-msp71xx/
Dmsp_usb.c123 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.4.14/drivers/scsi/aic7xxx/aicasm/
Daicasm_scan.l550 const char *strp;
553 strp = next_match + strlen(next_match);
554 while (strp > next_match)
555 unput(*--strp);
/linux-4.4.14/tools/perf/util/
Dbuild-id.c130 static int asnprintf(char **strp, size_t size, const char *fmt, ...) in asnprintf() argument
135 if (!strp) in asnprintf()
139 if (*strp) in asnprintf()
140 ret = vsnprintf(*strp, size, fmt, ap); in asnprintf()
142 ret = vasprintf(strp, fmt, ap); in asnprintf()
Dsort.c1920 char *tmp, *tok, *str, *strp; in __setup_output_field() local
1926 strp = str = strdup(field_order); in __setup_output_field()
1933 strp++; in __setup_output_field()
1935 if (!strlen(strp)) { in __setup_output_field()
1940 for (tok = strtok_r(strp, ", ", &tmp); in __setup_output_field()
/linux-4.4.14/security/selinux/ss/
Dpolicydb.c1092 static int str_read(char **strp, gfp_t flags, void *fp, u32 len) in str_read() argument
1102 *strp = str; in str_read()