HomeSort by: relevance | last modified time | path
    Searched refs:sl (Results 1 - 25 of 483) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/sparc64/include/
remote-sl.h 1 /* $NetBSD: remote-sl.h,v 1.2 2002/07/20 11:52:22 mrg Exp $ */
3 #include <sparc/remote-sl.h>
  /src/external/bsd/mdocml/dist/
compat_stringlist.c 46 StringList *sl; local
48 sl = malloc(sizeof(StringList));
49 if (sl == NULL)
52 sl->sl_cur = 0;
53 sl->sl_max = _SL_CHUNKSIZE;
54 sl->sl_str = reallocarray(NULL, sl->sl_max, sizeof(char *));
55 if (sl->sl_str == NULL) {
56 free(sl);
57 sl = NULL
    [all...]
test-stringlist.c 24 StringList *sl; local
27 if ((sl = sl_init()) == NULL)
29 if (sl_add(sl, teststr))
31 if (sl->sl_cur != 1)
33 if (sl->sl_str[0] != teststr)
36 sl_free(sl, 0);
  /src/common/lib/libc/arch/arm/quad/
__aeabi_lcmp.c 44 if (aa.sl[H] < bb.sl[H])
46 if (aa.sl[H] > bb.sl[H])
49 if (aa.sl[L] < bb.sl[L])
51 if (aa.sl[L] > bb.sl[L])
  /src/lib/libc/gen/
stringlist.c 63 StringList *sl; local
65 sl = malloc(sizeof(StringList));
66 if (sl == NULL)
69 sl->sl_cur = 0;
70 sl->sl_max = _SL_CHUNKSIZE;
71 sl->sl_str = NULL;
72 errno = reallocarr(&sl->sl_str, sl->sl_max, sizeof(*sl->sl_str));
75 free(sl);
    [all...]
  /src/external/bsd/unbound/dist/util/storage/
slabhash.c 54 struct slabhash* sl = (struct slabhash*)calloc(1, local
56 if(!sl) return NULL;
57 sl->size = numtables;
58 log_assert(sl->size > 0);
59 sl->array = (struct lruhash**)calloc(sl->size, sizeof(struct lruhash*));
60 if(!sl->array) {
61 free(sl);
64 sl->mask = (uint32_t)(sl->size - 1)
    [all...]
  /src/distrib/syspkg/sets/base/base-locale-sl/
Makefile 3 PKGBASE=base-locale-sl
  /src/distrib/syspkg/sets/comp/comp-c_locale-sl/
Makefile 3 PKGBASE=comp-c_locale-sl
  /src/external/gpl2/lvm2/dist/lib/datastruct/
str_list.c 23 struct dm_list *sl; local
25 if (!(sl = dm_pool_alloc(mem, sizeof(struct dm_list)))) {
30 dm_list_init(sl);
32 return sl;
70 struct str_list *sl; local
74 dm_list_iterate_items(sl, sllold) {
75 if (!str_list_add(mem, sllnew, dm_pool_strdup(mem, sl->str)))
87 struct str_list *sl; local
89 dm_list_iterate_items(sl, sll)
90 if (!strcmp(str, sl->str)
101 struct str_list *sl; local
115 struct str_list *sl; local
    [all...]
  /src/sys/lib/libkern/
strlist.c 114 strlist_next(const char * const sl, size_t const slsize, size_t * const cursorp)
117 if (sl == NULL || slsize == 0 || cursorp == NULL) {
128 const char *cp = sl + cursor;
140 strlist_count(const char *sl, size_t slsize)
143 if (sl == NULL || slsize == 0) {
151 count++, sl += cursize, slsize -= cursize) {
152 cursize = strlen(sl) + 1;
164 strlist_string(const char * sl, size_t slsize, unsigned int const idx)
167 if (sl == NULL || slsize == 0) {
174 for (i = 0; slsize != 0; i++, slsize -= cursize, sl += cursize)
325 char * const sl = *slp; local
380 const char *sl; local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/wind/
util.py 37 def subList(l, sl) :
38 """return the index of sl in l or None"""
40 slLen = len(sl)
43 while j < slLen and l[i + j] == sl[j]:
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
os2compat.c 59 size_t sl = strlen (root); local
60 _nlos2_libdir = (char *) malloc (sl + strlen (LIBDIR) + 1);
61 memcpy (_nlos2_libdir, root, sl);
62 memcpy (_nlos2_libdir + sl, LIBDIR, strlen (LIBDIR) + 1);
73 size_t sl = strlen (root); local
74 _nlos2_localealiaspath = (char *) malloc (sl + strlen (LOCALE_ALIAS_PATH) + 1);
75 memcpy (_nlos2_localealiaspath, root, sl);
76 memcpy (_nlos2_localealiaspath + sl, LOCALE_ALIAS_PATH, strlen (LOCALE_ALIAS_PATH) + 1);
87 size_t sl = strlen (root); local
88 _nlos2_localedir = (char *) malloc (sl + strlen (LOCALEDIR) + 1)
    [all...]
  /src/external/gpl2/grep/dist/intl/
os2compat.c 69 size_t sl = strlen (root); local
70 _os2_libdir = (char *) malloc (sl + strlen (LIBDIR) + 1);
71 memcpy (_os2_libdir, root, sl);
72 memcpy (_os2_libdir + sl, LIBDIR, strlen (LIBDIR) + 1);
83 size_t sl = strlen (root); local
84 _os2_localealiaspath = (char *) malloc (sl + strlen (LOCALE_ALIAS_PATH) + 1);
85 memcpy (_os2_localealiaspath, root, sl);
86 memcpy (_os2_localealiaspath + sl, LOCALE_ALIAS_PATH, strlen (LOCALE_ALIAS_PATH) + 1);
97 size_t sl = strlen (root); local
98 _os2_localedir = (char *) malloc (sl + strlen (LOCALEDIR) + 1)
    [all...]
  /src/external/gpl2/texinfo/dist/intl/
os2compat.c 61 size_t sl = strlen (root); local
62 _nlos2_libdir = (char *) malloc (sl + strlen (LIBDIR) + 1);
63 memcpy (_nlos2_libdir, root, sl);
64 memcpy (_nlos2_libdir + sl, LIBDIR, strlen (LIBDIR) + 1);
75 size_t sl = strlen (root); local
76 _nlos2_localealiaspath = (char *) malloc (sl + strlen (LOCALE_ALIAS_PATH) + 1);
77 memcpy (_nlos2_localealiaspath, root, sl);
78 memcpy (_nlos2_localealiaspath + sl, LOCALE_ALIAS_PATH, strlen (LOCALE_ALIAS_PATH) + 1);
89 size_t sl = strlen (root); local
90 _nlos2_localedir = (char *) malloc (sl + strlen (LOCALEDIR) + 1)
    [all...]
  /src/tests/usr.bin/xlint/lint1/
msg_118.c 11 long sl; variable
20 si <<= sl; local
27 si = si << sl;
37 si >>= sl; local
44 si = si >> sl;
msg_118_ilp32.c 11 long sl; variable
24 si <<= sl; local
29 si = si << sl;
38 si >>= sl; local
44 si = si >> sl;
msg_259_c90.c 71 signed long sl, unsigned long ul)
80 plain_char(sl);
90 signed_char(sl);
100 unsigned_char(sl);
110 signed_short(sl);
120 unsigned_short(sl);
136 signed_to_unsigned(int si, long sl)
142 unsigned_int(sl);
152 unsigned_long(sl);
168 signed_to_signed(signed int si, signed long sl)
    [all...]
  /src/common/lib/libc/quad/
cmpdi2.c 59 return (aa.sl[H] < bb.sl[H] ? 0 : aa.sl[H] > bb.sl[H] ? 2 :
  /src/sys/arch/luna68k/luna68k/
disksubr.c 304 struct sun_disklabel *sl; local
310 sl = (struct sun_disklabel *)cp;
313 sp1 = (u_short *)sl;
314 sp2 = (u_short *)(sl + 1);
325 memcpy(lp->d_packname, sl->sl_text, sizeof(lp->d_packname));
329 lp->d_nsectors = sl->sl_nsectors;
330 lp->d_ntracks = sl->sl_ntracks;
331 lp->d_ncylinders = sl->sl_ncylinders;
333 secpercyl = sl->sl_nsectors * sl->sl_ntracks
401 struct sun_disklabel *sl; local
    [all...]
  /src/usr.sbin/sliplogin/
slip.login 19 /sbin/ifconfig sl${UNIT} inet ${LOCALADDR} ${REMOTEADDR} netmask ${NETMASK} \
  /src/sys/dev/ofw/
ofw_network_subr.c 98 char *sl = NULL; local
107 sl = malloc(len, M_TEMP, M_WAITOK);
110 if (OF_getprop(phandle, "supported-network-types", sl, len) != len)
113 count = strlist_count(sl, len);
123 (cp = strlist_next(sl, len, &cursor)) != NULL; ) {
133 free(sl, M_TEMP);
134 sl = NULL;
149 sl = malloc(len, M_TEMP, M_WAITOK);
150 if (OF_getprop(phandle, "chosen-network-type", sl, len) != len) {
155 cp = sl;
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/generic/
cnd_add_n.c 40 mp_limb_t ul, vl, sl, rl, cy, cy1, cy2, mask; local
53 sl = ul + vl;
54 cy1 = sl < ul;
55 rl = sl + cy;
56 cy2 = rl < sl;
cnd_sub_n.c 40 mp_limb_t ul, vl, sl, rl, cy, cy1, cy2, mask; local
53 sl = ul - vl;
54 cy1 = sl > ul;
55 rl = sl - cy;
56 cy2 = rl > sl;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
schedlock-new-thread.exp 21 set sl [expr $schedlock == "on" ? 1 : 0]
22 if { [build_executable "failed to prepare" $testfile-$sl \
24 [list debug pthreads additional_flags=-DSCHEDLOCK=$sl]] \
33 set sl [expr $schedlock == "on" ? 1 : 0]
34 clean_restart $::binfile-$sl
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
schedlock-new-thread.exp 21 set sl [expr $schedlock == "on" ? 1 : 0]
22 if { [build_executable "failed to prepare" $testfile-$sl \
24 [list debug pthreads additional_flags=-DSCHEDLOCK=$sl]] \
33 set sl [expr $schedlock == "on" ? 1 : 0]
34 clean_restart $::testfile-$sl

Completed in 27 milliseconds

1 2 3 4 5 6 7 8 91011>>