Lines Matching refs:strlen
191 if (strlen(devinfo->devexec) == 0) { in process_args()
206 if (strlen(devinfo->devlist) == 0) { in process_args()
221 if (strlen(devinfo->devname) == 0) { in process_args()
256 if (strlen(devinfo->devtype) == 0) { in process_args()
440 nlen = strlen(DAOPT_MINLABEL) + strlen(KV_ASSIGN) + in check_args()
441 strlen(defmin) + strlen(KV_TOKEN_DELIMIT) + in check_args()
442 strlen(DAOPT_MAXLABEL) + strlen(KV_ASSIGN) + in check_args()
443 strlen(defmax) + 1; /* +1 for terminator */ in check_args()
456 nlen = strlen(devinfo->devopts) + in check_args()
457 strlen(KV_TOKEN_DELIMIT) + in check_args()
458 strlen(ntok) + strlen(KV_ASSIGN) + in check_args()
459 strlen(nstr) + 1; in check_args()
472 nlen = strlen(devinfo->devopts) + in check_args()
473 strlen(KV_TOKEN_DELIMIT) + in check_args()
474 strlen(ntok) + strlen(KV_ASSIGN) + in check_args()
475 strlen(nstr) + 1; in check_args()