/src/common/lib/libc/stdlib/ |
getopt.c | 66 char *optarg; /* argument associated with option */ variable in typeref:typename:char * 123 optarg = NULL; 130 optarg = __UNCONST(place); 136 optarg = NULL; 138 optarg = nargv[optind];
|
getopt.c | 66 char *optarg; /* argument associated with option */ variable in typeref:typename:char * 123 optarg = NULL; 130 optarg = __UNCONST(place); 136 optarg = NULL; 138 optarg = nargv[optind];
|
getopt.c | 66 char *optarg; /* argument associated with option */ variable in typeref:typename:char * 123 optarg = NULL; 130 optarg = __UNCONST(place); 136 optarg = NULL; 138 optarg = nargv[optind];
|
getopt.c | 66 char *optarg; /* argument associated with option */ variable in typeref:typename:char * 123 optarg = NULL; 130 optarg = __UNCONST(place); 136 optarg = NULL; 138 optarg = nargv[optind];
|
/src/lib/libutil/ |
getmntopts.c | 60 char **optarg; member in struct:mntoptparse 79 return mp->optarg[m - mp->mopts]; 118 free(mp->optarg); 145 if ((mp->optarg = calloc(nopts, sizeof(char *))) == NULL) { 178 mp->optarg[m - m0] = p;
|
getmntopts.c | 60 char **optarg; member in struct:mntoptparse 79 return mp->optarg[m - mp->mopts]; 118 free(mp->optarg); 145 if ((mp->optarg = calloc(nopts, sizeof(char *))) == NULL) { 178 mp->optarg[m - m0] = p;
|
getmntopts.c | 60 char **optarg; member in struct:mntoptparse 79 return mp->optarg[m - mp->mopts]; 118 free(mp->optarg); 145 if ((mp->optarg = calloc(nopts, sizeof(char *))) == NULL) { 178 mp->optarg[m - m0] = p;
|
getmntopts.c | 60 char **optarg; member in struct:mntoptparse 79 return mp->optarg[m - mp->mopts]; 118 free(mp->optarg); 145 if ((mp->optarg = calloc(nopts, sizeof(char *))) == NULL) { 178 mp->optarg[m - m0] = p;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
nouveau_nvkm_subdev_bios_shadow.c | 186 const char *optarg; local in function:nvbios_shadow 191 optarg = nvkm_stropt(device->cfgopt, "NvBios", &optlen); 192 source = optarg ? kstrndup(optarg, optlen, GFP_KERNEL) : NULL;
|
nouveau_nvkm_subdev_bios_shadow.c | 186 const char *optarg; local in function:nvbios_shadow 191 optarg = nvkm_stropt(device->cfgopt, "NvBios", &optlen); 192 source = optarg ? kstrndup(optarg, optlen, GFP_KERNEL) : NULL;
|
nouveau_nvkm_subdev_bios_shadow.c | 186 const char *optarg; local in function:nvbios_shadow 191 optarg = nvkm_stropt(device->cfgopt, "NvBios", &optlen); 192 source = optarg ? kstrndup(optarg, optlen, GFP_KERNEL) : NULL;
|
nouveau_nvkm_subdev_bios_shadow.c | 186 const char *optarg; local in function:nvbios_shadow 191 optarg = nvkm_stropt(device->cfgopt, "NvBios", &optlen); 192 source = optarg ? kstrndup(optarg, optlen, GFP_KERNEL) : NULL;
|
/src/lib/libc/stdlib/ |
getopt_long.c | 64 char *optarg; /* argument associated with option */ variable in typeref:typename:char * 176 optarg = NULL; 217 optarg = nargv[optind++]; 281 optarg = NULL; 283 optarg = __UNCONST(place); 293 optarg = nargv[optind]; 434 optarg = has_equal; 441 optarg = nargv[optind++]; 445 && (optarg == NULL)) {
|
getopt_long.c | 64 char *optarg; /* argument associated with option */ variable in typeref:typename:char * 176 optarg = NULL; 217 optarg = nargv[optind++]; 281 optarg = NULL; 283 optarg = __UNCONST(place); 293 optarg = nargv[optind]; 434 optarg = has_equal; 441 optarg = nargv[optind++]; 445 && (optarg == NULL)) {
|
getopt_long.c | 64 char *optarg; /* argument associated with option */ variable in typeref:typename:char * 176 optarg = NULL; 217 optarg = nargv[optind++]; 281 optarg = NULL; 283 optarg = __UNCONST(place); 293 optarg = nargv[optind]; 434 optarg = has_equal; 441 optarg = nargv[optind++]; 445 && (optarg == NULL)) {
|
getopt_long.c | 64 char *optarg; /* argument associated with option */ variable in typeref:typename:char * 176 optarg = NULL; 217 optarg = nargv[optind++]; 281 optarg = NULL; 283 optarg = __UNCONST(place); 293 optarg = nargv[optind]; 434 optarg = has_equal; 441 optarg = nargv[optind++]; 445 && (optarg == NULL)) {
|
/src/bin/ksh/ |
sh.h | 453 char *optarg; member in struct:__anon45e5e27b0108 457 char buf[2]; /* for bad option OPTARG value */
|
sh.h | 453 char *optarg; member in struct:__anon45e5e27b0108 457 char buf[2]; /* for bad option OPTARG value */
|
sh.h | 453 char *optarg; member in struct:__anon45e5e27b0108 457 char buf[2]; /* for bad option OPTARG value */
|
sh.h | 453 char *optarg; member in struct:__anon45e5e27b0108 457 char buf[2]; /* for bad option OPTARG value */
|