Searched refs:outstr (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/include/nolibc/ |
| H A D | stdio.h | 309 const char *outstr; in __nolibc_printf() 368 outstr = tmpbuf; in __nolibc_printf() 371 outstr = va_arg(args, char *); in __nolibc_printf() 372 if (!outstr) in __nolibc_printf() 373 outstr="(null)"; in __nolibc_printf() 377 outstr = "unknown error"; in __nolibc_printf() 379 outstr = strerror(errno); in __nolibc_printf() 397 len = strlen(outstr); in vprintf() 406 outstr = fmt; in fprintf() 417 if (cb(state, outstr, in printf() 258 const char *outstr; __nolibc_printf() local [all...] |
| /linux/tools/testing/selftests/net/openvswitch/ |
| H A D | ovs-dpctl.py | 69 outstr = ":".join(["%02X" % i for i in mac]) 70 return outstr 1014 outstr = self.proto_str + "(" 1018 outstr += "," 1020 outstr += "%s=" % f[0] 1022 outstr += f[2] % self[f[1]] 1024 outstr += f[2](self[f[1]]) 1027 outstr += "%s=" % f[0] 1029 outstr += f[2] % self[f[1]] 1031 outstr [all...] |
| /linux/fs/udf/ |
| H A D | super.c | 893 uint8_t *outstr; in udf_load_pvoldesc() local 899 outstr = kzalloc(128, GFP_KERNEL); in udf_load_pvoldesc() 900 if (!outstr) in udf_load_pvoldesc() 923 ret = udf_dstrCS0toChar(sb, outstr, 31, pvoldesc->volIdent, 32); in udf_load_pvoldesc() 929 strscpy_pad(UDF_SB(sb)->s_volume_ident, outstr); in udf_load_pvoldesc() 933 ret = udf_dstrCS0toChar(sb, outstr, 127, pvoldesc->volSetIdent, 128); in udf_load_pvoldesc() 938 outstr[ret] = 0; in udf_load_pvoldesc() 939 udf_debug("volSetIdent[] = '%s'\n", outstr); in udf_load_pvoldesc() 945 kfree(outstr); in udf_load_pvoldesc()
|
| /linux/drivers/acpi/x86/ |
| H A D | lpss.c | 748 char *outstr; in lpss_ltr_mode_show() local 755 outstr = (ltr_mode & LPSS_GENERAL_LTR_MODE_SW) ? "sw" : "auto"; in lpss_ltr_mode_show() 756 return sprintf(buf, "%s\n", outstr); in lpss_ltr_mode_show()
|