taglinefilesource code
thisName1398drivers/net/depca.cstatic char thisName[DEPCA_NAME_LENGTH];
thisName1406drivers/net/depca.cstrcpy(thisName,"");
thisName1407drivers/net/depca.cfor (i = 0 ; *signatures[i] != '\0' && *thisName == '\0' ; i++) {
thisName1416drivers/net/depca.cstrcpy(thisName,signatures[i]);
thisName1420drivers/net/depca.creturn thisName;                    /* return the device name string */