HomeSort by: relevance | last modified time | path
    Searched defs:putenv (Results 1 - 25 of 69) sorted by relevancy

1 2 3

  /src/lib/libc/stdlib/
putenv.c 1 /* $NetBSD: putenv.c,v 1.21 2015/01/20 18:31:25 christos Exp $ */
35 static char sccsid[] = "@(#)putenv.c 8.2 (Berkeley) 3/27/94";
37 __RCSID("$NetBSD: putenv.c,v 1.21 2015/01/20 18:31:25 christos Exp $");
52 putenv(char *str) function
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
putenv.c 1 /* $NetBSD: putenv.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
45 * putenv --
53 putenv(const char *string) function
  /src/external/bsd/libbind/dist/bsd/
putenv.c 1 /* $NetBSD: putenv.c,v 1.1.1.2 2012/09/09 16:07:43 christos Exp $ */
4 static const char rcsid[] = "Id: putenv.c,v 1.2 2005/04/27 04:56:11 sra Exp ";
19 putenv(char *str) { function
  /src/external/gpl3/binutils/dist/libiberty/
putenv.c 2 This file based on putenv.c in the GNU C Library.
21 @deftypefn Supplemental int putenv (const char *@var{string})
42 #define putenv libiberty_putenv macro
63 #undef putenv macro
70 putenv (const char *string) function
  /src/external/gpl3/binutils.old/dist/libiberty/
putenv.c 2 This file based on putenv.c in the GNU C Library.
21 @deftypefn Supplemental int putenv (const char *@var{string})
42 #define putenv libiberty_putenv macro
63 #undef putenv macro
70 putenv (const char *string) function
  /src/external/gpl3/gcc/dist/libiberty/
putenv.c 2 This file based on putenv.c in the GNU C Library.
21 @deftypefn Supplemental int putenv (const char *@var{string})
42 #define putenv libiberty_putenv macro
63 #undef putenv macro
70 putenv (const char *string) function
  /src/external/gpl3/gcc.old/dist/libiberty/
putenv.c 2 This file based on putenv.c in the GNU C Library.
21 @deftypefn Supplemental int putenv (const char *@var{string})
42 #define putenv libiberty_putenv macro
63 #undef putenv macro
70 putenv (const char *string) function
  /src/external/gpl3/gdb.old/dist/libiberty/
putenv.c 2 This file based on putenv.c in the GNU C Library.
21 @deftypefn Supplemental int putenv (const char *@var{string})
42 #define putenv libiberty_putenv macro
63 #undef putenv macro
70 putenv (const char *string) function
  /src/external/gpl3/gdb/dist/libiberty/
putenv.c 2 This file based on putenv.c in the GNU C Library.
21 @deftypefn Supplemental int putenv (const char *@var{string})
42 #define putenv libiberty_putenv macro
63 #undef putenv macro
70 putenv (const char *string) function
  /src/external/gpl2/groff/dist/src/libs/libgroff/
putenv.c 1 /* $NetBSD: putenv.c,v 1.1.1.1 2016/01/13 18:41:48 christos Exp $ */
52 int putenv(const char *string) function
  /src/sys/arch/ia64/stand/common/
environment.c 166 putenv(const char *string) function
  /src/external/mit/libuv/dist/test/
test-threadpool-cancel.c 26 # define putenv _putenv macro
76 putenv(buf);
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
stdlib.h 1356 # undef putenv
1357 # define putenv rpl_putenv
1359 _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1)));
1360 _GL_CXXALIAS_RPL (putenv, int, (char *string));
1363 # undef putenv
1364 # define putenv _putenv
1366 _GL_CXXALIAS_MDA (putenv, int, (char *string));
1368 _GL_CXXALIAS_SYS (putenv, int, (char *string));
1370 _GL_CXXALIASWARN (putenv);
1372 /* On native Windows, map 'putenv' to '_putenv', so that -loldnames is no
1377 # undef putenv macro
1378 # define putenv macro
1386 _GL_CXXALIASWARN (putenv); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
stdlib.h 1356 # undef putenv
1357 # define putenv rpl_putenv
1359 _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1)));
1360 _GL_CXXALIAS_RPL (putenv, int, (char *string));
1363 # undef putenv
1364 # define putenv _putenv
1366 _GL_CXXALIAS_MDA (putenv, int, (char *string));
1368 _GL_CXXALIAS_SYS (putenv, int, (char *string));
1370 _GL_CXXALIASWARN (putenv);
1372 /* On native Windows, map 'putenv' to '_putenv', so that -loldnames is no
1377 # undef putenv macro
1378 # define putenv macro
1386 _GL_CXXALIASWARN (putenv); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
stdlib.h 1356 # undef putenv
1357 # define putenv rpl_putenv
1359 _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1)));
1360 _GL_CXXALIAS_RPL (putenv, int, (char *string));
1363 # undef putenv
1364 # define putenv _putenv
1366 _GL_CXXALIAS_MDA (putenv, int, (char *string));
1368 _GL_CXXALIAS_SYS (putenv, int, (char *string));
1370 _GL_CXXALIASWARN (putenv);
1372 /* On native Windows, map 'putenv' to '_putenv', so that -loldnames is no
1377 # undef putenv macro
1378 # define putenv macro
1386 _GL_CXXALIASWARN (putenv); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
stdlib.h 1356 # undef putenv
1357 # define putenv rpl_putenv
1359 _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1)));
1360 _GL_CXXALIAS_RPL (putenv, int, (char *string));
1363 # undef putenv
1364 # define putenv _putenv
1366 _GL_CXXALIAS_MDA (putenv, int, (char *string));
1368 _GL_CXXALIAS_SYS (putenv, int, (char *string));
1370 _GL_CXXALIASWARN (putenv);
1372 /* On native Windows, map 'putenv' to '_putenv', so that -loldnames is no
1377 # undef putenv macro
1378 # define putenv macro
1386 _GL_CXXALIASWARN (putenv); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
stdlib.h 1356 # undef putenv
1357 # define putenv rpl_putenv
1359 _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1)));
1360 _GL_CXXALIAS_RPL (putenv, int, (char *string));
1363 # undef putenv
1364 # define putenv _putenv
1366 _GL_CXXALIAS_MDA (putenv, int, (char *string));
1368 _GL_CXXALIAS_SYS (putenv, int, (char *string));
1370 _GL_CXXALIASWARN (putenv);
1372 /* On native Windows, map 'putenv' to '_putenv', so that -loldnames is no
1377 # undef putenv macro
1378 # define putenv macro
1386 _GL_CXXALIASWARN (putenv); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
stdlib.h 1356 # undef putenv
1357 # define putenv rpl_putenv
1359 _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1)));
1360 _GL_CXXALIAS_RPL (putenv, int, (char *string));
1363 # undef putenv
1364 # define putenv _putenv
1366 _GL_CXXALIAS_MDA (putenv, int, (char *string));
1368 _GL_CXXALIAS_SYS (putenv, int, (char *string));
1370 _GL_CXXALIASWARN (putenv);
1372 /* On native Windows, map 'putenv' to '_putenv', so that -loldnames is no
1377 # undef putenv macro
1378 # define putenv macro
1386 _GL_CXXALIASWARN (putenv); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
stdlib.h 1356 # undef putenv
1357 # define putenv rpl_putenv
1359 _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1)));
1360 _GL_CXXALIAS_RPL (putenv, int, (char *string));
1363 # undef putenv
1364 # define putenv _putenv
1366 _GL_CXXALIAS_MDA (putenv, int, (char *string));
1368 _GL_CXXALIAS_SYS (putenv, int, (char *string));
1370 _GL_CXXALIASWARN (putenv);
1372 /* On native Windows, map 'putenv' to '_putenv', so that -loldnames is no
1377 # undef putenv macro
1378 # define putenv macro
1386 _GL_CXXALIASWARN (putenv); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
stdlib.h 1356 # undef putenv
1357 # define putenv rpl_putenv
1359 _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1)));
1360 _GL_CXXALIAS_RPL (putenv, int, (char *string));
1363 # undef putenv
1364 # define putenv _putenv
1366 _GL_CXXALIAS_MDA (putenv, int, (char *string));
1368 _GL_CXXALIAS_SYS (putenv, int, (char *string));
1370 _GL_CXXALIASWARN (putenv);
1372 /* On native Windows, map 'putenv' to '_putenv', so that -loldnames is no
1377 # undef putenv macro
1378 # define putenv macro
1386 _GL_CXXALIASWARN (putenv); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
stdlib.h 1356 # undef putenv
1357 # define putenv rpl_putenv
1359 _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1)));
1360 _GL_CXXALIAS_RPL (putenv, int, (char *string));
1363 # undef putenv
1364 # define putenv _putenv
1366 _GL_CXXALIAS_MDA (putenv, int, (char *string));
1368 _GL_CXXALIAS_SYS (putenv, int, (char *string));
1370 _GL_CXXALIASWARN (putenv);
1372 /* On native Windows, map 'putenv' to '_putenv', so that -loldnames is no
1377 # undef putenv macro
1378 # define putenv macro
1386 _GL_CXXALIASWARN (putenv); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
stdlib.h 1356 # undef putenv
1357 # define putenv rpl_putenv
1359 _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1)));
1360 _GL_CXXALIAS_RPL (putenv, int, (char *string));
1363 # undef putenv
1364 # define putenv _putenv
1366 _GL_CXXALIAS_MDA (putenv, int, (char *string));
1368 _GL_CXXALIAS_SYS (putenv, int, (char *string));
1370 _GL_CXXALIASWARN (putenv);
1372 /* On native Windows, map 'putenv' to '_putenv', so that -loldnames is no
1377 # undef putenv macro
1378 # define putenv macro
1386 _GL_CXXALIASWARN (putenv); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/
stdlib.h 1356 # undef putenv
1357 # define putenv rpl_putenv
1359 _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1)));
1360 _GL_CXXALIAS_RPL (putenv, int, (char *string));
1363 # undef putenv
1364 # define putenv _putenv
1366 _GL_CXXALIAS_MDA (putenv, int, (char *string));
1368 _GL_CXXALIAS_SYS (putenv, int, (char *string));
1370 _GL_CXXALIASWARN (putenv);
1372 /* On native Windows, map 'putenv' to '_putenv', so that -loldnames is no
1377 # undef putenv macro
1378 # define putenv macro
1386 _GL_CXXALIASWARN (putenv); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
stdlib.h 1356 # undef putenv
1357 # define putenv rpl_putenv
1359 _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1)));
1360 _GL_CXXALIAS_RPL (putenv, int, (char *string));
1363 # undef putenv
1364 # define putenv _putenv
1366 _GL_CXXALIAS_MDA (putenv, int, (char *string));
1368 _GL_CXXALIAS_SYS (putenv, int, (char *string));
1370 _GL_CXXALIASWARN (putenv);
1372 /* On native Windows, map 'putenv' to '_putenv', so that -loldnames is no
1377 # undef putenv macro
1378 # define putenv macro
1386 _GL_CXXALIASWARN (putenv); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
stdlib.h 1356 # undef putenv
1357 # define putenv rpl_putenv
1359 _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1)));
1360 _GL_CXXALIAS_RPL (putenv, int, (char *string));
1363 # undef putenv
1364 # define putenv _putenv
1366 _GL_CXXALIAS_MDA (putenv, int, (char *string));
1368 _GL_CXXALIAS_SYS (putenv, int, (char *string));
1370 _GL_CXXALIASWARN (putenv);
1372 /* On native Windows, map 'putenv' to '_putenv', so that -loldnames is no
1377 # undef putenv macro
1378 # define putenv macro
1386 _GL_CXXALIASWARN (putenv); variable
    [all...]

Completed in 37 milliseconds

1 2 3