Home
last modified time | relevance | path

Searched refs:xbm_path (Results 1 – 2 of 2) sorted by relevance

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dmap_shp.c1303 char xbm_path[MAX_FILENAME]; in draw_shapefile_map() local
1370 strcpy(xbm_path, SYMBOLS_DIR); in draw_shapefile_map()
1371 xbm_path[sizeof(xbm_path)-1] = '\0'; // Terminate string in draw_shapefile_map()
1372 strcat(xbm_path, "/"); in draw_shapefile_map()
1373 xbm_path[sizeof(xbm_path)-1] = '\0'; // Terminate string in draw_shapefile_map()
1374 strcat(xbm_path, xbm_filename); in draw_shapefile_map()
1375 xbm_path[sizeof(xbm_path)-1] = '\0'; // Terminate string in draw_shapefile_map()
1376 strcat(xbm_path, ".xbm"); in draw_shapefile_map()
1377 xbm_path[sizeof(xbm_path)-1] = '\0'; // Terminate string in draw_shapefile_map()
1380 alert_fp = fopen(xbm_path, "rb"); in draw_shapefile_map()
[all …]
H A Dmain.c10911 char xbm_path[500]; local
11090 xastir_snprintf(xbm_path, sizeof(xbm_path), "%s/%s", SYMBOLS_DIR, "2x2.xbm");
11092 xbm_path, &_w, &_h, &pixmap_50pct_stipple, &_xh, &_yh);
11096 fprintf(stderr,"XReadBitmapFile() failed: Bitmap not found? %s\n",xbm_path);
11100 xastir_snprintf(xbm_path, sizeof(xbm_path), "%s/%s", SYMBOLS_DIR, "25pct.xbm");
11106 fprintf(stderr,"XReadBitmapFile() failed: Bitmap not found? %s\n",xbm_path);
11110 xastir_snprintf(xbm_path, sizeof(xbm_path), "%s/%s", SYMBOLS_DIR, "13pct.xbm");
11116 fprintf(stderr,"XReadBitmapFile() failed: Bitmap not found? %s\n",xbm_path);
11120 xastir_snprintf(xbm_path, sizeof(xbm_path), "%s/%s", SYMBOLS_DIR, "alert.xbm");
11122 xbm_path, &_w, &_h, &pixmap_wx_stipple, &_xh, &_yh);
[all …]