Searched refs:wstr (Results 1 – 6 of 6) sorted by relevance
301 - wchar_t *wstr;302 + uint32_t *wstr;310 - wstr = wcschr ((wchar_t *) time->wera[idx], L':');/* end direction */311 - wstr = wstr ? wcschr (wstr + 1, L':') : NULL; /* end offset */312 - wstr = wstr ? wcschr (wstr + 1, L':') : NULL; /* end start */313 - wstr = wstr ? wcschr (wstr + 1, L':') : NULL; /* end end */314 + wstr = wcschr_uint32 (time->wera[idx], L':'); /* end direction */315 + wstr = wstr ? wcschr_uint32 (wstr + 1, L':') : NULL; /* end offset */316 + wstr = wstr ? wcschr_uint32 (wstr + 1, L':') : NULL; /* end start */317 + wstr = wstr ? wcschr_uint32 (wstr + 1, L':') : NULL; /* end end */[all …]
111 u16 wstr; member
233 …wstr = "%s cannot open %s - is it a symlink with absolute path?\n" % (name, package_qa_clean_path(…234 wstr += "Please check if (linked) file contains key 'MimeType'.\n"238 …wstr += "If yes: add \'inhert mime-xdg\' and \'MIME_XDG_PACKAGES += \"%s\"\' / if no add \'INSANE_…239 oe.qa.add_message(messages, "mime-xdg", wstr)
111 byte_string to_bytes(const wide_string& wstr);
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...