Lines Matching refs:tmp
1008 struct sock_filter tmp; in cmd_load_bpf() local
1027 &tmp.code, &tmp.jt, &tmp.jf, &tmp.k) != 4) { in cmd_load_bpf()
1032 bpf_image[i].code = tmp.code; in cmd_load_bpf()
1033 bpf_image[i].jt = tmp.jt; in cmd_load_bpf()
1034 bpf_image[i].jf = tmp.jf; in cmd_load_bpf()
1035 bpf_image[i].k = tmp.k; in cmd_load_bpf()
1053 char *file_trim, *tmp; in cmd_load_pcap() local
1055 file_trim = strtok_r(file, " ", &tmp); in cmd_load_pcap()
1066 char *subcmd, *cont, *tmp = strdup(arg); in cmd_load() local
1069 subcmd = strtok_r(tmp, " ", &cont); in cmd_load()
1086 free(tmp); in cmd_load()
1255 char *cmd, *cont, *tmp = strdup(arg); in execf() local
1258 cmd = strtok_r(tmp, " ", &cont); in execf()
1271 free(tmp); in execf()