Lines Matching defs:envp
76 char **envp;
1229 free(udev_device->envp);
1861 /* envp array, strings will point into monitor buffer */
1862 if (udev_device->envp == NULL)
1863 udev_device->envp = malloc(sizeof(char *) * ENVP_SIZE);
1864 if (udev_device->envp == NULL)
1878 /* add string to envp array */
1879 udev_device->envp[i++] = s;
1891 udev_device->envp[i] = NULL;
1902 return udev_device->envp;