| /src/external/cddl/osnet/sys/kern/ |
| ddi.c | 199 const unsigned char *ustr = (const unsigned char *)str; local 202 *ptr = (char *)ustr; /* in case no number is formed */ 207 if (!isalnum(c = *ustr)) { 209 c = *++ustr; 215 c = *++ustr; 221 else if (ustr[1] == 'x' || ustr[1] == 'X') 231 if (base == 16 && c == '0' && (ustr[1] == 'x' || ustr[1] == 'X') && 232 isxdigit(ustr[2]) [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| mcparse.c | 208 unichar *ustr; member in union:YYSTYPE 1329 cur_node->user_text = (yyvsp[0].ustr); 1407 mcset_msg_id_typedef = (yyvsp[0].ustr); 1437 mc_add_keyword ((yyvsp[-3].ustr), MCTOKEN, "severity", (yyvsp[-1].ival), (yyvsp[0].ustr)); 1463 mc_add_keyword ((yyvsp[-3].ustr), MCTOKEN, "facility", (yyvsp[-1].ival), (yyvsp[0].ustr)); 1489 mc_add_keyword ((yyvsp[-5].ustr), MCTOKEN, "language", (yyvsp[-3].ival), (yyvsp[0].ustr)); 1521 (yyval.ustr) = NULL [all...] |
| mcparse.h | 109 unichar *ustr; member in union:YYSTYPE
|
| mclex.c | 378 yylval.ustr = get_diff (input_stream_pos, start_token); 409 yylval.ustr = get_diff (input_stream_pos, start_token); 421 yylval.ustr = get_diff (input_stream_pos, start_token); 431 yylval.ustr = get_diff (input_stream_pos, start_token); 456 yylval.ustr = get_diff (input_stream_pos, start_token);
|
| mcparse.y | 46 unichar *ustr; 54 %token<ustr> MCIDENT MCFILENAME MCLINE MCCOMMENT 62 %type<ustr> alias_name token lines comments
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| mcparse.c | 208 unichar *ustr; member in union:YYSTYPE 1329 cur_node->user_text = (yyvsp[0].ustr); 1407 mcset_msg_id_typedef = (yyvsp[0].ustr); 1437 mc_add_keyword ((yyvsp[-3].ustr), MCTOKEN, "severity", (yyvsp[-1].ival), (yyvsp[0].ustr)); 1463 mc_add_keyword ((yyvsp[-3].ustr), MCTOKEN, "facility", (yyvsp[-1].ival), (yyvsp[0].ustr)); 1489 mc_add_keyword ((yyvsp[-5].ustr), MCTOKEN, "language", (yyvsp[-3].ival), (yyvsp[0].ustr)); 1521 (yyval.ustr) = NULL [all...] |
| mcparse.h | 109 unichar *ustr; member in union:YYSTYPE
|
| mclex.c | 378 yylval.ustr = get_diff (input_stream_pos, start_token); 409 yylval.ustr = get_diff (input_stream_pos, start_token); 421 yylval.ustr = get_diff (input_stream_pos, start_token); 431 yylval.ustr = get_diff (input_stream_pos, start_token); 456 yylval.ustr = get_diff (input_stream_pos, start_token);
|
| mcparse.y | 46 unichar *ustr; 54 %token<ustr> MCIDENT MCFILENAME MCLINE MCCOMMENT 62 %type<ustr> alias_name token lines comments
|
| /src/games/hack/ |
| hack.potion.c | 92 if (u.ustr < u.ustrmax) { 93 u.ustr = u.ustrmax; 195 if (u.ustr >= 118) 197 if (u.ustr > 17) 198 u.ustr += rnd(118 - u.ustr); 200 u.ustr++; 201 if (u.ustr > u.ustrmax) 202 u.ustrmax = u.ustr; 373 if (u.ustr < u.ustrmax [all...] |
| hack.eat.c | 150 if (u.ustr < 118) 151 u.ustr += rnd(((u.ustr < 17) ? 19 : 118) - u.ustr); 152 if (u.ustr > u.ustrmax) 153 u.ustrmax = u.ustr; 231 tmp = 10 + rn2(1 + 500 / ((int) (u.ulevel + u.ustr))); 323 if (u.ustr < u.ustrmax) 324 u.ustr++; 428 else if (newhs < WEAK && u.uhs >= WEAK && u.ustr < u.ustrmax [all...] |
| hack.u_init.c | 269 u.ustr = u.ustrmax = 18; 277 u.ustr = u.ustrmax = 8; 288 u.ustr = u.ustrmax = 16; 296 u.ustr = u.ustrmax = 10; 304 u.ustr = u.ustrmax = 10; 310 u.ustr = u.ustrmax = 17; 315 u.ustr = u.ustrmax = 16; 320 u.ustr += dr; 329 while (inv_weight() > 0 && u.ustr < 118) 330 u.ustr++, u.ustrmax++ [all...] |
| hack.do_wear.c | 314 u.ustr += otmp->spe; 316 if (u.ustr > 118) 317 u.ustr = 118; 354 u.ustr -= obj->spe; 356 if (u.ustr > 118) 357 u.ustr = 118;
|
| hack.c | 840 if (u.ustr == 3) 842 else if (u.ustr < 6) 844 else if (u.ustr < 8) 846 else if (u.ustr < 17) 848 else if (u.ustr < 69) 850 else if (u.ustr < 118) 859 if (u.ustr < 6) 861 else if (u.ustr < 16) 863 else if (u.ustr < 18) 865 else if (u.ustr == 18 [all...] |
| hack.h | 168 schar ustr,ustrmax; member in struct:you
|
| hack.pri.c | 732 if (u.ustr > 18) { 733 if (u.ustr > 117) 738 "18/%02d", u.ustr - 18); 743 "%-2d ", u.ustr);
|
| hack.trap.c | 437 if (u.uhunger <= 100 || u.ustr < 6) {
|
| /src/external/gpl2/groff/dist/src/utils/hpftodit/ |
| hpftodit.cpp | 1274 const char *ustr = hp_msl_to_unicode_code(codestr); 1275 if (ustr == NULL) 1276 ustr = UNNAMED; 1279 int ucode = int(strtol(ustr, &nonum, 16)); 1282 ustr = UNNAMED; 1284 if (!equal(ustr, UNNAMED)) { 1285 const char *uname_decomposed = decompose_unicode(ustr); 1288 ustr = uname_decomposed + 1; 1290 char *value = new char[strlen(ustr) + 1]; 1291 sprintf(value, equal(ustr, UNNAMED) ? ustr : "u%s", ustr) [all...] |
| /src/tools/compat/ |
| snprintf.c | 649 unsigned char *ustr = (unsigned char *)str; local 653 state.str = ustr; 654 state.s = ustr; 655 state.theend = ustr + sz - (sz > 0);
|
| /src/external/bsd/iscsi/dist/src/lib/ |
| snprintf.c | 621 unsigned char *ustr = (unsigned char *)str; local 625 state.str = ustr; 626 state.s = ustr; 627 state.theend = ustr + sz - (sz > 0);
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| DbeSession.h | 298 Vector<Function *> *match_func_names (const char *ustr, Histable::NameFormat nfmt); 302 Vector<JThread*> *match_java_threads (char *ustr, int matchParent, 306 Vector<FileData *> *match_file_names (char *ustr, Histable::NameFormat nfmt);
|
| DbeSession.cc | 3357 DbeSession::match_java_threads (char *ustr, int matchParent, 3361 if (ustr == NULL) 3364 char *str = dbe_sprintf (NTXT ("^%s$"), ustr); 3408 DbeSession::match_func_names (const char *ustr, Histable::NameFormat nfmt) 3410 if (ustr == NULL) 3412 char *str = dbe_sprintf (NTXT ("^%s$"), ustr); 3440 DbeSession::match_file_names (char *ustr, Histable::NameFormat nfmt) 3442 if (ustr == NULL) 3444 char *str = dbe_sprintf (NTXT ("^%s$"), ustr); 3479 DbeSession::match_dobj_names (char *ustr) [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| DbeSession.h | 298 Vector<Function *> *match_func_names (const char *ustr, Histable::NameFormat nfmt); 302 Vector<JThread*> *match_java_threads (char *ustr, int matchParent, 306 Vector<FileData *> *match_file_names (char *ustr, Histable::NameFormat nfmt);
|
| DbeSession.cc | 3357 DbeSession::match_java_threads (char *ustr, int matchParent, 3361 if (ustr == NULL) 3364 char *str = dbe_sprintf (NTXT ("^%s$"), ustr); 3408 DbeSession::match_func_names (const char *ustr, Histable::NameFormat nfmt) 3410 if (ustr == NULL) 3412 char *str = dbe_sprintf (NTXT ("^%s$"), ustr); 3440 DbeSession::match_file_names (char *ustr, Histable::NameFormat nfmt) 3442 if (ustr == NULL) 3444 char *str = dbe_sprintf (NTXT ("^%s$"), ustr); 3479 DbeSession::match_dobj_names (char *ustr) [all...] |
| /src/usr.bin/pkill/ |
| pkill.c | 475 const char *ustr; local 482 ustr = "[-Lfilnqvx] [-d delim]"; 484 ustr = "[-signal] [-Lfilnvx]"; 490 getprogname(), ustr);
|