Home
last modified time | relevance | path

Searched refs:inf (Results 1 – 25 of 273) sorted by relevance

1234567891011

/freebsd/bin/ps/
H A Dps.c812 addelem_gid(struct listinfo *inf, const char *elem) in addelem_gid() argument
821 xo_warnx("Invalid (zero-length) %s name", inf->lname); in addelem_gid()
823 xo_warnx("%s name too long: %s", inf->lname, elem); in addelem_gid()
848 xo_warnx("No %s %s '%s'", inf->lname, nameorID, elem); in addelem_gid()
852 if (inf->count >= inf->maxcount) in addelem_gid()
853 expand_list(inf); in addelem_gid()
854 inf->l.gids[(inf->count)++] = grp->gr_gid; in addelem_gid()
859 addelem_jid(struct listinfo *inf, const char *elem) in addelem_jid() argument
871 xo_warnx("Invalid %s: %s", inf->lname, elem); in addelem_jid()
876 if (inf->count >= inf->maxcount) in addelem_jid()
[all …]
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dhypotf.c43 TEST_INTERVAL2 (SV_NAME_F2 (hypot), 0, inf, 0, inf, 10000)
44 TEST_INTERVAL2 (SV_NAME_F2 (hypot), 0, inf, -0, -inf, 10000)
45 TEST_INTERVAL2 (SV_NAME_F2 (hypot), -0, -inf, 0, inf, 10000)
46 TEST_INTERVAL2 (SV_NAME_F2 (hypot), -0, -inf, -0, -inf, 10000)
H A Dhypot.c49 TEST_INTERVAL2 (SV_NAME_D2 (hypot), 0, inf, 0, inf, 10000)
50 TEST_INTERVAL2 (SV_NAME_D2 (hypot), 0, inf, -0, -inf, 10000)
51 TEST_INTERVAL2 (SV_NAME_D2 (hypot), -0, -inf, 0, inf, 10000)
52 TEST_INTERVAL2 (SV_NAME_D2 (hypot), -0, -inf, -0, -inf, 10000)
H A Dpow.c452 SV_POW_INTERVAL2 (0, SHL52 (SmallPowX), 0, inf, 40000)
453 SV_POW_INTERVAL2 (SHL52 (SmallPowX), SHL52 (BigPowX), 0, inf, 40000)
454 SV_POW_INTERVAL2 (SHL52 (BigPowX), inf, 0, inf, 40000)
455 SV_POW_INTERVAL2 (0, inf, 0, SHL52 (SmallPowY), 40000)
456 SV_POW_INTERVAL2 (0, inf, SHL52 (SmallPowY), SHL52 (BigPowY), 40000)
457 SV_POW_INTERVAL2 (0, inf, SHL52 (BigPowY), inf, 40000)
458 SV_POW_INTERVAL2 (0, inf, 0, inf, 1000)
472 SV_POW_INTERVAL2 (inf, inf, 0.5, 0.5, 1)
473 SV_POW_INTERVAL2 (inf, inf, 1.0, 1.0, 1)
474 SV_POW_INTERVAL2 (inf, inf, 2.0, 2.0, 1)
[all …]
H A Dpowf.c336 SV_POWF_INTERVAL2 (0, 0x1p-126, 0, inf, 40000)
337 SV_POWF_INTERVAL2 (0x1p-126, 1, 0, inf, 50000)
338 SV_POWF_INTERVAL2 (1, inf, 0, inf, 50000)
352 SV_POWF_INTERVAL2 (inf, inf, 0.5, 0.5, 1)
353 SV_POWF_INTERVAL2 (inf, inf, 1.0, 1.0, 1)
354 SV_POWF_INTERVAL2 (inf, inf, 2.0, 2.0, 1)
355 SV_POWF_INTERVAL2 (inf, inf, 3.0, 3.0, 1)
/freebsd/usr.sbin/rpcbind/
H A Drpcb_stat.c54 static rpcb_stat_byvers inf; variable
82 inf[rtype].info[proc]++; in rpcbs_procinfo()
90 inf[rtype].setinfo++; in rpcbs_set()
98 inf[rtype].unsetinfo++; in rpcbs_unset()
110 for (al = inf[rtype].addrinfo; al; al = al->next) { in rpcbs_getaddr()
141 al->next = inf[rtype].addrinfo; in rpcbs_getaddr()
142 inf[rtype].addrinfo = al; in rpcbs_getaddr()
154 for (rl = inf[rtype].rmtinfo; rl; rl = rl->next) { in rpcbs_rmtcall()
193 rl->next = inf[rtype].rmtinfo; in rpcbs_rmtcall()
194 inf[rtype].rmtinfo = rl; in rpcbs_rmtcall()
[all …]
/freebsd/usr.bin/pr/
H A Dpr.c177 FILE *inf; in onecol() local
216 while ((inf = nxtfile(argc, argv, &fname, ohbuf, 0)) != NULL) { in onecol()
221 if (inskip(inf, pgnm, lines)) in onecol()
247 if ((cnt = inln(inf,lbuf,LBUF,&cps,0,&mor)) < 0) in onecol()
294 if (inf != stdin) in onecol()
295 (void)fclose(inf); in onecol()
338 FILE *inf; in vertcol() local
417 while ((inf = nxtfile(argc, argv, &fname, ohbuf, 0)) != NULL) { in vertcol()
422 if (inskip(inf, pgnm, lines)) in vertcol()
474 cnt = inln(inf,ptbf,colwd,&cps,1,&mor); in vertcol()
[all …]
/freebsd/sys/contrib/zlib/test/
H A Dinfcover.c284 local void inf(char *hex, char *what, unsigned step, int win, unsigned len, in inf() function
367 inf("63 0", "force window allocation", 0, -15, 1, Z_OK); in cover_support()
368 inf("63 18 5", "force window replacement", 0, -8, 259, Z_OK); in cover_support()
369 inf("63 18 68 30 d0 0 0", "force split window update", 4, -8, 259, Z_OK); in cover_support()
370 inf("3 0", "use fixed blocks", 0, -15, 1, Z_STREAM_END); in cover_support()
371 inf("", "bad window size", 0, 1, 0, Z_STREAM_ERROR); in cover_support()
399 inf("1f 8b 0 0", "bad gzip method", 0, 31, 0, Z_DATA_ERROR); in cover_wrap()
400 inf("1f 8b 8 80", "bad gzip flags", 0, 31, 0, Z_DATA_ERROR); in cover_wrap()
401 inf("77 85", "bad zlib method", 0, 15, 0, Z_DATA_ERROR); in cover_wrap()
402 inf("8 99", "set window size from header", 0, 0, 0, Z_OK); in cover_wrap()
[all …]
/freebsd/contrib/arm-optimized-routines/math/test/
H A Drunulp.sh69 check -q -f -e 0 _ZGVsMxvv_powi 0 inf x 0 1000 100000
70 check -q -f -e 0 _ZGVsMxvv_powi -0 -inf x 0 1000 100000
71 check -q -f -e 0 _ZGVsMxvv_powi 0 inf x -0 -1000 100000
72 check -q -f -e 0 _ZGVsMxvv_powi -0 -inf x -0 -1000 100000
75 check -q -f -e 0 _ZGVsMxvv_powk 0 inf x 0 1000 100000
76 check -q -f -e 0 _ZGVsMxvv_powk -0 -inf x 0 1000 100000
77 check -q -f -e 0 _ZGVsMxvv_powk 0 inf x -0 -1000 100000
78 check -q -f -e 0 _ZGVsMxvv_powk -0 -inf x -0 -1000 100000
/freebsd/tools/tools/cd2dvd/
H A Dcd2dvd.sh85 if [ ! -f ${_mnt}/cdrom.inf ]
90 cdvol=`grep "^CD_VOLUME.*" ${_mnt}/cdrom.inf | sed "s/CD_VOLUME[[:space:]]*=[[:space:]]*//"`
96 cdver=`grep "^CD_VERSION.*" ${_mnt}/cdrom.inf | sed "s/CD_VERSION[[:space:]]*=[[:space:]]*//"`
255 mv "${tmpdirout}"/cdrom.inf "${tmpdirout}"/cdrom.inf~ || exit 1
256 …${tmpdirout}"/cdrom.inf~ | sed "s/^\(CD_VOLUME[[:space:]]\{0,\}=[[:space:]]\{0,\}\)[[:digit:]]\{1,…
257 rm "${tmpdirout}"/cdrom.inf~ || exit 1
/freebsd/sys/dev/aac/
H A Daac_cam.c71 struct aac_sim *inf; member
119 if (camsc == NULL || camsc->inf == NULL || in aac_cam_rescan()
120 camsc->inf->BusNumber != channel) in aac_cam_rescan()
181 sc = camsc->inf->aac_sc; in aac_cam_detach()
182 camsc->inf->aac_cam = NULL; in aac_cam_detach()
208 struct aac_sim *inf; in aac_cam_attach() local
213 inf = (struct aac_sim *)device_get_ivars(dev); in aac_cam_attach()
214 camsc->inf = inf; in aac_cam_attach()
215 camsc->inf->aac_cam = camsc; in aac_cam_attach()
217 devq = cam_simq_alloc(inf->TargetsPerBus); in aac_cam_attach()
[all …]
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dhypot.c92 TEST_INTERVAL2 (V_NAME_D2 (hypot), 0, inf, 0, inf, 10000)
93 TEST_INTERVAL2 (V_NAME_D2 (hypot), 0, inf, -0, -inf, 10000)
94 TEST_INTERVAL2 (V_NAME_D2 (hypot), -0, -inf, 0, inf, 10000)
95 TEST_INTERVAL2 (V_NAME_D2 (hypot), -0, -inf, -0, -inf, 10000)
H A Dhypotf.c93 TEST_INTERVAL2 (V_NAME_F2 (hypot), 0, inf, 0, inf, 10000)
94 TEST_INTERVAL2 (V_NAME_F2 (hypot), 0, inf, -0, -inf, 10000)
95 TEST_INTERVAL2 (V_NAME_F2 (hypot), -0, -inf, 0, inf, 10000)
96 TEST_INTERVAL2 (V_NAME_F2 (hypot), -0, -inf, -0, -inf, 10000)
H A Dpow.c22 uint64x2_t inf; member
35 .inf = V2 (0x7ff0000000000000),
199 uint64x2_t iay = vandq_u64 (viy, d->inf); in V_NAME_D2()
214 uint64x2_t iax = vandq_u64 (vix, d->inf); in V_NAME_D2()
215 uint64x2_t specialx = vcgeq_u64 (iax, d->inf); in V_NAME_D2()
216 uint64x2_t specialy = vcgeq_u64 (iay, d->inf); in V_NAME_D2()
261 V_POW_INTERVAL2 (0, SHL52 (SmallPowX), 0, inf, 40000)
262 V_POW_INTERVAL2 (SHL52 (SmallPowX), SHL52 (BigPowX), 0, inf, 40000)
263 V_POW_INTERVAL2 (SHL52 (BigPowX), inf, 0, inf, 40000)
264 V_POW_INTERVAL2 (0, inf, 0, SHL52 (SmallPowY), 40000)
[all …]
H A Dlog1p.c18 uint64x2_t inf, minus_one; member
20 .inf = V2 (0x7ff0000000000000),
46 = vorrq_u64 (vcgeq_u64 (ia, d->inf), vcgeq_u64 (ix, d->minus_one)); in V_NAME_D1()
60 TEST_INTERVAL (V_NAME_D1 (log1p), 1, inf, 40000)
61 TEST_INTERVAL (V_NAME_D1 (log1p), -1.0, -inf, 500)
/freebsd/usr.bin/ctags/
H A Dyacc.c75 (void)ungetc(c, inf); in y_entries()
81 (void)ungetc(c, inf); in y_entries()
107 (void)ungetc(c, inf); in y_entries()
127 lineftell = ftell(inf); in toss_yysec()
132 lineftell = ftell(inf); in toss_yysec()
H A DC.c60 lineftell = ftell(inf); in c_entries()
121 (void)ungetc(c, inf); in c_entries()
199 (void)ungetc(c, inf); in c_entries()
322 (void)ungetc(c, inf); in func_entry()
333 (void)ungetc(c, inf); in func_entry()
357 (void)ungetc(c, inf); in hash_entry()
448 (void)ungetc(c, inf); in str_entry()
544 (void)ungetc(c, inf); in skip_key()
/freebsd/contrib/one-true-awk/bugs-fixed/
H A Dinf-nan-torture.ok1 1 -inf -inf
16 16 +inf +inf
/freebsd/crypto/openssl/crypto/dso/
H A Ddso_dl.c243 struct shl_descriptor inf; in dl_pathbyaddr() local
256 for (i = -1; shl_get_r(i, &inf) == 0; i++) { in dl_pathbyaddr()
257 …if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) || ((size_t)addr >= inf.dstart && (siz… in dl_pathbyaddr()
258 len = (int)strlen(inf.filename); in dl_pathbyaddr()
263 memcpy(path, inf.filename, len); in dl_pathbyaddr()
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/
H A Daescrypt.c107 …if(cx->inf.b[0] != 10 * AES_BLOCK_SIZE && cx->inf.b[0] != 12 * AES_BLOCK_SIZE && cx->inf.b[0] != 1…
115 switch(cx->inf.b[0])
142 for(rnd = 0; rnd < (cx->inf.b[0] >> 5) - 1ul; ++rnd)
153 for(rnd = 0; rnd < (cx->inf.b[0] >> 4) - 1ul; ++rnd)
239 …if(cx->inf.b[0] != 10 * AES_BLOCK_SIZE && cx->inf.b[0] != 12 * AES_BLOCK_SIZE && cx->inf.b[0] != 1…
242 kp = cx->ks + (key_ofs ? (cx->inf.b[0] >> 2) : 0);
247 kp = cx->ks + (key_ofs ? 0 : (cx->inf.b[0] >> 2));
248 switch(cx->inf.b[0])
273 for(rnd = 0; rnd < (cx->inf.b[0] >> 5) - 1ul; ++rnd)
284 for(rnd = 0; rnd < (cx->inf.b[0] >> 4) - 1ul; ++rnd)
H A Daeskey.c47 #define MARK_AS_ENCRYPTION_CTX(cx) (cx)->inf.b[2] |= (uint8_t)0x01
48 #define MARK_AS_DECRYPTION_CTX(cx) (cx)->inf.b[2] &= (uint8_t)0xfe
113 cx->inf.l = 0; in aes_xi()
114 cx->inf.b[0] = 10 * AES_BLOCK_SIZE; in aes_xi()
118 cx->inf.b[1] = 0xff; in aes_xi()
163 cx->inf.l = 0; in aes_xi()
164 cx->inf.b[0] = 12 * AES_BLOCK_SIZE; in aes_xi()
168 cx->inf.b[1] = 0xff; in aes_xi()
216 cx->inf.l = 0; in aes_xi()
217 cx->inf.b[0] = 14 * AES_BLOCK_SIZE; in aes_xi()
[all …]
/freebsd/sys/dev/aacraid/
H A Daacraid_cam.c94 struct aac_sim *inf; member
176 if (camsc == NULL || camsc->inf == NULL || in aac_cam_rescan()
177 camsc->inf->BusNumber != channel) in aac_cam_rescan()
230 if (!camsc->inf) in aac_cam_probe()
232 fwprintf(camsc->inf->aac_sc, HBA_FLAGS_DBG_FUNCTION_ENTRY_B, ""); in aac_cam_probe()
243 if (!camsc->inf) in aac_cam_detach()
245 sc = camsc->inf->aac_sc; in aac_cam_detach()
247 camsc->inf->aac_cam = NULL; in aac_cam_detach()
273 struct aac_sim *inf; in aac_cam_attach() local
276 inf = (struct aac_sim *)device_get_ivars(dev); in aac_cam_attach()
[all …]
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c977 rpcb_stat_byvers inf; local
1016 memset((char *)&inf, 0, sizeof (rpcb_stat_byvers));
1018 (xdrproc_t) xdr_rpcb_stat_byvers, (char *)&inf, minutetimeout)
1029 sprintf(fieldbuf, "%d/", inf[RPCBVERS_2_STAT].setinfo);
1033 inf[RPCBVERS_2_STAT].unsetinfo);
1037 for (pa = inf[RPCBVERS_2_STAT].addrinfo; pa;
1044 for (pr = inf[RPCBVERS_2_STAT].rmtinfo; pr;
1052 sprintf(cp, "%d", inf[RPCBVERS_2_STAT].info[i]);
1064 if (inf[RPCBVERS_2_STAT].info[PMAPPROC_CALLIT]) {
1066 print_rmtcallstat(RPCBVERS_2_STAT, &inf[RPCBVERS_2_STAT]);
[all …]
/freebsd/contrib/unbound/daemon/
H A Dremote.c1775 struct cache_lookup_info* inf = (struct cache_lookup_info*)arg; in cache_lookup_subnet_addrnode() local
1800 *inf->worker->env.now)) { in cache_lookup_subnet_addrnode()
1804 if(!ssl_printf(inf->ssl, "subnet %s/%d%s %s %s %s " ARG_LL "d\n", astr, in cache_lookup_subnet_addrnode()
1806 s, cl, tp, (long long)(ttl-*inf->worker->env.now))) { in cache_lookup_subnet_addrnode()
1810 ssl_printf(inf->ssl, in cache_lookup_subnet_addrnode()
1814 (long long)(d->ttl-*inf->worker->env.now), in cache_lookup_subnet_addrnode()
1827 *inf->worker->env.now, s, sizeof(s))) { in cache_lookup_subnet_addrnode()
1828 ssl_printf(inf->ssl, "BADRR\n"); in cache_lookup_subnet_addrnode()
1830 ssl_printf(inf->ssl, "%s", s); in cache_lookup_subnet_addrnode()
1835 ssl_printf(inf->ssl, "\n"); in cache_lookup_subnet_addrnode()
[all …]
/freebsd/crypto/openssl/crypto/asn1/
H A Dtasn_dec.c30 static int asn1_find_end(const unsigned char **in, long len, char inf);
33 char inf, int tag, int aclass, int depth);
38 char *inf, char *cst,
732 char cst, inf, free_cont = 0; in asn1_d2i_ex_primitive() local
776 ret = asn1_check_tlen(&plen, NULL, NULL, &inf, &cst, in asn1_d2i_ex_primitive()
802 if (inf) { in asn1_d2i_ex_primitive()
803 if (!asn1_find_end(&p, plen, inf)) in asn1_d2i_ex_primitive()
826 if (!asn1_collect(&buf, &p, plen, inf, -1, V_ASN1_UNIVERSAL, 0)) { in asn1_d2i_ex_primitive()
1006 static int asn1_find_end(const unsigned char **in, long len, char inf) in asn1_find_end() argument
1012 if (inf == 0) { in asn1_find_end()
[all …]

1234567891011