HomeSort by: relevance | last modified time | path
    Searched defs:snarf (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/netstat/
vtw.c 119 static void snarf(const void *, void *, size_t);
140 snarf(const void *addr, void *buf, size_t len) function in typeref:typename:void
200 snarf(p, &timebasebin, sizeof(timebasebin));
239 snarf(p, &stats, sizeof(stats));
281 snarf(p, &fat_tcpv4, sizeof(fat_tcpv4));
285 snarf(p, &vtw_tcpv4[0], sizeof(vtw_tcpv4));
290 /* snarf/adjust vtw_ctl */
308 snarf(kbase, ubase, n * sizeof(*ubase));
325 /* snarf/adjust fat_ctl */
340 snarf(base, fat_tcpv4.base, sizeof(*base) * (lim - base + 1))
    [all...]
  /src/usr.bin/mail/
cmd2.c 137 * Snarf the file from the end of the command line and
145 snarf(char linebuf[], int *flag, const char *string) function in typeref:typename:char *
213 if ((fn = snarf(str, &f, "file")) == NULL)
657 if ((dstdir = snarf(str, &f, "directory")) == NULL &&

Completed in 12 milliseconds