Searched refs:argv0 (Results 1 - 4 of 4) sorted by relevance

/haiku/src/bin/
H A Dspybmessage.cpp132 static int usage(char *argv0) argument
135 printf("%s app [args...]\n", argv0);
/haiku/src/bin/unzip/
H A Dglobals.h239 char *argv0; /* used for NT and EXE_EXTENSION */ member in struct:Globals
H A Dprocess.c271 int len=strlen(G.argv0);
276 strcpy(G.zipfn, G.argv0);
280 G.zipfn = G.argv0; /* for "cannot find myself" message only */
284 G.zipfn = G.argv0; /* for "cannot find myself" message only */
H A Dunzip.c764 G.argv0 = argv[0];
768 G.zipfn = G.argv0;

Completed in 52 milliseconds