Searched refs:dname (Results 1 - 19 of 19) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/network/
H A Dres_mkquery.c6 int __res_mkquery(int op, const char *dname, int class, int type, argument
13 size_t l = strnlen(dname, 255);
16 if (l && dname[l-1]=='.') l--;
25 memcpy((char *)q+13, dname, l);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddungeon.c71 DD.dname, DD.proto);
207 if (!strcmp(dungeons[i].dname, s)) return i;
242 dnam = dungeons[br->end2.dnum].dname;
427 branch_num = find_branch(dungeons[dgn].dname,pd);
432 new_branch->end1.dnum = parent_dnum(dungeons[dgn].dname, pd);
433 new_branch->end1.dlevel = parent_dlevel(dungeons[dgn].dname, pd);
720 Strcpy(dungeons[i].dname, pd.tmpdungeon[i].name);
941 if(!strcmp(dungeons[i].dname, "The Quest") && noquest) continue;
1570 dungeons[br->end2.dnum].dname,
1615 Sprintf(buf, "%s: levels %d to %d", dptr->dname, dpt
[all...]
H A Dbotl.c231 Sprintf(buf, "%s ", dungeons[u.uz.dnum].dname);
H A Dquestpgr.c277 case 'Z': str = dungeons[0].dname;
H A Dend.c870 const char *where = dungeons[u.uz.dnum].dname;
H A Drestore.c597 depth(&u.uz), dungeons[u.uz.dnum].dname,
H A Dtopten.c632 Sprintf(eos(linebuf), " in %s", dungeons[t1->deathdnum].dname);
H A Dartifact.c1288 dungeons[i].dname, MENU_UNSELECTED);
H A Dmkmaze.c897 x, y, dungeons[todnum].dname, todlevel);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddungeon.c71 DD.dname, DD.proto);
207 if (!strcmp(dungeons[i].dname, s)) return i;
242 dnam = dungeons[br->end2.dnum].dname;
427 branch_num = find_branch(dungeons[dgn].dname,pd);
432 new_branch->end1.dnum = parent_dnum(dungeons[dgn].dname, pd);
433 new_branch->end1.dlevel = parent_dlevel(dungeons[dgn].dname, pd);
720 Strcpy(dungeons[i].dname, pd.tmpdungeon[i].name);
941 if(!strcmp(dungeons[i].dname, "The Quest") && noquest) continue;
1570 dungeons[br->end2.dnum].dname,
1615 Sprintf(buf, "%s: levels %d to %d", dptr->dname, dpt
[all...]
H A Dbotl.c231 Sprintf(buf, "%s ", dungeons[u.uz.dnum].dname);
H A Dquestpgr.c277 case 'Z': str = dungeons[0].dname;
H A Dend.c870 const char *where = dungeons[u.uz.dnum].dname;
H A Drestore.c597 depth(&u.uz), dungeons[u.uz.dnum].dname,
H A Dtopten.c632 Sprintf(eos(linebuf), " in %s", dungeons[t1->deathdnum].dname);
H A Dartifact.c1288 dungeons[i].dname, MENU_UNSELECTED);
H A Dmkmaze.c897 x, y, dungeons[todnum].dname, todlevel);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Ddungeon.h54 char dname[24]; /* name of the dungeon (eg. "Hell") */ member in struct:dungeon
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Ddungeon.h54 char dname[24]; /* name of the dungeon (eg. "Hell") */ member in struct:dungeon

Completed in 300 milliseconds