HomeSort by relevance Sort by last modified time
    Searched refs:hist_name (Results 1 - 3 of 3) sorted by null

  /external/iproute2/misc/
rtacct.c 437 char hist_name[128]; local
537 snprintf(hist_name, sizeof(hist_name), "%s", getenv("RTACCT_HISTORY"));
539 sprintf(hist_name, "/tmp/.rtacct.u%d", getuid());
542 unlink(hist_name);
547 fd = open(hist_name, O_RDWR|O_CREAT|O_NOFOLLOW, 0600);
nstat.c 522 char *hist_name; local
610 if ((hist_name = getenv("NSTAT_HISTORY")) == NULL) {
611 hist_name = malloc(128);
612 sprintf(hist_name, "/tmp/.nstat.u%d", getuid());
616 unlink(hist_name);
621 fd = open(hist_name, O_RDWR|O_CREAT|O_NOFOLLOW, 0600);
ifstat.c 683 char hist_name[128]; local
779 snprintf(hist_name, sizeof(hist_name),
782 snprintf(hist_name, sizeof(hist_name),
786 unlink(hist_name);
791 fd = open(hist_name, O_RDWR|O_CREAT|O_NOFOLLOW, 0600);

Completed in 69 milliseconds