Home
last modified time | relevance | path

Searched refs:temp_names (Results 1 – 25 of 136) sorted by relevance

123456

/dports/sysutils/R-cran-fs/fs/R/
H A Dtemp.R2 env$temp_names <- character()
60 env$temp_names <- c(env$temp_names, old)
69 n <- length(env$temp_names)
74 out <- env$temp_names[[1]]
75 env$temp_names <- env$temp_names[-1]
/dports/sysutils/u-boot-utilite/u-boot-2015.07/common/
H A Dstdio.c182 char temp_names[3][16]; in stdio_deregister_dev() local
188 strcpy(temp_names[l], "nulldev"); in stdio_deregister_dev()
194 memcpy (&temp_names[l][0], in stdio_deregister_dev()
196 sizeof(temp_names[l])); in stdio_deregister_dev()
206 if(strcmp(dev->name, temp_names[l]) == 0) in stdio_deregister_dev()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/common/
H A Dstdio.c250 char temp_names[3][16]; in stdio_deregister_dev() local
256 strcpy(temp_names[l], "nulldev"); in stdio_deregister_dev()
262 memcpy (&temp_names[l][0], in stdio_deregister_dev()
264 sizeof(temp_names[l])); in stdio_deregister_dev()
274 if(strcmp(dev->name, temp_names[l]) == 0) in stdio_deregister_dev()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/common/
H A Dstdio.c250 char temp_names[3][16]; in stdio_deregister_dev() local
256 strcpy(temp_names[l], "nulldev"); in stdio_deregister_dev()
262 memcpy (&temp_names[l][0], in stdio_deregister_dev()
264 sizeof(temp_names[l])); in stdio_deregister_dev()
274 if(strcmp(dev->name, temp_names[l]) == 0) in stdio_deregister_dev()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/common/
H A Dstdio.c254 char temp_names[3][16]; in stdio_deregister_dev() local
261 strcpy(temp_names[i], "nulldev"); in stdio_deregister_dev()
267 memcpy(&temp_names[i][0], stdio_devices[i]->name, in stdio_deregister_dev()
268 sizeof(temp_names[i])); in stdio_deregister_dev()
278 if (strcmp(dev->name, temp_names[i]) == 0) in stdio_deregister_dev()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/common/
H A Dstdio.c254 char temp_names[3][16]; in stdio_deregister_dev() local
261 strcpy(temp_names[i], "nulldev"); in stdio_deregister_dev()
267 memcpy(&temp_names[i][0], stdio_devices[i]->name, in stdio_deregister_dev()
268 sizeof(temp_names[i])); in stdio_deregister_dev()
278 if (strcmp(dev->name, temp_names[i]) == 0) in stdio_deregister_dev()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/common/
H A Dstdio.c254 char temp_names[3][16]; in stdio_deregister_dev() local
261 strcpy(temp_names[i], "nulldev"); in stdio_deregister_dev()
267 memcpy(&temp_names[i][0], stdio_devices[i]->name, in stdio_deregister_dev()
268 sizeof(temp_names[i])); in stdio_deregister_dev()
278 if (strcmp(dev->name, temp_names[i]) == 0) in stdio_deregister_dev()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/common/
H A Dstdio.c254 char temp_names[3][16]; in stdio_deregister_dev() local
261 strcpy(temp_names[i], "nulldev"); in stdio_deregister_dev()
267 memcpy(&temp_names[i][0], stdio_devices[i]->name, in stdio_deregister_dev()
268 sizeof(temp_names[i])); in stdio_deregister_dev()
278 if (strcmp(dev->name, temp_names[i]) == 0) in stdio_deregister_dev()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/common/
H A Dstdio.c254 char temp_names[3][16]; in stdio_deregister_dev() local
261 strcpy(temp_names[i], "nulldev"); in stdio_deregister_dev()
267 memcpy(&temp_names[i][0], stdio_devices[i]->name, in stdio_deregister_dev()
268 sizeof(temp_names[i])); in stdio_deregister_dev()
278 if (strcmp(dev->name, temp_names[i]) == 0) in stdio_deregister_dev()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/common/
H A Dstdio.c254 char temp_names[3][16]; in stdio_deregister_dev() local
261 strcpy(temp_names[i], "nulldev"); in stdio_deregister_dev()
267 memcpy(&temp_names[i][0], stdio_devices[i]->name, in stdio_deregister_dev()
268 sizeof(temp_names[i])); in stdio_deregister_dev()
278 if (strcmp(dev->name, temp_names[i]) == 0) in stdio_deregister_dev()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/common/
H A Dstdio.c254 char temp_names[3][16]; in stdio_deregister_dev() local
261 strcpy(temp_names[i], "nulldev"); in stdio_deregister_dev()
267 memcpy(&temp_names[i][0], stdio_devices[i]->name, in stdio_deregister_dev()
268 sizeof(temp_names[i])); in stdio_deregister_dev()
278 if (strcmp(dev->name, temp_names[i]) == 0) in stdio_deregister_dev()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/common/
H A Dstdio.c254 char temp_names[3][16]; in stdio_deregister_dev() local
261 strcpy(temp_names[i], "nulldev"); in stdio_deregister_dev()
267 memcpy(&temp_names[i][0], stdio_devices[i]->name, in stdio_deregister_dev()
268 sizeof(temp_names[i])); in stdio_deregister_dev()
278 if (strcmp(dev->name, temp_names[i]) == 0) in stdio_deregister_dev()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/common/
H A Dstdio.c254 char temp_names[3][16]; in stdio_deregister_dev() local
261 strcpy(temp_names[i], "nulldev"); in stdio_deregister_dev()
267 memcpy(&temp_names[i][0], stdio_devices[i]->name, in stdio_deregister_dev()
268 sizeof(temp_names[i])); in stdio_deregister_dev()
278 if (strcmp(dev->name, temp_names[i]) == 0) in stdio_deregister_dev()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/common/
H A Dstdio.c254 char temp_names[3][16]; in stdio_deregister_dev() local
261 strcpy(temp_names[i], "nulldev"); in stdio_deregister_dev()
267 memcpy(&temp_names[i][0], stdio_devices[i]->name, in stdio_deregister_dev()
268 sizeof(temp_names[i])); in stdio_deregister_dev()
278 if (strcmp(dev->name, temp_names[i]) == 0) in stdio_deregister_dev()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/common/
H A Dstdio.c254 char temp_names[3][16]; in stdio_deregister_dev() local
261 strcpy(temp_names[i], "nulldev"); in stdio_deregister_dev()
267 memcpy(&temp_names[i][0], stdio_devices[i]->name, in stdio_deregister_dev()
268 sizeof(temp_names[i])); in stdio_deregister_dev()
278 if (strcmp(dev->name, temp_names[i]) == 0) in stdio_deregister_dev()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/common/
H A Dstdio.c254 char temp_names[3][16]; in stdio_deregister_dev() local
261 strcpy(temp_names[i], "nulldev"); in stdio_deregister_dev()
267 memcpy(&temp_names[i][0], stdio_devices[i]->name, in stdio_deregister_dev()
268 sizeof(temp_names[i])); in stdio_deregister_dev()
278 if (strcmp(dev->name, temp_names[i]) == 0) in stdio_deregister_dev()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/common/
H A Dstdio.c254 char temp_names[3][16]; in stdio_deregister_dev() local
261 strcpy(temp_names[i], "nulldev"); in stdio_deregister_dev()
267 memcpy(&temp_names[i][0], stdio_devices[i]->name, in stdio_deregister_dev()
268 sizeof(temp_names[i])); in stdio_deregister_dev()
278 if (strcmp(dev->name, temp_names[i]) == 0) in stdio_deregister_dev()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/common/
H A Dstdio.c254 char temp_names[3][16]; in stdio_deregister_dev() local
261 strcpy(temp_names[i], "nulldev"); in stdio_deregister_dev()
267 memcpy(&temp_names[i][0], stdio_devices[i]->name, in stdio_deregister_dev()
268 sizeof(temp_names[i])); in stdio_deregister_dev()
278 if (strcmp(dev->name, temp_names[i]) == 0) in stdio_deregister_dev()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/common/
H A Dstdio.c254 char temp_names[3][16]; in stdio_deregister_dev() local
261 strcpy(temp_names[i], "nulldev"); in stdio_deregister_dev()
267 memcpy(&temp_names[i][0], stdio_devices[i]->name, in stdio_deregister_dev()
268 sizeof(temp_names[i])); in stdio_deregister_dev()
278 if (strcmp(dev->name, temp_names[i]) == 0) in stdio_deregister_dev()
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/common/
H A Dstdio.c254 char temp_names[3][16]; in stdio_deregister_dev() local
261 strcpy(temp_names[i], "nulldev"); in stdio_deregister_dev()
267 memcpy(&temp_names[i][0], stdio_devices[i]->name, in stdio_deregister_dev()
268 sizeof(temp_names[i])); in stdio_deregister_dev()
278 if (strcmp(dev->name, temp_names[i]) == 0) in stdio_deregister_dev()
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/common/
H A Dstdio.c254 char temp_names[3][16]; in stdio_deregister_dev() local
261 strcpy(temp_names[i], "nulldev"); in stdio_deregister_dev()
267 memcpy(&temp_names[i][0], stdio_devices[i]->name, in stdio_deregister_dev()
268 sizeof(temp_names[i])); in stdio_deregister_dev()
278 if (strcmp(dev->name, temp_names[i]) == 0) in stdio_deregister_dev()
/dports/sysutils/u-boot-nanopi-neo-air/u-boot-2021.07/common/
H A Dstdio.c254 char temp_names[3][16]; in stdio_deregister_dev() local
261 strcpy(temp_names[i], "nulldev"); in stdio_deregister_dev()
267 memcpy(&temp_names[i][0], stdio_devices[i]->name, in stdio_deregister_dev()
268 sizeof(temp_names[i])); in stdio_deregister_dev()
278 if (strcmp(dev->name, temp_names[i]) == 0) in stdio_deregister_dev()
/dports/sysutils/u-boot-chip/u-boot-2021.07/common/
H A Dstdio.c254 char temp_names[3][16]; in stdio_deregister_dev() local
261 strcpy(temp_names[i], "nulldev"); in stdio_deregister_dev()
267 memcpy(&temp_names[i][0], stdio_devices[i]->name, in stdio_deregister_dev()
268 sizeof(temp_names[i])); in stdio_deregister_dev()
278 if (strcmp(dev->name, temp_names[i]) == 0) in stdio_deregister_dev()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/common/
H A Dstdio.c250 char temp_names[3][16]; in stdio_deregister_dev() local
256 strcpy(temp_names[l], "nulldev"); in stdio_deregister_dev()
262 memcpy (&temp_names[l][0], in stdio_deregister_dev()
264 sizeof(temp_names[l])); in stdio_deregister_dev()
274 if(strcmp(dev->name, temp_names[l]) == 0) in stdio_deregister_dev()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/common/
H A Dstdio.c250 char temp_names[3][16]; in stdio_deregister_dev() local
256 strcpy(temp_names[l], "nulldev"); in stdio_deregister_dev()
262 memcpy (&temp_names[l][0], in stdio_deregister_dev()
264 sizeof(temp_names[l])); in stdio_deregister_dev()
274 if(strcmp(dev->name, temp_names[l]) == 0) in stdio_deregister_dev()

123456