Home
last modified time | relevance | path

Searched refs:OUTPUT_TAIL (Results 1 – 6 of 6) sorted by relevance

/dports/news/inn/inn-2.6.4/innfeed/
H A Dinnfeed.h101 #define OUTPUT_TAIL ".output" macro
H A Dtape.c319 if (endsIn (peerName,OUTPUT_TAIL)) in newTape()
320 die ("Sorry, can't have a peer name ending in \"%s\"",OUTPUT_TAIL) ; in newTape()
336 nt->outputFilename = xmalloc (pLen + dLen + strlen(OUTPUT_TAIL) + 2) ; in newTape()
337 sprintf (nt->outputFilename,"%s/%s%s",tapeDirectory,peerName,OUTPUT_TAIL) ; in newTape()
/dports/sysutils/shlock/inn-2.6.4/innfeed/
H A Dinnfeed.h101 #define OUTPUT_TAIL ".output" macro
H A Dtape.c319 if (endsIn (peerName,OUTPUT_TAIL)) in newTape()
320 die ("Sorry, can't have a peer name ending in \"%s\"",OUTPUT_TAIL) ; in newTape()
336 nt->outputFilename = xmalloc (pLen + dLen + strlen(OUTPUT_TAIL) + 2) ; in newTape()
337 sprintf (nt->outputFilename,"%s/%s%s",tapeDirectory,peerName,OUTPUT_TAIL) ; in newTape()
/dports/news/inn-current/inn-2.7-20211226/innfeed/
H A Dinnfeed.h95 #define OUTPUT_TAIL ".output" macro
H A Dtape.c290 if (endsIn(peerName, OUTPUT_TAIL)) in newTape()
291 die("Sorry, can't have a peer name ending in \"%s\"", OUTPUT_TAIL); in newTape()
307 nt->outputFilename = xmalloc(pLen + dLen + strlen(OUTPUT_TAIL) + 2); in newTape()
309 OUTPUT_TAIL); in newTape()