OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STRLEN
(Results
1 - 9
of
9
) sorted by relevancy
/xsrc/external/mit/xedit/dist/lisp/
helper.c
101
if (rtype == LispString_t &&
STRLEN
(left) ==
STRLEN
(right)) {
102
long i =
STRLEN
(left);
232
if (
STRLEN
(left) ==
STRLEN
(right) &&
233
memcmp(THESTR(left), THESTR(right),
STRLEN
(left)) == 0)
316
length =
STRLEN
(sequence);
344
else if (STRINGP(object) &&
STRLEN
(object) == 1)
928
length1 =
STRLEN
(ostring1);
932
length2 =
STRLEN
(ostring2)
[
all
...]
string.c
384
length =
STRLEN
(ostring);
412
length =
STRLEN
(ostring);
800
length =
STRLEN
(ostring);
807
long i, clength =
STRLEN
(ochars);
866
STRLEN
(ostring) = length;
1136
length =
STRLEN
(ostring);
1208
length =
STRLEN
(ostring);
1279
length =
STRLEN
(ostring);
1372
length +=
STRLEN
(string);
1379
size =
STRLEN
(string)
[
all
...]
pathname.c
212
length =
strlen
(name);
213
if (length <
STRLEN
(pathname))
220
length =
strlen
(path);
244
length =
strlen
(path);
306
length =
strlen
(base);
316
length =
strlen
(dirs[i]);
326
length =
strlen
(path);
331
unsigned d_namlen =
strlen
(ent->d_name);
350
length =
strlen
(ptr);
376
length =
strlen
(dirs[i])
[
all
...]
package.c
327
if (
STRLEN
(string) == 3 && memcmp(ptr, "NIL", 3) == 0)
329
else if (
STRLEN
(string) == 1 && ptr[0] == 'T')
336
atom = (LispAtom *)hash_check(pack->atoms, ptr,
strlen
(ptr));
432
length =
STRLEN
(string_or_symbol);
xedit.c
868
from.size =
STRLEN
(color);
1036
from.size =
STRLEN
(font);
1081
from.size =
STRLEN
(color);
1174
block.length =
STRLEN
(text);
1400
block.length =
STRLEN
(text);
1520
block.length =
STRLEN
(string);
hash.c
89
length =
STRLEN
(object);
155
length =
STRLEN
(object);
internal.h
81
#define STRING(str) LispNewString(str,
strlen
(str))
86
#define STRING2(str) LispNewStringAlloced(str,
strlen
(str))
95
LispNewStringStream(str, flag,
strlen
(str))
97
LispNewStringStreamAlloced(str, flag,
strlen
(str))
336
#define
STRLEN
(object) (object)->data.string.length
core.c
357
long offset, length =
STRLEN
(array);
1873
if (
strlen
(name) >= 128)
4187
if (
STRLEN
(CAR(obj)) ==
STRLEN
(module) &&
4188
memcmp(THESTR(CAR(obj)), THESTR(module),
STRLEN
(module)) == 0)
4505
for (i = 0, ptr = buffer +
strlen
(buffer);
4909
STRLEN
(sequence) = xlength;
6949
long length =
STRLEN
(array);
lisp.c
1218
char *ptr = LispMalloc(
strlen
(str) + 1);
1267
length =
strlen
(desc);
1309
length =
strlen
(string);
1336
length =
strlen
(str);
2167
string.length =
strlen
(builtin->declaration);
2729
STRLEN
(name) = atom->key->length;
2787
STRLEN
(string) = length;
3624
length =
STRLEN
(documentation);
3634
STRLEN
(object) = length;
5110
string.length =
strlen
(str)
[
all
...]
Completed in 24 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026