Home
last modified time | relevance | path

Searched refs:contline (Results 1 – 1 of 1) sorted by relevance

/linux/tools/bpf/bpftool/
H A Dmain.c329 char buf[BATCH_LINE_LEN_MAX], contline[BATCH_LINE_LEN_MAX]; in do_batch() local
375 if (!fgets(contline, sizeof(contline), fp) || in do_batch()
376 strlen(contline) == 0) { in do_batch()
383 cp = strchr(contline, '#'); in do_batch()
387 if (strlen(buf) + strlen(contline) + 1 > sizeof(buf)) { in do_batch()
393 strcat(buf, contline); in do_batch()