Searched refs:archive_strncpy (Results 1 – 1 of 1) sorted by relevance
165 archive_strncpy((as), (p), ((p) == NULL ? 0 : strlen(p)))172 #define archive_strncpy(as,p,l) \ macro