Home
last modified time | relevance | path

Searched refs:map_str (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/dports/net/mpich2/mpich2-1.5/src/pm/hydra/tools/topo/hwloc/
H A Dtopo_hwloc.c356 char *bind_str, *map_str; in handle_bitmap_binding() local
393 HYDU_FREE(map_str); in handle_bitmap_binding()
397 HYDU_FREE(map_str); in handle_bitmap_binding()
401 HYDU_FREE(map_str); in handle_bitmap_binding()
405 HYDU_FREE(map_str); in handle_bitmap_binding()
409 HYDU_FREE(map_str); in handle_bitmap_binding()
415 HYDU_FREE(map_str); in handle_bitmap_binding()
420 if (map_str[i] >= 'a' && map_str[i] <= 'z') in handle_bitmap_binding()
425 if (map_str[i] != 'T' && map_str[i] != 'C' && map_str[i] != 'S' && in handle_bitmap_binding()
426 map_str[i] != 'N' && map_str[i] != 'B') { in handle_bitmap_binding()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/tools/restore/
H A Drestore_main.cpp210 while (isspace(*map_str)) map_str++; in analyse_one_map()
212 if (*map_str != '(') in analyse_one_map()
216 map_str++; in analyse_one_map()
218 while (isspace(*map_str)) map_str++; in analyse_one_map()
226 map_str= end_ptr; in analyse_one_map()
228 while (isspace(*map_str)) map_str++; in analyse_one_map()
230 if (*map_str != ',') in analyse_one_map()
234 map_str++; in analyse_one_map()
242 map_str= end_ptr; in analyse_one_map()
248 map_str++; in analyse_one_map()
[all …]
/dports/devel/sunpromake/schily-2021-09-18/bsh/
H A Dmap.c113 LOCAL maps_t map_str; variable
160 map_str.st_cnt = 0; in init_mapstream()
161 *(map_str.st_bp = map_str.st_buf) = '\0'; in init_mapstream()
176 if (map_str.st_cnt > 0) {
177 map_str.st_cnt--;
178 return (*map_str.st_bp++);
204 i = map_str.st_cnt;
205 p1 = (char *)map_str.st_bp;
216 p2 = (char *)map_str.st_buf;
220 map_str.st_cnt += n;
[all …]
/dports/devel/sunpromake/schily-2021-09-18/ved/
H A Dmap.c113 LOCAL maps_t map_str; variable
160 map_str.st_cnt = 0; in init_mapstream()
161 *(map_str.st_bp = map_str.st_buf) = '\0'; in init_mapstream()
176 if (map_str.st_cnt > 0) {
177 map_str.st_cnt--;
178 return (*map_str.st_bp++);
204 i = map_str.st_cnt;
205 p1 = (char *)map_str.st_bp;
216 p2 = (char *)map_str.st_buf;
220 map_str.st_cnt += n;
[all …]
/dports/devel/smake/schily-2021-09-18/bsh/
H A Dmap.c113 LOCAL maps_t map_str; variable
160 map_str.st_cnt = 0; in init_mapstream()
161 *(map_str.st_bp = map_str.st_buf) = '\0'; in init_mapstream()
176 if (map_str.st_cnt > 0) {
177 map_str.st_cnt--;
178 return (*map_str.st_bp++);
204 i = map_str.st_cnt;
205 p1 = (char *)map_str.st_bp;
216 p2 = (char *)map_str.st_buf;
220 map_str.st_cnt += n;
[all …]
/dports/devel/sccs/schily-2021-09-18/ved/
H A Dmap.c113 LOCAL maps_t map_str; variable
160 map_str.st_cnt = 0; in init_mapstream()
161 *(map_str.st_bp = map_str.st_buf) = '\0'; in init_mapstream()
176 if (map_str.st_cnt > 0) {
177 map_str.st_cnt--;
178 return (*map_str.st_bp++);
204 i = map_str.st_cnt;
205 p1 = (char *)map_str.st_bp;
216 p2 = (char *)map_str.st_buf;
220 map_str.st_cnt += n;
[all …]
/dports/devel/sccs/schily-2021-09-18/bsh/
H A Dmap.c113 LOCAL maps_t map_str; variable
160 map_str.st_cnt = 0; in init_mapstream()
161 *(map_str.st_bp = map_str.st_buf) = '\0'; in init_mapstream()
176 if (map_str.st_cnt > 0) {
177 map_str.st_cnt--;
178 return (*map_str.st_bp++);
204 i = map_str.st_cnt;
205 p1 = (char *)map_str.st_bp;
216 p2 = (char *)map_str.st_buf;
220 map_str.st_cnt += n;
[all …]
/dports/devel/schilybase/schily-2021-09-18/ved/
H A Dmap.c113 LOCAL maps_t map_str; variable
160 map_str.st_cnt = 0; in init_mapstream()
161 *(map_str.st_bp = map_str.st_buf) = '\0'; in init_mapstream()
176 if (map_str.st_cnt > 0) {
177 map_str.st_cnt--;
178 return (*map_str.st_bp++);
204 i = map_str.st_cnt;
205 p1 = (char *)map_str.st_bp;
216 p2 = (char *)map_str.st_buf;
220 map_str.st_cnt += n;
[all …]
/dports/devel/schilybase/schily-2021-09-18/bsh/
H A Dmap.c113 LOCAL maps_t map_str; variable
160 map_str.st_cnt = 0; in init_mapstream()
161 *(map_str.st_bp = map_str.st_buf) = '\0'; in init_mapstream()
176 if (map_str.st_cnt > 0) {
177 map_str.st_cnt--;
178 return (*map_str.st_bp++);
204 i = map_str.st_cnt;
205 p1 = (char *)map_str.st_bp;
216 p2 = (char *)map_str.st_buf;
220 map_str.st_cnt += n;
[all …]
/dports/net/rscsi/schily-2021-09-18/ved/
H A Dmap.c113 LOCAL maps_t map_str; variable
160 map_str.st_cnt = 0; in init_mapstream()
161 *(map_str.st_bp = map_str.st_buf) = '\0'; in init_mapstream()
176 if (map_str.st_cnt > 0) {
177 map_str.st_cnt--;
178 return (*map_str.st_bp++);
204 i = map_str.st_cnt;
205 p1 = (char *)map_str.st_bp;
216 p2 = (char *)map_str.st_buf;
220 map_str.st_cnt += n;
[all …]
/dports/net/rscsi/schily-2021-09-18/bsh/
H A Dmap.c113 LOCAL maps_t map_str; variable
160 map_str.st_cnt = 0; in init_mapstream()
161 *(map_str.st_bp = map_str.st_buf) = '\0'; in init_mapstream()
176 if (map_str.st_cnt > 0) {
177 map_str.st_cnt--;
178 return (*map_str.st_bp++);
204 i = map_str.st_cnt;
205 p1 = (char *)map_str.st_bp;
216 p2 = (char *)map_str.st_buf;
220 map_str.st_cnt += n;
[all …]
/dports/archivers/star/schily-2021-09-18/bsh/
H A Dmap.c113 LOCAL maps_t map_str; variable
160 map_str.st_cnt = 0; in init_mapstream()
161 *(map_str.st_bp = map_str.st_buf) = '\0'; in init_mapstream()
176 if (map_str.st_cnt > 0) {
177 map_str.st_cnt--;
178 return (*map_str.st_bp++);
204 i = map_str.st_cnt;
205 p1 = (char *)map_str.st_bp;
216 p2 = (char *)map_str.st_buf;
220 map_str.st_cnt += n;
[all …]
/dports/archivers/star/schily-2021-09-18/ved/
H A Dmap.c113 LOCAL maps_t map_str; variable
160 map_str.st_cnt = 0; in init_mapstream()
161 *(map_str.st_bp = map_str.st_buf) = '\0'; in init_mapstream()
176 if (map_str.st_cnt > 0) {
177 map_str.st_cnt--;
178 return (*map_str.st_bp++);
204 i = map_str.st_cnt;
205 p1 = (char *)map_str.st_bp;
216 p2 = (char *)map_str.st_buf;
220 map_str.st_cnt += n;
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/bsh/
H A Dmap.c113 LOCAL maps_t map_str; variable
160 map_str.st_cnt = 0; in init_mapstream()
161 *(map_str.st_bp = map_str.st_buf) = '\0'; in init_mapstream()
176 if (map_str.st_cnt > 0) {
177 map_str.st_cnt--;
178 return (*map_str.st_bp++);
204 i = map_str.st_cnt;
205 p1 = (char *)map_str.st_bp;
216 p2 = (char *)map_str.st_buf;
220 map_str.st_cnt += n;
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/ved/
H A Dmap.c113 LOCAL maps_t map_str; variable
160 map_str.st_cnt = 0; in init_mapstream()
161 *(map_str.st_bp = map_str.st_buf) = '\0'; in init_mapstream()
176 if (map_str.st_cnt > 0) {
177 map_str.st_cnt--;
178 return (*map_str.st_bp++);
204 i = map_str.st_cnt;
205 p1 = (char *)map_str.st_bp;
216 p2 = (char *)map_str.st_buf;
220 map_str.st_cnt += n;
[all …]
/dports/editors/ved/schily-2021-09-18/ved/
H A Dmap.c113 LOCAL maps_t map_str; variable
160 map_str.st_cnt = 0; in init_mapstream()
161 *(map_str.st_bp = map_str.st_buf) = '\0'; in init_mapstream()
176 if (map_str.st_cnt > 0) {
177 map_str.st_cnt--;
178 return (*map_str.st_bp++);
204 i = map_str.st_cnt;
205 p1 = (char *)map_str.st_bp;
216 p2 = (char *)map_str.st_buf;
220 map_str.st_cnt += n;
[all …]
/dports/editors/ved/schily-2021-09-18/bsh/
H A Dmap.c113 LOCAL maps_t map_str; variable
160 map_str.st_cnt = 0; in init_mapstream()
161 *(map_str.st_bp = map_str.st_buf) = '\0'; in init_mapstream()
176 if (map_str.st_cnt > 0) {
177 map_str.st_cnt--;
178 return (*map_str.st_bp++);
204 i = map_str.st_cnt;
205 p1 = (char *)map_str.st_bp;
216 p2 = (char *)map_str.st_buf;
220 map_str.st_cnt += n;
[all …]
/dports/devel/smake/schily-2021-09-18/ved/
H A Dmap.c113 LOCAL maps_t map_str; variable
160 map_str.st_cnt = 0; in init_mapstream()
161 *(map_str.st_bp = map_str.st_buf) = '\0'; in init_mapstream()
176 if (map_str.st_cnt > 0) {
177 map_str.st_cnt--;
178 return (*map_str.st_bp++);
204 i = map_str.st_cnt;
205 p1 = (char *)map_str.st_bp;
216 p2 = (char *)map_str.st_buf;
220 map_str.st_cnt += n;
[all …]
/dports/sysutils/schilyutils/schily-2021-09-18/bsh/
H A Dmap.c113 LOCAL maps_t map_str; variable
160 map_str.st_cnt = 0; in init_mapstream()
161 *(map_str.st_bp = map_str.st_buf) = '\0'; in init_mapstream()
176 if (map_str.st_cnt > 0) {
177 map_str.st_cnt--;
178 return (*map_str.st_bp++);
204 i = map_str.st_cnt;
205 p1 = (char *)map_str.st_bp;
216 p2 = (char *)map_str.st_buf;
220 map_str.st_cnt += n;
[all …]
/dports/sysutils/schilyutils/schily-2021-09-18/ved/
H A Dmap.c113 LOCAL maps_t map_str; variable
160 map_str.st_cnt = 0; in init_mapstream()
161 *(map_str.st_bp = map_str.st_buf) = '\0'; in init_mapstream()
176 if (map_str.st_cnt > 0) {
177 map_str.st_cnt--;
178 return (*map_str.st_bp++);
204 i = map_str.st_cnt;
205 p1 = (char *)map_str.st_bp;
216 p2 = (char *)map_str.st_buf;
220 map_str.st_cnt += n;
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/tools/restore/
H A Drestore_main.cpp316 while (isspace(*map_str)) map_str++; in analyse_one_map()
318 if (*map_str != '(') in analyse_one_map()
322 map_str++; in analyse_one_map()
324 while (isspace(*map_str)) map_str++; in analyse_one_map()
332 map_str= end_ptr; in analyse_one_map()
334 while (isspace(*map_str)) map_str++; in analyse_one_map()
336 if (*map_str != ',') in analyse_one_map()
340 map_str++; in analyse_one_map()
348 map_str= end_ptr; in analyse_one_map()
354 map_str++; in analyse_one_map()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/tools/restore/
H A Drestore_main.cpp316 while (isspace(*map_str)) map_str++; in analyse_one_map()
318 if (*map_str != '(') in analyse_one_map()
322 map_str++; in analyse_one_map()
324 while (isspace(*map_str)) map_str++; in analyse_one_map()
332 map_str= end_ptr; in analyse_one_map()
334 while (isspace(*map_str)) map_str++; in analyse_one_map()
336 if (*map_str != ',') in analyse_one_map()
340 map_str++; in analyse_one_map()
348 map_str= end_ptr; in analyse_one_map()
354 map_str++; in analyse_one_map()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/tools/restore/
H A Drestore_main.cpp316 while (isspace(*map_str)) map_str++; in analyse_one_map()
318 if (*map_str != '(') in analyse_one_map()
322 map_str++; in analyse_one_map()
324 while (isspace(*map_str)) map_str++; in analyse_one_map()
332 map_str= end_ptr; in analyse_one_map()
334 while (isspace(*map_str)) map_str++; in analyse_one_map()
336 if (*map_str != ',') in analyse_one_map()
340 map_str++; in analyse_one_map()
348 map_str= end_ptr; in analyse_one_map()
354 map_str++; in analyse_one_map()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/tools/restore/
H A Drestore_main.cpp316 while (isspace(*map_str)) map_str++; in analyse_one_map()
318 if (*map_str != '(') in analyse_one_map()
322 map_str++; in analyse_one_map()
324 while (isspace(*map_str)) map_str++; in analyse_one_map()
332 map_str= end_ptr; in analyse_one_map()
334 while (isspace(*map_str)) map_str++; in analyse_one_map()
336 if (*map_str != ',') in analyse_one_map()
340 map_str++; in analyse_one_map()
348 map_str= end_ptr; in analyse_one_map()
354 map_str++; in analyse_one_map()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/tools/restore/
H A Drestore_main.cpp316 while (isspace(*map_str)) map_str++; in analyse_one_map()
318 if (*map_str != '(') in analyse_one_map()
322 map_str++; in analyse_one_map()
324 while (isspace(*map_str)) map_str++; in analyse_one_map()
332 map_str= end_ptr; in analyse_one_map()
334 while (isspace(*map_str)) map_str++; in analyse_one_map()
336 if (*map_str != ',') in analyse_one_map()
340 map_str++; in analyse_one_map()
348 map_str= end_ptr; in analyse_one_map()
354 map_str++; in analyse_one_map()
[all …]

12345678910>>...15