Searched refs:singlefile (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dasingle.h11 int single_open(char *singlefile, int flags, struct FHeader *fh, int options);
H A Dasingle.c65 int single_open(char *singlefile, int flags, struct FHeader *fh, int options _U_) argument
70 if ( strcmp( singlefile, STDIN ) == 0 ) {
72 } else if (( single.filed = open( singlefile, flags )) < 0 ) {
73 perror( singlefile );
76 strncpy( single.path, singlefile, MAXPATHLEN );

Completed in 113 milliseconds