gbuf              325 lib/utilunix.c         static char gbuf[10];
gbuf              327 lib/utilunix.c         g_snprintf (gbuf, sizeof (gbuf), "%d", (int) gid);
gbuf              328 lib/utilunix.c         return gbuf;
gbuf              521 src/vfs/shell/shell.c     char gbuf[10];
gbuf              533 src/vfs/shell/shell.c         g_snprintf (gbuf, sizeof (gbuf), "%d", super->path_element->port);
gbuf              534 src/vfs/shell/shell.c         argv[i++] = gbuf;
gbuf             1718 src/vfs/shell/shell.c         char gbuf[10];
gbuf             1732 src/vfs/shell/shell.c                 g_snprintf (gbuf, sizeof (gbuf), ":%d", super->path_element->port);
gbuf             1733 src/vfs/shell/shell.c                 flags = gbuf;