HomeSort by: relevance | last modified time | path
    Searched defs:msg (Results 1 - 25 of 1473) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/usr.bin/xlint/lint1/
msg_262.c 9 char msg = '\"'; variable
  /src/tests/lib/csu/
h_initfini1.cxx 6 static const char msg[] = "main executed\n"; local
7 write(STDOUT_FILENO, msg, sizeof(msg) - 1);
  /src/usr.bin/msgc/
msgparse.y 61 | list msg
65 msg : MESSAGE NAME VALUE label
  /src/external/bsd/mdocml/dist/
test-cmsg.c 7 struct msghdr msg; local
9 msg.msg_control = NULL;
10 msg.msg_controllen = 0;
12 return CMSG_FIRSTHDR(&msg) != NULL;
  /src/external/bsd/wpa/dist/src/eap_common/
eap_wsc_common.c 19 struct wpabuf *msg; local
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
22 if (msg == NULL) {
29 wpabuf_put_u8(msg, WSC_FRAG_ACK); /* Op-Code */
30 wpabuf_put_u8(msg, 0); /* Flags */
32 return msg;
  /src/external/gpl3/gcc/dist/contrib/
dg-extract-results.sh 63 msg() { function
76 t) test -z "$TOOL" || (msg "${PROGNAME}: only one tool can be specified"; exit 1);
104 msg "${PROGNAME}: cannot create a temporary directory"
127 msg "${PROGNAME}: file $FILE does not exist."
156 msg "${PROGNAME}: sum files are for multiple tools, specify a tool"
157 msg ""
167 msg "${PROGNAME}: none of the specified files are results for $TOOL"
267 msg "${PROGNAME}: no file for $TOOL has results for the specified variants"
  /src/external/gpl3/gcc/dist/contrib/reghunt/bin/
gcc-build-simple 28 msg() { function
33 msg "${1}"
37 msg "building $REG_COMPILER for id $ID"
43 #msg "configure"
50 #msg "make libraries"
75 #msg "make $REG_COMPILER"
78 msg "build completed"
reg-test 52 msg() { function
65 msg 0 "error: ${1}"
79 msg 0 "source update failed for id ${TEST_ID}"
84 msg 0 "build failed for id ${TEST_ID}"
127 msg 2 "REG_IDLIST = ${REG_IDLIST}"
128 msg 2 "REG_UPDATE = ${REG_UPDATE}"
129 msg 2 "REG_BUILD = ${REG_BUILD}"
130 msg 2 "REG_TEST = ${REG_TEST}"
131 msg 2 "VERBOSITY = ${VERBOSITY}"
141 msg 0 "STOP file detected
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
dg-extract-results.sh 60 msg() { function
73 t) test -z "$TOOL" || (msg "${PROGNAME}: only one tool can be specified"; exit 1);
101 msg "${PROGNAME}: cannot create a temporary directory"
124 msg "${PROGNAME}: file $FILE does not exist."
153 msg "${PROGNAME}: sum files are for multiple tools, specify a tool"
154 msg ""
164 msg "${PROGNAME}: none of the specified files are results for $TOOL"
264 msg "${PROGNAME}: no file for $TOOL has results for the specified variants"
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
gcc-build-simple 28 msg() { function
33 msg "${1}"
37 msg "building $REG_COMPILER for id $ID"
43 #msg "configure"
50 #msg "make libraries"
75 #msg "make $REG_COMPILER"
78 msg "build completed"
reg-test 52 msg() { function
65 msg 0 "error: ${1}"
79 msg 0 "source update failed for id ${TEST_ID}"
84 msg 0 "build failed for id ${TEST_ID}"
127 msg 2 "REG_IDLIST = ${REG_IDLIST}"
128 msg 2 "REG_UPDATE = ${REG_UPDATE}"
129 msg 2 "REG_BUILD = ${REG_BUILD}"
130 msg 2 "REG_TEST = ${REG_TEST}"
131 msg 2 "VERBOSITY = ${VERBOSITY}"
141 msg 0 "STOP file detected
    [all...]
  /src/external/gpl3/gdb.old/dist/contrib/
dg-extract-results.sh 63 msg() { function
76 t) test -z "$TOOL" || (msg "${PROGNAME}: only one tool can be specified"; exit 1);
104 msg "${PROGNAME}: cannot create a temporary directory"
127 msg "${PROGNAME}: file $FILE does not exist."
156 msg "${PROGNAME}: sum files are for multiple tools, specify a tool"
157 msg ""
167 msg "${PROGNAME}: none of the specified files are results for $TOOL"
267 msg "${PROGNAME}: no file for $TOOL has results for the specified variants"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
gstack.c 24 const char msg[] = "looping\n"; local
27 write (1, msg, strlen (msg));
  /src/external/gpl3/gdb/dist/contrib/
dg-extract-results.sh 63 msg() { function
76 t) test -z "$TOOL" || (msg "${PROGNAME}: only one tool can be specified"; exit 1);
104 msg "${PROGNAME}: cannot create a temporary directory"
127 msg "${PROGNAME}: file $FILE does not exist."
156 msg "${PROGNAME}: sum files are for multiple tools, specify a tool"
157 msg ""
167 msg "${PROGNAME}: none of the specified files are results for $TOOL"
267 msg "${PROGNAME}: no file for $TOOL has results for the specified variants"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
gstack.c 24 const char msg[] = "looping\n"; local
27 write (1, msg, strlen (msg));
  /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/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/modules/examples/properties/
properties.c 41 const char *msg; local
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/external/gpl3/binutils/dist/libiberty/
msdos.c 1 char msg[] = "No vfork available - aborting\n"; variable
4 write(1, msg, sizeof(msg));
  /src/external/gpl3/binutils.old/dist/libiberty/
msdos.c 1 char msg[] = "No vfork available - aborting\n"; variable
4 write(1, msg, sizeof(msg));
  /src/external/gpl3/gcc/dist/contrib/reghunt/date_based/
reg_periodic 52 msg() { function
65 msg 0 "error: ${1}"
86 msg 0 "source update failed for ${TEST_DATE}"
91 msg 0 "build failed for ${TEST_DATE}"
134 msg 2 "LOW_DATE = ${LOW_DATE}"
135 msg 2 "HIGH_DATE = ${HIGH_DATE}"
136 msg 2 "INTERVAL = ${INTERVAL}"
137 msg 2 "REG_UPDATE = ${REG_UPDATE}"
138 msg 2 "REG_BUILD = ${REG_BUILD}"
139 msg 2 "REG_TEST = ${REG_TEST}
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
msdos.c 1 char msg[] = "No vfork available - aborting\n"; variable
4 write(1, msg, sizeof(msg));
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/date_based/
reg_periodic 52 msg() { function
65 msg 0 "error: ${1}"
86 msg 0 "source update failed for ${TEST_DATE}"
91 msg 0 "build failed for ${TEST_DATE}"
134 msg 2 "LOW_DATE = ${LOW_DATE}"
135 msg 2 "HIGH_DATE = ${HIGH_DATE}"
136 msg 2 "INTERVAL = ${INTERVAL}"
137 msg 2 "REG_UPDATE = ${REG_UPDATE}"
138 msg 2 "REG_BUILD = ${REG_BUILD}"
139 msg 2 "REG_TEST = ${REG_TEST}
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
msdos.c 1 char msg[] = "No vfork available - aborting\n"; variable
4 write(1, msg, sizeof(msg));

Completed in 1141 milliseconds

1 2 3 4 5 6 7 8 91011>>