Searched refs:__xdm_setEnv (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xdm/dist/include/ | ||
| H A D | greet.h | 150 extern char **(*__xdm_setEnv)(char **e, const char *name, const char *value); 190 # define setEnv (*__xdm_setEnv) |
| /xsrc/external/mit/xdm/dist/greeter/ | ||
| H A D | greet.c | 113 char **(*__xdm_setEnv)(char **e, const char *name, const char *value) = NULL; variable in typeref:typename:char ** (*)(char ** e,const char * name,const char * value) 448 __xdm_setEnv = dlfuncs->_setEnv; |
Completed in 4 milliseconds