Home
last modified time | relevance | path

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

/Linux-v5.4/tools/bpf/bpftool/
Dmain.c236 char buf[BATCH_LINE_LEN_MAX], contline[BATCH_LINE_LEN_MAX]; in do_batch() local
282 if (!fgets(contline, sizeof(contline), fp) || in do_batch()
283 strlen(contline) == 0) { in do_batch()
290 cp = strchr(contline, '#'); in do_batch()
294 if (strlen(buf) + strlen(contline) + 1 > sizeof(buf)) { in do_batch()
300 strcat(buf, contline); in do_batch()