Searched refs:modebuf (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/adouble/
H A Dad_open.c945 static char modebuf[ MAXPATHLEN + 1]; local
961 memcpy( modebuf, path, len );
962 modebuf[len] = '\0';
965 slash = modebuf+ len;
967 while (modebuf < slash && slash[-1] == '/') {
970 if (modebuf == slash) {
974 while (modebuf < slash && *slash != '/') {
977 if (modebuf == slash) {
982 return modebuf;
985 modebuf[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/adouble/
H A Dad_open.c945 static char modebuf[ MAXPATHLEN + 1]; local
961 memcpy( modebuf, path, len );
962 modebuf[len] = '\0';
965 slash = modebuf+ len;
967 while (modebuf < slash && slash[-1] == '/') {
970 if (modebuf == slash) {
974 while (modebuf < slash && *slash != '/') {
977 if (modebuf == slash) {
982 return modebuf;
985 modebuf[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dsbmemc.h56 uint32 modebuf; member in struct:sbmemcregs

Completed in 181 milliseconds