TianoCore EDK2 master
Loading...
Searching...
No Matches
UnitTestHostCrtWrapper.c File Reference
#include <stdio.h>
#include <Base.h>
#include <Library/DebugLib.h>

Go to the source code of this file.

Functions

int tolower (int c)
 
int strncasecmp (const char *s1, const char *s2, size_t n)
 
int sscanf (const char *buffer, const char *format,...)
 
uid_t getuid (void)
 
uid_t geteuid (void)
 
gid_t getgid (void)
 
gid_t getegid (void)
 
unsigned int sleep (unsigned int seconds)
 
int gettimeofday (struct timeval *tv, struct timezone *tz)
 

Variables

int errno = 0
 
long timezone
 

Detailed Description

C Run-Time Libraries (CRT) Wrapper Implementation for OpenSSL-based Cryptographic Library.

Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.
Copyright (c) Microsoft Corporation SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file UnitTestHostCrtWrapper.c.

Function Documentation

◆ getegid()

gid_t getegid ( void  )

Definition at line 100 of file UnitTestHostCrtWrapper.c.

◆ geteuid()

uid_t geteuid ( void  )

Definition at line 84 of file UnitTestHostCrtWrapper.c.

◆ getgid()

gid_t getgid ( void  )

Definition at line 92 of file UnitTestHostCrtWrapper.c.

◆ gettimeofday()

int gettimeofday ( struct timeval tv,
struct timezone *  tz 
)

Definition at line 116 of file UnitTestHostCrtWrapper.c.

◆ getuid()

uid_t getuid ( void  )

Definition at line 76 of file UnitTestHostCrtWrapper.c.

◆ sleep()

unsigned int sleep ( unsigned int  seconds)

Definition at line 108 of file UnitTestHostCrtWrapper.c.

◆ sscanf()

int sscanf ( const char *  buffer,
const char *  format,
  ... 
)

Definition at line 62 of file UnitTestHostCrtWrapper.c.

◆ strncasecmp()

int strncasecmp ( const char *  s1,
const char *  s2,
size_t  n 
)

Definition at line 31 of file UnitTestHostCrtWrapper.c.

◆ tolower()

int tolower ( int  c)

Definition at line 18 of file UnitTestHostCrtWrapper.c.

Variable Documentation

◆ errno

int errno = 0

Definition at line 126 of file UnitTestHostCrtWrapper.c.

◆ timezone

long timezone

Definition at line 127 of file UnitTestHostCrtWrapper.c.