use "roken.h" consitantly
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21005 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
#include <base64.h>
|
#include <base64.h>
|
||||||
|
|
||||||
int
|
int
|
||||||
|
@@ -43,7 +43,7 @@ RCSID("$Id$");
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
|
|
||||||
int ROKEN_LIB_FUNCTION
|
int ROKEN_LIB_FUNCTION
|
||||||
closefrom(int fd)
|
closefrom(int fd)
|
||||||
|
@@ -38,7 +38,7 @@ RCSID("$Id$");
|
|||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Write datablob to a filename, don't care about errors.
|
* Write datablob to a filename, don't care about errors.
|
||||||
|
@@ -39,7 +39,7 @@ RCSID("$Id$");
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
|
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Like calloc but never fails.
|
* Like calloc but never fails.
|
||||||
|
@@ -39,7 +39,7 @@ RCSID("$Id$");
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
|
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Like malloc but never fails.
|
* Like malloc but never fails.
|
||||||
|
@@ -39,7 +39,7 @@ RCSID("$Id$");
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
|
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Like read but never fails (and never returns partial data).
|
* Like read but never fails (and never returns partial data).
|
||||||
|
@@ -39,7 +39,7 @@ RCSID("$Id$");
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
|
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Like realloc but never fails.
|
* Like realloc but never fails.
|
||||||
|
@@ -39,7 +39,7 @@ RCSID("$Id$");
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
|
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Like strdup but never fails.
|
* Like strdup but never fails.
|
||||||
|
@@ -39,7 +39,7 @@ RCSID("$Id$");
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
|
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Like write but never fails (and never returns partial data).
|
* Like write but never fails (and never returns partial data).
|
||||||
|
@@ -58,7 +58,7 @@ RCSID("$Id$");
|
|||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
|
|
||||||
int ROKEN_LIB_FUNCTION
|
int ROKEN_LIB_FUNCTION
|
||||||
get_window_size(int fd, struct winsize *wp)
|
get_window_size(int fd, struct winsize *wp)
|
||||||
|
@@ -39,7 +39,7 @@ RCSID("$Id$");
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
#include "getarg.h"
|
#include "getarg.h"
|
||||||
|
|
||||||
#define ISFLAG(X) ((X).type == arg_flag || (X).type == arg_negative_flag)
|
#define ISFLAG(X) ((X).type == arg_flag || (X).type == arg_negative_flag)
|
||||||
|
@@ -59,7 +59,7 @@ struct aud_rec;
|
|||||||
#ifdef HAVE_USERCONF_H
|
#ifdef HAVE_USERCONF_H
|
||||||
#include <userconf.h>
|
#include <userconf.h>
|
||||||
#endif
|
#endif
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
|
|
||||||
#ifndef _PATH_SHELLS
|
#ifndef _PATH_SHELLS
|
||||||
#define _PATH_SHELLS "/etc/shells"
|
#define _PATH_SHELLS "/etc/shells"
|
||||||
|
@@ -37,7 +37,7 @@
|
|||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
#include <hex.h>
|
#include <hex.h>
|
||||||
|
|
||||||
int
|
int
|
||||||
|
@@ -36,7 +36,7 @@
|
|||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
|
@@ -36,7 +36,7 @@
|
|||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
|
|
||||||
int ROKEN_LIB_FUNCTION
|
int ROKEN_LIB_FUNCTION
|
||||||
inet_pton(int af, const char *src, void *dst)
|
inet_pton(int af, const char *src, void *dst)
|
||||||
|
@@ -40,7 +40,7 @@ RCSID("$Id$");
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Like read but never return partial data.
|
* Like read but never return partial data.
|
||||||
|
@@ -40,7 +40,7 @@ RCSID("$Id$");
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Like write but never return partial data.
|
* Like write but never return partial data.
|
||||||
|
@@ -39,7 +39,7 @@ RCSID("$Id$");
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
#include "parse_units.h"
|
#include "parse_units.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@@ -36,7 +36,7 @@
|
|||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
|
|
||||||
#undef roken_gethostbyname
|
#undef roken_gethostbyname
|
||||||
#undef roken_gethostbyaddr
|
#undef roken_gethostbyaddr
|
||||||
|
@@ -49,7 +49,7 @@ RCSID("$Id$");
|
|||||||
#endif
|
#endif
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
|
|
||||||
#define EX_NOEXEC 126
|
#define EX_NOEXEC 126
|
||||||
#define EX_NOTFOUND 127
|
#define EX_NOTFOUND 127
|
||||||
|
@@ -43,7 +43,7 @@ RCSID("$Id$");
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
enum format_flags {
|
enum format_flags {
|
||||||
|
@@ -36,7 +36,7 @@
|
|||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@@ -88,7 +88,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
|
|
||||||
#include "socket_wrapper.h"
|
#include "socket_wrapper.h"
|
||||||
|
|
||||||
|
@@ -40,7 +40,7 @@ RCSID("$Id$");
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
|
|
||||||
enum { initial = 10, increment = 5 };
|
enum { initial = 10, increment = 5 };
|
||||||
|
|
||||||
|
@@ -38,7 +38,7 @@ RCSID("$Id$");
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
|
|
||||||
#ifndef HAVE_STRLWR
|
#ifndef HAVE_STRLWR
|
||||||
char * ROKEN_LIB_FUNCTION
|
char * ROKEN_LIB_FUNCTION
|
||||||
|
@@ -38,7 +38,7 @@ RCSID("$Id$");
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
|
|
||||||
#ifndef HAVE_STRNDUP
|
#ifndef HAVE_STRNDUP
|
||||||
char * ROKEN_LIB_FUNCTION
|
char * ROKEN_LIB_FUNCTION
|
||||||
|
@@ -38,7 +38,7 @@ RCSID("$Id$");
|
|||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
|
|
||||||
struct rk_strpool {
|
struct rk_strpool {
|
||||||
char *str;
|
char *str;
|
||||||
|
@@ -38,7 +38,7 @@ RCSID("$Id$");
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
|
|
||||||
#ifndef HAVE_STRUPR
|
#ifndef HAVE_STRUPR
|
||||||
char * ROKEN_LIB_FUNCTION
|
char * ROKEN_LIB_FUNCTION
|
||||||
|
@@ -40,7 +40,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
|
|
||||||
#include "test-mem.h"
|
#include "test-mem.h"
|
||||||
|
|
||||||
|
@@ -34,7 +34,7 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
#endif
|
#endif
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
#ifndef _DIAGASSERT
|
#ifndef _DIAGASSERT
|
||||||
#define _DIAGASSERT(X)
|
#define _DIAGASSERT(X)
|
||||||
#endif
|
#endif
|
||||||
|
@@ -67,7 +67,7 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
#endif
|
#endif
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
#ifndef _DIAGASSERT
|
#ifndef _DIAGASSERT
|
||||||
#define _DIAGASSERT(X)
|
#define _DIAGASSERT(X)
|
||||||
#endif
|
#endif
|
||||||
|
@@ -39,7 +39,7 @@ RCSID("$Id$");
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <roken.h>
|
#include "roken.h"
|
||||||
|
|
||||||
#include "roken.h"
|
#include "roken.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user