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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/param/
H A Dparams.c226 * Scan a section name, and pass the name to function sfunc().
229 * sfunc - Pointer to the function to be called if the section
233 * <sfunc>. False if <sfunc> failed or if a lexical error was
239 static BOOL Section( myFILE *InFile, BOOL (*sfunc)(const char *) )
312 if( !sfunc(bufr) ) /* Got a valid name. Deal with it. */
461 * sfunc - Function to be called when a section name is scanned.
480 BOOL (*sfunc)(const char *),
498 if( !Section( InFile, sfunc ) )
554 * sfunc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddirectory.c2587 int len, sfunc; local
2591 sfunc = (unsigned char) *ibuf++;
2594 if (sfunc >= 3 && sfunc <= 6) {
2601 switch ( sfunc ) {
2702 int len, sfunc; local
2707 sfunc = (unsigned char) *ibuf++;
2709 LOG(log_debug, logtype_afpd, "afp_mapname: sfunc: %d, afp_version: %d", sfunc, afp_version);
2710 switch ( sfunc ) {
[all...]

Completed in 63 milliseconds