/src/tests/usr.bin/xlint/lint1/ |
msg_262.c | 9 char msg = '\"'; variable in typeref:typename:char
|
/src/tests/lib/csu/ |
h_initfini1.cxx | 6 static const char msg[] = "main executed\n"; local in function:main 7 write(STDOUT_FILENO, msg, sizeof(msg) - 1);
|
h_initfini_common.cxx | 13 static const char msg[] = "constructor executed\n"; local in function:Test::Test 14 write(STDOUT_FILENO, msg, sizeof(msg) - 1); 25 static const char msg[] = "destructor executed\n"; local in function:Test::~Test 26 write(STDOUT_FILENO, msg, sizeof(msg) - 1);
|
/src/usr.bin/msgc/ |
msgparse.y | 61 | list msg 65 msg : MESSAGE NAME VALUE label
|
msgdb.h | 36 /* mdb.h - definitions for the msg database. */ 52 char *msg; member in struct:id_rec
|
/src/distrib/notes/common/ |
extract-contrib-string.pl | 89 local($fn,$msg) = @_; 90 print "XXX $fn line $.: $msg\n" 155 $msg=""; 158 $msg = $_; 163 $msg = $_; 164 $msg =~ s/^.*:\s+(This product.*)$/$1/; 173 $msg .= $_; 187 while ($msg !~ /^.*``.*\n/) { 188 last if (!$msg); 189 $msg =~ s/^.*\n//o 273 msg: label [all...] |
/src/sys/modules/examples/properties/ |
properties.c | 41 const char *msg; local in function:handle_props 45 str = prop_dictionary_get(props, "msg"); 51 printf("The 'msg' property was not given.\n"); 53 printf("The 'msg' property is not a string.\n"); 55 msg = prop_string_cstring_nocopy(str); 56 if (msg == NULL) 57 printf("Failed to process the 'msg' property.\n"); 59 printf("The 'msg' property is: %s\n", msg);
|
/src/distrib/sets/ |
makesrctars | 34 msg() function 79 msg "Creating ${set}" 138 msg "Creating checksum files"
|
maketars | 68 msg() function 178 msg "Creating flist.${setname}" 186 msg "Creating set.${setname}" 232 msg "Copying set ${setname}" 237 msg "${out} is up to date" 240 msg "Creating ${out}"
|
/src/sys/arch/luna68k/stand/boot/ |
ufs_disksubr.c | 99 char *msg = NULL; local in function:readdisklabel 113 msg = "I/O error"; 120 if (msg == NULL) 121 msg = "no disk label"; 124 msg = "disk label corrupted"; 127 msg = NULL; 133 return msg;
|
/src/lib/libpam/libpam/ |
pam_debug_log.c | 53 char *msg; local in function:_pam_verbose_error 66 rv = vasprintf(&msg, format, ap); 71 modname, function, msg); 72 free(msg);
|
/src/sys/lib/libsa/ |
disklabel.c | 52 char *msg = NULL; local in function:getdisklabel 64 if (msg == NULL) 65 msg = nolabel; 68 msg = corruptedlabel; 71 msg = NULL; 75 return msg;
|
strerror.c | 38 const char *msg; member in struct:mi 66 for (mi = errlist; mi->msg; mi++) 68 return __UNCONST(mi->msg);
|
/src/tests/lib/csu/dso/ |
h_initfini3_dso.cxx | 13 static const char msg[] = "constructor2 executed\n"; local in function:Test2::Test2 14 write(STDOUT_FILENO, msg, sizeof(msg) - 1); 25 static const char msg[] = "destructor2 executed\n"; local in function:Test2::~Test2 26 write(STDOUT_FILENO, msg, sizeof(msg) - 1);
|
/src/tests/lib/libc/regex/ |
t_regex_binary.c | 46 char msg[1024]; local in function:ATF_TC_BODY 50 regerror(e, &re, msg, sizeof(msg)); 51 ATF_REQUIRE_MSG(0, "regcomp failed %s", msg); 64 char msg[1024]; local in function:ATF_TC_BODY 69 regerror(e, &re, msg, sizeof(msg)); 70 ATF_REQUIRE_MSG(0, "regcomp failed %s", msg);
|
/src/dist/pf/sbin/pflogd/ |
privsep_fdpass.c | 53 struct msghdr msg; local in function:send_fd 60 memset(&msg, 0, sizeof(msg)); 63 msg.msg_control = (caddr_t)tmp; 64 msg.msg_controllen = CMSG_LEN(sizeof(int)); 65 cmsg = CMSG_FIRSTHDR(&msg); 76 msg.msg_iov = &vec; 77 msg.msg_iovlen = 1; 79 if ((n = sendmsg(sock, &msg, 0)) == -1) 89 struct msghdr msg; local in function:receive_fd [all...] |
/src/sys/arch/evbppc/evbppc/ |
disksubr.c | 66 const char *msg = NULL; local in function:readdisklabel 92 msg = "disk label I/O error"; 101 if (msg == NULL) 102 msg = "no disk label"; 105 msg = "disk label corrupted"; 108 msg = NULL; 113 if (msg) 137 msg = "bad sector table I/O error"; 143 msg = NULL; 147 msg = "bad sector table corrupted" [all...] |
/src/sys/arch/hp300/hp300/ |
disksubr.c | 61 const char *msg = NULL; local in function:readdisklabel 89 msg = "I/O error"; 95 if (msg == NULL) 96 msg = "no disk label"; 99 msg = "disk label corrupted"; 102 msg = NULL; 107 return msg;
|
/src/sys/arch/news68k/news68k/ |
disksubr.c | 60 const char *msg = NULL; local in function:readdisklabel 88 msg = "I/O error"; 94 if (msg == NULL) 95 msg = "no disk label"; 98 msg = "disk label corrupted"; 101 msg = NULL; 106 return msg;
|
/src/sys/arch/newsmips/newsmips/ |
disksubr.c | 60 const char *msg = NULL; local in function:readdisklabel 88 msg = "I/O error"; 94 if (msg == NULL) 95 msg = "no disk label"; 98 msg = "disk label corrupted"; 101 msg = NULL; 106 return msg;
|
/src/sys/arch/pmax/pmax/ |
disksubr.c | 66 const char *msg = NULL; local in function:readdisklabel 83 msg = "I/O error"; 89 if (msg == NULL) 90 msg = "no disk label"; 93 msg = "disk label corrupted"; 96 msg = NULL; 105 if (msg != NULL) { 106 msg = compat_label(dev, strat, lp, osdep); 107 if (msg == NULL) { 113 return msg; 126 const char *msg = NULL; local in function:compat_label [all...] |
/src/sys/dev/scsipi/ |
atapi_base.c | 62 const char *msg = NULL; local in function:atapi_interpret_sense 86 msg = "soft error (corrected)"; 100 msg = "not ready"; 104 msg = "medium error"; 108 msg = "non-media hardware failure"; 117 msg = "illegal request"; 130 msg = "unit attention"; 134 msg = "readonly device"; 138 msg = "command aborted"; 153 msg = "ATA illegal length indication" [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pmu/ |
nouveau_nvkm_subdev_pmu_gp10b.c | 38 struct nv_pmu_acr_bootstrap_multiple_falcons_msg *msg = local in function:gp10b_pmu_acr_bootstrap_multiple_falcons_cb 39 container_of(hdr, typeof(*msg), msg.hdr); 40 return msg->falcon_mask;
|
/src/tests/net/net/ |
t_udp.c | 14 static const char msg[] = "sendto test"; variable in typeref:typename:const char[] 50 e = sendto(s, msg, sizeof(msg), 0, res->ai_addr, res->ai_addrlen); 51 ATF_REQUIRE_MSG(e == sizeof(msg), "sendto(1) AF=%d: %s", family, 54 e = sendto(s, msg, sizeof(msg), 0, res->ai_addr, res->ai_addrlen); 55 ATF_REQUIRE_MSG(e == sizeof(msg), "sendto(2) AF=%d: %s", family, 63 e = send(s, msg, sizeof(msg), 0); 64 ATF_REQUIRE_MSG(e == sizeof(msg), "send(1) AF=%d: %s", family [all...] |
/src/usr.sbin/timed/timed/ |
acksend.c | 51 static struct tsp msg; local in function:xmit 53 msg.tsp_type = type; 54 msg.tsp_seq = seq; 55 msg.tsp_vers = TSPVERSION; 57 set_tsp_name(&msg, hostname); 58 bytenetorder(&msg); 59 (void)sendtsp(sock, &msg, addr); 63 sendtsp(int s, struct tsp *msg, struct sockaddr_in *addr) 67 error = sendto(s, msg, sizeof(*msg), 0 [all...] |