Lines Matching full:strncmp
246 if(strncmp(path, perms[i].name, strlen(perms[i].name)))
280 if (strncmp(path, dp->name, strlen(dp->name)))
350 if(!strncmp(msg, "ACTION=", 7)) {
353 } else if(!strncmp(msg, "DEVPATH=", 8)) {
356 } else if(!strncmp(msg, "SUBSYSTEM=", 10)) {
359 } else if(!strncmp(msg, "FIRMWARE=", 9)) {
362 } else if(!strncmp(msg, "MAJOR=", 6)) {
365 } else if(!strncmp(msg, "MINOR=", 6)) {
401 if(!strncmp(uevent->subsystem, "block", 5)) {
408 if(!strncmp(uevent->subsystem, "graphics", 8)) {
411 } else if (!strncmp(uevent->subsystem, "oncrpc", 6)) {
414 } else if (!strncmp(uevent->subsystem, "adsp", 4)) {
417 } else if (!strncmp(uevent->subsystem, "msm_camera", 10)) {
420 } else if(!strncmp(uevent->subsystem, "input", 5)) {
423 } else if(!strncmp(uevent->subsystem, "mtd", 3)) {
426 } else if(!strncmp(uevent->subsystem, "sound", 5)) {
429 } else if(!strncmp(uevent->subsystem, "misc", 4) &&
430 !strncmp(name, "log_", 4)) {