Searched refs:title (Results 1 – 3 of 3) sorted by relevance
22 local title=$140 echo -e "### $title" >> ${changelog_file}
32 # title of most generated pages and in a few other places.1604 # following commands have a special meaning inside the header: $title,1606 # replace them by respectively the title of the page, the current date and time,
371 char title[256]; in dump_mppbuffer() local373 sprintf(title, "%s.%dx%d.yuv", fname, stride, height); in dump_mppbuffer()374 FILE *dump = fopen(title, "ab+"); in dump_mppbuffer()