/src/usr.sbin/bootp/bootpef/ |
bootpef.c | 131 char *stmp; 147 stmp = NULL; 159 stmp = &(argv[0][2]); 163 stmp = argv[0]; 165 if (!stmp || (stmp[0] != '/')) { 170 chdir_path = stmp; 175 stmp = &(argv[0][2]); 186 stmp = argv[0]; 188 if (!stmp || (sscanf(stmp, "%d", &n) != 1) || (n < 0)) 128 char *stmp; local in function:main [all...] |
/src/usr.sbin/rbootd/ |
utils.c | 332 char *stmp; local in function:NewStr 334 if ((stmp = strdup(str)) == NULL) { 339 return(stmp);
|
/src/usr.sbin/bootp/bootpgw/ |
bootpgw.c | 144 char *stmp; 203 stmp = NULL; 224 stmp = &(argv[0][2]); 235 stmp = argv[0]; 237 if (!stmp || (sscanf(stmp, "%d", &n) != 1) || (n < 0)) { 247 stmp = &(argv[0][2]); 251 stmp = argv[0]; 253 if (!stmp || (sscanf(stmp, "%d", &n) != 1) | 143 char *stmp; local in function:main [all...] |
/src/usr.sbin/bootp/bootpd/ |
bootpd.c | 181 char *stmp; 243 stmp = NULL; 256 stmp = &(argv[0][2]); 260 stmp = argv[0]; 262 if (!stmp || (stmp[0] != '/')) { 267 chdir_path = stmp; 272 stmp = &(argv[0][2]); 283 stmp = argv[0]; 285 if (!stmp || (sscanf(stmp, "%d", &n) != 1) || (n < 0)) 178 char *stmp; local in function:main [all...] |
/src/usr.bin/stat/ |
stat.c | 662 char *stmp, lfmt[24], tmp[20]; local in function:format1 736 stmp = smode; 737 l = strlen(stmp); 738 if (stmp[l - 1] == ' ') 739 stmp[--l] = '\0'; 742 stmp += 1; 743 stmp[3] = '\0'; 748 stmp += 4; 749 stmp[3] = '\0'; 754 stmp += 7 [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_atombios.c | 142 char stmp[32]; local in function:amdgpu_atombios_i2c_init 157 snprintf(stmp, sizeof stmp, "0x%x", i2c.i2c_id); 158 adev->i2c_bus[i] = amdgpu_i2c_create(adev->ddev, &i2c, stmp);
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_combios.c | 1185 char stmp[30]; local in function:radeon_combios_get_lvds_info 1198 stmp[i] = RBIOS8(lcd_info + i + 1); 1199 stmp[24] = 0; 1201 DRM_INFO("Panel ID String: %s\n", stmp);
|
radeon_atombios.c | 185 char stmp[32]; local in function:radeon_atombios_i2c_init 200 snprintf(stmp, sizeof stmp, "0x%x", i2c.i2c_id); 201 rdev->i2c_bus[i] = radeon_i2c_create(rdev->ddev, &i2c, stmp);
|