Home
last modified time | relevance | path

Searched refs:envp (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dprocess.h16 int execve(const char *path, char * const *argv, char * const *envp);
18 int execvpe(const char *path, char * const *argv, char * const *envp);
26 int spawnve(int mode, const char *path, const char * const *argv, const char * const *envp);
28 int spawnvpe(int mode, const char *path, const char * const *argv, const char * const *envp);
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSB.c2227 static int usb_hotplug (struct device_s *dev, char **envp, int num_envp, in usb_hotplug() argument
2315 envp [i++] = scratch; in usb_hotplug()
2326 envp [i++] = scratch; in usb_hotplug()
2384 envp [i++] = scratch; in usb_hotplug()
2397 envp [i++] = scratch; in usb_hotplug()
2441 envp [i++] = 0; in usb_hotplug()
2480 static int usb_hotplug (struct device_s *dev, char **envp, in usb_hotplug() argument
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dspawn.h78 char *__const envp[__restrict_arr]);
87 char *__const argv[], char *__const envp[]);
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvDevice.h225 int (*hotplug) (struct device_s *dev, char **envp,