#include <sys/types.h>
#include <sys/stat.h>
#include <time.h>
#include <sys/utime.h>
#include <io.h>
#include <fcntl.h>
#include <getopt.h>
#include <various.h>
#include <err.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
Go to the source code of this file.
◆ ATOI2
#define ATOI2 |
( |
|
ar | ) |
((ar)[0] - '0') * 10 + ((ar)[1] - '0'); (ar) += 2; |
◆ DEFFILEMODE
◆ __P() [1/4]
◆ __P() [2/4]
◆ __P() [3/4]
◆ __P() [4/4]
◆ main()
hosttype.c Copyright (C) 2002 by Brian Palmer brian.nosp@m.p@sg.nosp@m.inet..nosp@m.com
Definition at line 78 of file touch.c.
88 aflag = cflag = fflag =
mflag = timeset = 0;
121 if (aflag == 0 &&
mflag == 0)
128 if (!timeset &&
argc > 1) {
131 if (*
p ==
'\0' && (
len == 8 ||
len == 10)) {
133 stime_arg2(
argv[0],
len == 10, tv);
struct png_info_def **typedef void(__cdecl typeof(png_destroy_read_struct))(struct png_struct_def **
__CRT_INLINE int __cdecl utime(const char *_Filename, struct utimbuf *_Utimbuf)
_Check_return_opt_ _CRTIMP int __cdecl _close(_In_ int _FileHandle)
int getopt(int nargc, char *const *nargv, const char *ostr)
GLsizeiptr const GLvoid GLenum usage
_CRTIMP int __cdecl stat(const char *_Filename, struct stat *_Stat)
void stime_arg1(char *arg, time_t *tvp)
_CRTIMP int __cdecl _open(const char *_Filename, int _OpenFlag,...)
_Check_return_ long __cdecl strtol(_In_z_ const char *_Str, _Out_opt_ _Deref_post_z_ char **_EndPtr, _In_ int _Radix)
_CRTIMP int __cdecl fstat(int _Desc, struct stat *_Stat)
◆ stime_arg1()
◆ __progname
◆ copyright
Initial value:=
"@(#) Copyright (c) 1993 Regents of the University of California.\n\
All rights reserved.\n"
Definition at line 40 of file touch.c.