gbuf              314 lib/utilunix.c         static char gbuf[10];
gbuf              316 lib/utilunix.c         g_snprintf (gbuf, sizeof (gbuf), "%d", (int) gid);
gbuf              317 lib/utilunix.c         return gbuf;
gbuf              517 src/vfs/shell/shell.c     char gbuf[10];
gbuf              529 src/vfs/shell/shell.c         g_snprintf (gbuf, sizeof (gbuf), "%d", super->path_element->port);
gbuf              530 src/vfs/shell/shell.c         argv[i++] = gbuf;
gbuf             1656 src/vfs/shell/shell.c         char gbuf[10];
gbuf             1670 src/vfs/shell/shell.c                 g_snprintf (gbuf, sizeof (gbuf), ":%d", super->path_element->port);
gbuf             1671 src/vfs/shell/shell.c                 flags = gbuf;