Searched refs:write_null (Results 1 – 5 of 5) sorted by relevance
44 bool write_null = true; in strcpy_s() local48 write_null = false; in strcpy_s()54 write_null = false; in strcpy_s()116 if (write_null && s1 != NULL) { in strcpy_s()
45 bool write_null = true; in strcat_s() local49 write_null = false; in strcat_s()55 write_null = false; in strcat_s()133 if (write_null && s1 != NULL) { in strcat_s()
44 bool write_null = true; in strncpy_s() local48 write_null = false; in strncpy_s()52 write_null = false; in strncpy_s()138 if (write_null && s1 != NULL) { in strncpy_s()
45 bool write_null = true; in strncat_s() local51 write_null = false; in strncat_s()55 write_null = false; in strncat_s()160 if (write_null && s1 != NULL) { in strncat_s()
45 bool write_null = true; in sprintf_s() local51 write_null = false; in sprintf_s()55 write_null = false; in sprintf_s()142 if (write_null && s != NULL) { in sprintf_s()