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 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 1686 src/vfs/shell/shell.c char gbuf[10]; gbuf 1700 src/vfs/shell/shell.c g_snprintf (gbuf, sizeof (gbuf), ":%d", super->path_element->port); gbuf 1701 src/vfs/shell/shell.c flags = gbuf;