taglinefilesource code
thisName1287drivers/net/depca.cstatic char thisName[DEPCA_NAME_LENGTH];
thisName1295drivers/net/depca.cstrcpy(thisName,"");
thisName1296drivers/net/depca.cfor (i=0;*signatures[i]!=(char)NULL && *thisName==(char)NULL;i++) {
thisName1305drivers/net/depca.cstrcpy(thisName,signatures[i]);
thisName1309drivers/net/depca.creturn thisName;                    /* return the device name string */