arg               204 gozilla/gozilla.c 	STRBUF *arg = strbuf_open(0);
arg               274 gozilla/gozilla.c 		strbuf_puts(arg, argv[0]);
arg               278 gozilla/gozilla.c 		if ((p = alias(strbuf_value(arg))) != NULL) {
arg               279 gozilla/gozilla.c 			strbuf_reset(arg);
arg               280 gozilla/gozilla.c 			strbuf_puts(arg, p);
arg               286 gozilla/gozilla.c 	if (!definition && isprotocol(strbuf_value(arg))) {
arg               287 gozilla/gozilla.c 		strbuf_puts(URL, strbuf_value(arg));
arg               293 gozilla/gozilla.c 			getURL(strbuf_value(arg), URL);
arg               315 gozilla/gozilla.c getdefinitionURL(const char *arg, STRBUF *URL)
arg               335 gozilla/gozilla.c 		if ((p = (char *)dbop_get(dbop, arg)) != NULL) {
arg               350 gozilla/gozilla.c 				if (!strcmp(arg, ptable.part[0].start)) {
arg               359 gozilla/gozilla.c 		die("definition %s not found.", arg);
arg               222 gtags-cscope/gtags-cscope.c include_pattern(const char *arg)
arg               234 gtags-cscope/gtags-cscope.c 	strbuf_sprintf(pat, INCLUDE, quote_string(arg));
arg               316 gtags-cscope/gtags-cscope.c execute_command(STRBUF *sb, const int com, const int opt, const char *arg)
arg               341 gtags-cscope/gtags-cscope.c 	strbuf_puts(command, arg);
arg               410 gtags-cscope/gtags-cscope.c search(int com, const char *arg)
arg               435 gtags-cscope/gtags-cscope.c 		strlimcpy(buf, quote_string(arg), sizeof(buf));
arg               436 gtags-cscope/gtags-cscope.c 		arg = buf;
arg               449 gtags-cscope/gtags-cscope.c 		arg = include_pattern(arg);
arg               460 gtags-cscope/gtags-cscope.c 		count += execute_command(sb, com, 0, arg);
arg               461 gtags-cscope/gtags-cscope.c 		count += execute_command(sb, com, (count > 0) ? 'r' : 's', arg);
arg               463 gtags-cscope/gtags-cscope.c 		count += execute_command(sb, com, opt, arg);
arg               190 libglibc/obstack.c 		  void *arg)
arg               217 libglibc/obstack.c   h->extra_arg = arg;
arg               227 libglibc/obstack.h #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \
arg               230 libglibc/obstack.h 		    (void (*) (void *, void *)) (freefun), (arg))
arg               316 libglibc/regex.c # define REGEX_FREE(arg) ((void)0) /* Do nothing!  But inhibit gcc warning.  */
arg               346 libglibc/regex.c #  define REGEX_FREE_STACK(arg)
arg              1557 libglibc/regex.c static void store_op1 _RE_ARGS ((re_opcode_t op, unsigned char *loc, int arg));
arg              1561 libglibc/regex.c 				  int arg, unsigned char *end));
arg              1650 libglibc/regex.c #define STORE_JUMP2(op, loc, to, arg) \
arg              1651 libglibc/regex.c   store_op2 (op, loc, (int) ((to) - (loc) - 3), arg)
arg              1658 libglibc/regex.c #define INSERT_JUMP2(op, loc, to, arg) \
arg              1659 libglibc/regex.c   insert_op2 (op, loc, (int) ((to) - (loc) - 3), arg, b)
arg              2998 libglibc/regex.c store_op1 (op, loc, arg)
arg              3001 libglibc/regex.c     int arg;
arg              3004 libglibc/regex.c   STORE_NUMBER (loc + 1, arg);
arg              3026 libglibc/regex.c insert_op1 (op, loc, arg, end)
arg              3029 libglibc/regex.c     int arg;
arg              3038 libglibc/regex.c   store_op1 (op, loc, arg);
arg                40 libglibc/snprintf.c   va_list arg;
arg                43 libglibc/snprintf.c   va_start (arg, format);
arg                45 libglibc/snprintf.c   done = vsprintf (s, format, arg);
arg                51 libglibc/snprintf.c   va_end (arg);