Home
last modified time | relevance | path

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

/f-stack/tools/ipfw/
H A Dmain.c118 char *av_p; /* used to build the av list */ in ipfw_main() local
178 av_p = (char *)&av[ac+1]; in ipfw_main()
183 bcopy(arg+j, av_p, i-j); in ipfw_main()
184 av[ac] = av_p; in ipfw_main()
185 av_p += i-j; /* the length of the string */ in ipfw_main()
186 *av_p++ = '\0'; in ipfw_main()
215 av_p = (char *)&av[oldac+1]; in ipfw_main()
223 av[ac] = av_p; in ipfw_main()
225 strcat(av_p, oldav[first]); in ipfw_main()
226 av_p += strlen(oldav[first]); in ipfw_main()
[all …]