Lines Matching full:strlen
61 n = strlen(gProductOutPath) + strlen(extra) + 2;
635 strncat(buf, ":", sizeof(buf) - strlen(buf) - 1);
636 strncat(buf, argv[0], sizeof(buf) - strlen(buf) - 1);
787 if (strlen(path_buf) + 1 + strlen(hint) >= sizeof(path_buf)) {
852 if (server_port_str && strlen(server_port_str) > 0) {
1089 if(!strncmp(argv[0], "wait-for-", strlen("wait-for-"))) {
1091 if (!strncmp(service, "wait-for-device", strlen("wait-for-device"))) {