taglinefilesource code
thisName1424drivers/net/depca.cstatic char thisName[DEPCA_NAME_LENGTH];
thisName1432drivers/net/depca.cstrcpy(thisName,"");
thisName1433drivers/net/depca.cfor (i=0;*signatures[i]!='\0' && *thisName=='\0';i++) {
thisName1442drivers/net/depca.cstrcpy(thisName,signatures[i]);
thisName1446drivers/net/depca.creturn thisName;                    /* return the device name string */