Home | History | Annotate | Download | only in jhead

Lines Matching full:strncpy

250                                     strncpy(Line, AddComment, sizeof(Line));
466 strncpy(OutFileName, NamePattern, Subst-NamePattern);
471 strncpy(OutFileName, NamePattern, PATH_MAX);
512 strncpy(FilePattern+PathLen, finddata.name, PATH_MAX-PathLen); // full name with path
577 strncpy(NewBaseName, FileName, PATH_MAX); // Get path component of name.
596 strncpy(pattern, strftime_args, PATH_MAX-1);
812 strncpy(ImageInfo.FileName, FileName, PATH_MAX);
986 strncpy(Comment, CommentInsertLiteral, MAX_COMMENT_SIZE);