Searched refs:subp (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dunix.c242 struct dirent *deskp, *subp; local
272 for ( subp = readdir( sub ); subp != NULL; subp = readdir( sub )) {
273 if ( strcmp( subp->d_name, "." ) == 0 ||
274 strcmp( subp->d_name, ".." ) == 0 ) {
278 strcat( modbuf, subp->d_name );
419 struct dirent *deskp, *subp; local
446 for ( subp = readdir( sub ); subp !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dunix.c243 struct dirent *deskp, *subp; local
273 for ( subp = readdir( sub ); subp != NULL; subp = readdir( sub )) {
274 if ( strcmp( subp->d_name, "." ) == 0 ||
275 strcmp( subp->d_name, ".." ) == 0 ) {
279 strcat( modbuf, subp->d_name );
421 struct dirent *deskp, *subp; local
448 for ( subp = readdir( sub ); subp !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dl3dss1.c2088 u_char *subp; local
2109 for (subp = pc->chan->setup.phone; (*subp) && (*subp != '.'); subp++) len_phone++; /* len of phone number */
2110 if (*subp++ == '.') len_sub = strlen(subp) + 2; /* length including info subaddress element */
2138 while (*subp) *p++ = *subp++;
H A Dl3ni1.c1944 u_char *subp; local
1965 for (subp = pc->chan->setup.phone; (*subp) && (*subp != '.'); subp++) len_phone++; /* len of phone number */
1966 if (*subp++ == '.') len_sub = strlen(subp) + 2; /* length including info subaddress element */
1994 while (*subp) *p++ = *subp++;

Completed in 81 milliseconds