Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
MBKGETENV(3)		     MBK UTILITY FUNCTIONS		  MBKGETENV(3)

NAME
       mbkgetenv - get an environment variable

SYNOPSIS
       #include	MUT_H

       char *mbkgetenv(const char *name);

DESCRIPTION
       The  mbkgetenv()	 function  searches  the environment list for a	string
       that matches the	string pointed to by name.  The	 strings  are  of  the
       form name = value.

RETURN VALUE
       The mbkgetenv() function	returns	a pointer to the value in the environ-
       ment,  or  NULL	if  there  is no match.	 If MBK_TRACE_GETENV is	set to
       "yes", mbkgetenv() will print debug info	to  stdout  before  thre  real
       getenv()	syscall	is done.

SEE ALSO
       mbk(1) MBK_TRACE_GETENV(1) getenv(3).

ASIM/LIP6		 $Date:	2002/03/08 13:51:03 $		  MBKGETENV(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mbkgetenv&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help