Searched refs:written (Results 1 – 25 of 245) sorted by relevance
12345678910
90 uint32_t written = 0; in strncpy_s() local93 while ((written < s1max) && (written < n)) { in strncpy_s()110 written++; in strncpy_s()117 if ((c != '\0') && (written == n) && (written < s1max)) { in strncpy_s()
112 uint32_t written = 0; in strncat_s() local115 while ((written < m) && (written < n)) { in strncat_s()132 written++; in strncat_s()139 if ((c != '\0') && (written == n) && (written < m)) { in strncat_s()
86 unsigned written = 0; in strcpy_s() local88 while (written < s1max) { in strcpy_s()101 written++; in strcpy_s()
103 unsigned written = 0; in strcat_s() local105 while (written < m) { in strcat_s()118 written++; in strcat_s()
23 bne 2b ; ... or we have written a NUL byte38 sub r3, r1 ; Subtract the number of bytes left to be written.
11 # notice is included verbatim in any distributions. No written agreement, #
20 # from this software without specific prior written permission.