gbuf              317 lib/utilunix.c         static char gbuf[10];
gbuf              319 lib/utilunix.c         g_snprintf (gbuf, sizeof (gbuf), "%d", (int) gid);
gbuf              320 lib/utilunix.c         return gbuf;
gbuf              518 src/vfs/shell/shell.c     char gbuf[10];
gbuf              530 src/vfs/shell/shell.c         g_snprintf (gbuf, sizeof (gbuf), "%d", super->path_element->port);
gbuf              531 src/vfs/shell/shell.c         argv[i++] = gbuf;
gbuf             1659 src/vfs/shell/shell.c         char gbuf[10];
gbuf             1673 src/vfs/shell/shell.c                 g_snprintf (gbuf, sizeof (gbuf), ":%d", super->path_element->port);
gbuf             1674 src/vfs/shell/shell.c                 flags = gbuf;