Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dmain.c271 char buf[BATCH_LINE_LEN_MAX], contline[BATCH_LINE_LEN_MAX]; in do_batch() local
317 if (!fgets(contline, sizeof(contline), fp) || in do_batch()
318 strlen(contline) == 0) { in do_batch()
325 cp = strchr(contline, '#'); in do_batch()
329 if (strlen(buf) + strlen(contline) + 1 > sizeof(buf)) { in do_batch()
335 strcat(buf, contline); in do_batch()