Searched refs:strp (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/arch/mips/pmcs-msp71xx/
H A Dmsp_usb.c123 char *strp; msp_usb_setup() local
142 strp = prom_getenv((char *)&envstr[0]); msp_usb_setup()
143 if (strp) { msp_usb_setup()
145 if (!strcmp(strp, "device")) msp_usb_setup()
/linux-4.4.14/tools/perf/util/
H A Dbuild-id.c130 static int asnprintf(char **strp, size_t size, const char *fmt, ...) asnprintf() argument
135 if (!strp) asnprintf()
139 if (*strp) asnprintf()
140 ret = vsnprintf(*strp, size, fmt, ap); asnprintf()
142 ret = vasprintf(strp, fmt, ap); asnprintf()
H A Dsort.c1920 char *tmp, *tok, *str, *strp; __setup_output_field() local
1926 strp = str = strdup(field_order); __setup_output_field()
1933 strp++; __setup_output_field()
1935 if (!strlen(strp)) { __setup_output_field()
1940 for (tok = strtok_r(strp, ", ", &tmp); __setup_output_field()
/linux-4.4.14/arch/cris/arch-v32/mach-a3/
H A Ddma.c117 panic("Invalid DMA channel for strp\n"); crisv32_request_dma()
/linux-4.4.14/arch/cris/arch-v32/mach-fs/
H A Ddma.c184 panic("Invalid DMA channel for strp\n"); crisv32_request_dma()
/linux-4.4.14/security/selinux/ss/
H A Dpolicydb.c1092 static int str_read(char **strp, gfp_t flags, void *fp, u32 len) str_read() argument
1102 *strp = str; str_read()

Completed in 223 milliseconds