Searched defs:g_arg (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/users/
H A Dusers.c656 char *g_arg; /* Ptr to the -g option's argument */ local
685 g_arg = optarg;
721 if ((token = strtok(g_arg, ",")) != NULL) {
/illumos-gate/usr/src/cmd/trapstat/sun4/
H A Dtrapstat.c92 static void *g_arg; variable
573 (*g_process)(g_arg, diff, p);
602 g_arg = &ttl;
623 g_arg = NULL;
657 g_arg = &sump;
776 g_arg = &sump;
/illumos-gate/usr/src/cmd/logins/
H A Dlogins.c1259 char *g_arg; /* -g option's argument */ local
1346 g_arg = optarg;
1514 if (token = strtok(g_arg, ",")) {

Completed in 51 milliseconds