Home | History | Annotate | Download | only in linux-tools-perf

Lines Matching full:strlen

420 	struct script_spec *s = malloc(sizeof(*s) + strlen(spec) + 1);
601 if (strlen(str) == 0) {
765 size_t suffix_len = strlen(suffix);
768 if (strlen(str) > suffix_len) {
769 p = str + strlen(str) - suffix_len;
779 int len = strlen(str);
800 if (strlen(p) == 0)
805 if (strlen(p) && *p == '!')
809 if (strlen(p) && p[strlen(p) - 1] == '\n')
810 p[strlen(p) - 1] = '\0';
812 if (!strncmp(p, "description:", strlen("description:"))) {
813 p += strlen("description:");
818 if (!strncmp(p, "args:", strlen("args:"))) {
819 p += strlen("args:");
1023 if (argc > 1 && !strncmp(argv[0], "rec", strlen("rec"))) {
1029 if (argc > 1 && !strncmp(argv[0], "rep", strlen("rep"))) {