OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ustr
(Results
1 - 4
of
4
) sorted by relevancy
/src/tools/compat/
snprintf.c
649
unsigned char *
ustr
= (unsigned char *)str;
local in function:vsnprintf
653
state.str =
ustr
;
654
state.s =
ustr
;
655
state.theend =
ustr
+ sz - (sz > 0);
/src/usr.bin/pkill/
pkill.c
471
const char *
ustr
;
local in function:usage
478
ustr
= "[-Lfilnqvx] [-d delim]";
480
ustr
= "[-signal] [-Lfilnvx]";
486
getprogname(),
ustr
);
/src/games/hack/
hack.h
168
schar
ustr
,ustrmax;
member in struct:you
/src/usr.bin/make/
var.c
1854
const unsigned char *
ustr
= (const unsigned char *)str;
local in function:Hash
1869
k = ((uint32_t)
ustr
[3] << 24) |
1870
((uint32_t)
ustr
[2] << 16) |
1871
((uint32_t)
ustr
[1] << 8) |
1872
(uint32_t)
ustr
[0];
1874
ustr
+= 4;
1877
k |= (uint32_t)
ustr
[2] << 16;
1880
k |= (uint32_t)
ustr
[1] << 8;
1883
k |= (uint32_t)
ustr
[0];
Completed in 205 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025