int putenv ();
int stime ();
-char *xrealloc ();
-char *xmalloc ();
char *xstrdup ();
time_t posixtime ();
char *program_name;
char *xstrdup ();
-char *xmalloc ();
static VALUE *docolon __P ((VALUE *sv, VALUE *pv));
static VALUE *eval __P ((void));
/* id -- print real and effective UIDs and GIDs
- Copyright (C) 1989-1995, 1996 Free Software Foundation, Inc.
+ Copyright (C) 1989-1995, 1996, 1997 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
# include <sys/param.h>
#endif /* not _POSIX_VERSION */
-char *xmalloc ();
int getugroups ();
static void print_user __P ((int uid));
int gethostname ();
char *ttyname ();
-char *xmalloc ();
/* The name this program was run with. */
const char *program_name;
(c) >= 'A' && (c) <= 'F' ? (c) - 'A' + 10 : (c) - '0')
#define octtobin(c) ((c) - '0')
-char *xmalloc ();
-
/* The value to return to the calling program. */
static int exit_status;
void setusershell ();
char *base_name ();
-char *xmalloc ();
-char *xrealloc ();
char *xstrdup ();
extern char **environ;
#include "system.h"
#include "error.h"
-char *xmalloc ();
int full_write ();
static int tee __P ((int nfiles, const char **files));
# define test_exit(val) test_error_return = val, longjmp (test_exit_buf, 1)
#endif /* !TEST_STANDALONE */
-char *xrealloc ();
-
static int pos; /* The offset of the current argument in ARGV. */
static int argc; /* The number of arguments present in ARGV. */
static char **argv; /* The argument list. */
#include "error.h"
#include "readutmp.h"
-char *xmalloc ();
-
/* The name this program was run with. */
char *program_name;
int gethostname ();
char *ttyname ();
-char *xmalloc ();
/* The name this program was run with. */
char *program_name;