HomeSort by: relevance | last modified time | path
    Searched defs:msg (Results 1 - 25 of 1134) 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 in typeref:typename:char
msg_262.c 9 char msg = '\"'; variable in typeref:typename:char
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_initfini1.cxx 6 static const char msg[] = "main executed\n"; local in function:main
7 write(STDOUT_FILENO, msg, sizeof(msg) - 1);
h_initfini1.cxx 6 static const char msg[] = "main executed\n"; local in function:main
7 write(STDOUT_FILENO, msg, sizeof(msg) - 1);
  /src/usr.bin/msgc/
msgparse.y 61 | list msg
65 msg : MESSAGE NAME VALUE label
msgparse.y 61 | list msg
65 msg : MESSAGE NAME VALUE label
msgparse.y 61 | list msg
65 msg : MESSAGE NAME VALUE label
  /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...]
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...]
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);
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);
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"
makesrctars 34 msg() function
79 msg "Creating ${set}"
138 msg "Creating checksum files"
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}"
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}"
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;
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;
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);

Completed in 140 milliseconds

1 2 3 4 5 6 7 8 91011>>