Home
last modified time | relevance | path

Searched refs:why (Results 1 – 25 of 135) sorted by relevance

123456

/dragonfly/games/trek/
H A Dlose.c66 lose(int why) in lose() argument
70 printf("\n%s\n", Losemsg[why - 1]); in lose()
71 switch (why) { in lose()
/dragonfly/contrib/binutils-2.34/gold/
H A Darchive.cc118 *why = "-u "; in should_include_member()
119 *why += sym_name; in should_include_member()
126 *why += sym_name; in should_include_member()
136 *why = buf; in should_include_member()
146 *why = "entry symbol "; in should_include_member()
147 *why += sym_name; in should_include_member()
830 std::string why; in add_symbols() local
833 &why, &tmpbuf, &tmpbuflen); in add_symbols()
848 why.c_str())) in add_symbols()
1229 std::string why; in add_symbols() local
[all …]
H A Dmapfile.h66 const Symbol* sym, const char* why);
H A Dmapfile.cc109 const Symbol* sym, const char* why) in report_include_archive_member() argument
125 fprintf(this->map_file_, "%s", why); in report_include_archive_member()
H A Darchive.h100 Symbol** symp, std::string* why, char** tmpbufp,
341 Mapfile*, Symbol*, const char* why);
/dragonfly/contrib/binutils-2.27/gold/
H A Darchive.cc118 *why = "-u "; in should_include_member()
119 *why += sym_name; in should_include_member()
126 *why += sym_name; in should_include_member()
136 *why = buf; in should_include_member()
146 *why = "entry symbol "; in should_include_member()
147 *why += sym_name; in should_include_member()
821 std::string why; in add_symbols() local
824 &why, &tmpbuf, &tmpbuflen); in add_symbols()
839 why.c_str())) in add_symbols()
1220 std::string why; in add_symbols() local
[all …]
H A Dmapfile.h66 const Symbol* sym, const char* why);
H A Dmapfile.cc109 const Symbol* sym, const char* why) in report_include_archive_member() argument
125 fprintf(this->map_file_, "%s", why); in report_include_archive_member()
H A Darchive.h100 Symbol** symp, std::string* why, char** tmpbufp,
341 Mapfile*, Symbol*, const char* why);
/dragonfly/contrib/pam_passwdqc/
H A Dpasswdqc_load.c23 unsigned int lineno, const char *why) in mkreason() argument
32 (why ? why : strerror(errno)), NULL); in mkreason()
/dragonfly/usr.bin/truss/
H A Dmain.c221 pfs.why = 0; in main()
236 switch(i = pfs.why) { in main()
276 } while (pfs.why != S_EXIT); in main()
H A Dsetup.c124 if (pfs.why == S_EXIT) { in setup_and_wait()
/dragonfly/lib/libc/rpc/
H A Dsvc.c423 svcerr_auth(SVCXPRT *xprt, enum auth_stat why) in svcerr_auth() argument
432 rply.rjcted_rply.rj_why = why; in svcerr_auth()
560 enum auth_stat why; in svc_getreq_common() local
568 if ((why = _authenticate(&r, &msg)) != AUTH_OK) { in svc_getreq_common()
569 svcerr_auth(xprt, why); in svc_getreq_common()
/dragonfly/lib/libutil/
H A Dlogin_class.c51 int why; member
94 if (getrlimit(lr->why, &rlim) != 0) in setclassresources()
110 if (setrlimit(lr->why, &rlim) == -1) in setclassresources()
/dragonfly/sys/sys/
H A Dpioctl.h49 int why; /* What event, if any, proc stopped on */ member
/dragonfly/sys/dev/crypto/tpm/
H A Dtpm.c499 int why = 1; in tpm_suspend() local
512 kprintf("%s: power down: %d -> %d\n", __func__, sc->sc_suspend, why); in tpm_suspend()
514 sc->sc_suspend = why; in tpm_suspend()
527 int why = 0; in tpm_resume() local
530 kprintf("%s: resume: %d -> %d\n", __func__, sc->sc_suspend, why); in tpm_resume()
532 sc->sc_suspend = why; in tpm_resume()
/dragonfly/sys/netinet/
H A Dif_ether.c1308 const char *why = NULL; in arplookup() local
1326 why = "host is not on local network"; in arplookup()
1328 why = "could not allocate llinfo"; in arplookup()
1330 why = "gateway route is not ours"; in arplookup()
1332 if (why) { in arplookup()
1337 kinet_ntoa(sin.sin_addr, abuf), why); in arplookup()
/dragonfly/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c93 #define SetColorsIf(why, old_attr) \ argument
94 if (can_color && (why)) { \
/dragonfly/contrib/ncurses/ncurses/widechar/
H A Dlib_vid_attr.c60 #define SetColorsIf(why, old_attr, old_pair) \ argument
61 if (can_color && (why)) { \
/dragonfly/games/tetris/
H A Dscreen.c336 stop(const char *why) in stop() argument
340 errx(1, "aborting: %s", why); in stop()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dhsa-builtins.def27 /* The reason why they aren't in gcc/builtins.def is that the Fortran front end
/dragonfly/bin/cpdup/
H A DPORTING17 no sense at all to me why they would want to do this, BSDs went to
/dragonfly/contrib/file/
H A DMAINT13 getting email from around the world asking me why "my" file command
/dragonfly/sys/vfs/procfs/
H A Dprocfs_vnops.c345 psp->why = procp->p_stype; in procfs_ioctl()
351 psp->why = 0; /* Not defined values */ in procfs_ioctl()
387 psp->why = procp->p_stype; /* why it stopped */ in procfs_ioctl()
/dragonfly/test/test/
H A DREADME51 I wondered why the baseball was getting bigger. Then it hit me.

123456