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

1 2 3 4

  /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/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 in function:__weak_alias
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/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/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 in function:strlist_append
380 const char *sl; local in function:main
    [all...]
  /src/tests/usr.bin/xlint/lint1/
msg_118.c 11 long sl; variable in typeref:typename:long
20 si <<= sl;
27 si = si << sl;
37 si >>= sl;
44 si = si >> sl;
msg_118_ilp32.c 11 long sl; variable in typeref:typename:long
24 si <<= sl;
29 si = si << sl;
38 si >>= sl;
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 :
ashrdi3.c 71 s = (aa.sl[H] >> (INT_BITS - 1)) >> 1;
73 aa.ul[L] = aa.sl[H] >> (shift - INT_BITS);
79 aa.sl[H] >>= shift;
  /src/sys/arch/luna68k/luna68k/
disksubr.c 304 struct sun_disklabel *sl; local in function:disklabel_om_to_bsd
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 in function:disklabel_bsd_to_om
    [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 in function:of_network_decode_media
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/sys/dev/sun/
disksubr.c 242 struct sun_disklabel *sl; local in function:disklabel_sun_to_bsd
249 sl = (struct sun_disklabel *)cp;
252 sp1 = (u_short *)sl;
253 sp2 = (u_short *)(sl + 1);
263 memcpy(lp->d_packname, sl->sl_text, sizeof(lp->d_packname));
268 lp->d_nsectors = sl->sl_nsectors;
269 lp->d_ntracks = sl->sl_ntracks;
270 lp->d_ncylinders = sl->sl_ncylinders;
272 secpercyl = sl->sl_nsectors * sl->sl_ntracks
338 struct sun_disklabel *sl; local in function:disklabel_bsd_to_sun
    [all...]
  /src/sbin/disklabel/
bswap.h 59 #define htotargetlabel(dl, sl) do { *(dl) = *(sl); } while (0)
60 #define targettohlabel(dl, sl) do { *(dl) = *(sl); } while (0)
  /src/sys/modules/if_sl/
Makefile 8 IOCONF= sl.ioconf
  /src/sys/arch/hpcmips/conf/
INSTALL_TX3912 9 pseudo-device sl # Serial Line IP
RAMDISK 12 pseudo-device sl # Serial Line IP
  /src/sys/external/bsd/ipf/netinet/
ip_sync.c 579 synclogent_t *sl; local in function:ipf_sync_read
638 (uio->uio_resid > sizeof(*sl))) {
639 sl = softs->synclog + softs->sl_tail++;
641 err = UIOMOVE(sl, sizeof(*sl), UIO_READ, uio);
687 synclist_t *sl; local in function:ipf_sync_state
706 KMALLOC(sl, synclist_t *);
707 if (sl == NULL) {
737 is->is_sync = sl;
739 sl->sl_idx = -1
915 synclist_t *sl; local in function:ipf_sync_nat
1013 synclist_t *sl, *ss; local in function:ipf_sync_new
1226 synclist_t *sl; local in function:ipf_sync_flush_table
    [all...]
  /src/libexec/ftpd/
popen.c 114 StringList *sl; local in function:ftpd_popen
131 if ((sl = sl_init()) == NULL)
135 if (sl_add(sl, ftpd_strdup(argv[0])) == -1)
144 if (sl_add(sl, ftpd_strdup(argv[argc])) == -1) {
150 if (sl_add(sl, ftpd_strdup(*pop)) == -1) {
158 if (sl_add(sl, NULL) == -1)
162 isls = (strcmp(sl->sl_str[0], INTERNAL_LS) == 0);
194 exit(ls_main(sl->sl_cur - 1, sl->sl_str));
198 execv(sl->sl_str[0], sl->sl_str)
    [all...]
  /src/usr.sbin/services_mkdb/
output_cdb.c 64 cdb_add(StringList *sl, size_t port, const char *proto, size_t *cnt,
78 for (i = 0; i < sl->sl_cur; ++i) {
79 len = strlen(sl->sl_str[i]);
81 errx(1, "Service alias ``%s'' invalid", sl->sl_str[i]);
93 for (i = 0; i < sl->sl_cur; ++i) {
94 len = strlen(sl->sl_str[i]);
96 memcpy(data_iter, sl->sl_str[i], len + 1);
119 for (i = 0; i < sl->sl_cur; i++) {
120 len = strlen(sl->sl_str[i]);
123 memcpy(key + 2, sl->sl_str[i], len)
    [all...]
output_db.c 92 db_add(StringList *sl, size_t port, const char *proto, size_t *cnt,
104 sl->sl_str[0], port, proto, mkaliases(sl, abuf, sizeof(abuf))) + 1;
117 for (i = 0; i < sl->sl_cur; i++) {
120 sl->sl_str[i], proto) + 1;
127 sl_free(sl, 1);
169 mkaliases(StringList *sl, char *buf, size_t len)
174 for (i = 1, pos = 0; i < sl->sl_cur; i++) {
175 nc = strlcpy(buf + pos, sl->sl_str[i], len);
188 warn("aliases for `%s' truncated", sl->sl_str[0])
    [all...]
services_mkdb.c 78 StringList *sl, ***svc; local in function:main
128 svc = parseservices(fname, sl = sl_init());
155 (addfn)(s, port, getprotostr(sl, proto), &cnt, warndup);
162 sl_free(sl, 1);
174 parseservices(const char *fname, StringList *sl)
237 pindex = getprotoindex(sl, proto);
296 getprotoindex(StringList *sl, const char *str)
300 for (i= 0; i < sl->sl_cur; i++)
301 if (strcmp(sl->sl_str[i], str) == 0)
307 (void)sl_add(sl, estrdup(str))
    [all...]
  /src/lib/libc/locale/
generic_lc_all.c 57 _locale_set_t sl; local in function:_generic_LC_ALL_setlocale
62 sl = _find_category(1);
63 _DIAGASSERT(sl != NULL);
86 if ((*sl)(tokens[1], locale) != NULL)
89 s = (*sl)(NULL, locale);
93 sl = _find_category(i);
94 _DIAGASSERT(sl != NULL);
96 if ((*sl)(tokens[i], locale) != NULL)
99 t = (*sl)(NULL, locale);

Completed in 22 milliseconds

1 2 3 4