The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

unsetenv (3)
  • unsetenv (1) ( Solaris man: Команды и прикладные программы пользовательского уровня )
  • unsetenv (1) ( FreeBSD man: Команды и прикладные программы пользовательского уровня )
  • >> unsetenv (3) ( Solaris man: Библиотечные вызовы )
  • unsetenv (3) ( FreeBSD man: Библиотечные вызовы )
  • unsetenv (3) ( Русские man: Библиотечные вызовы )
  • unsetenv (3) ( Linux man: Библиотечные вызовы )
  • unsetenv (3) ( POSIX man: Библиотечные вызовы )
  •  

    NAME

    unsetenv - remove an environment variable
     
    

    SYNOPSIS

    #include <stdlib.h>
    
    int unsetenv(const char *name);
    

     

    DESCRIPTION

    The unsetenv() function removes an environment variable from the environment of the calling process. The name argument points to a string that is the name of the variable to be removed. The named argument cannot contain an '=' character. If the named variable does not exist in the current environment, the environment is unchanged and the function is considered to have completed successfully.

    If the application modifies environ or the pointers to which it points, the behavior of unsetenv() is undefined. The unsetenv() function updates the list of pointers to which environ points.  

    RETURN VALUES

    Upon successful completion, 0 is returned. Otherwise, -1 is returned, errno set to indicate the error, and the environment is left unchanged.  

    ERRORS

    The unsetenv() function will fail if:

    EINVAL

    The name argument is a null pointer, points to an empty string, or points to a string containing an '=' character.

     

    ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

    MT-Level

     

    SEE ALSO

    getenv(3C), setenv(3C), attributes(5), standards(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    ATTRIBUTES
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру