Home
last modified time | relevance | path

Searched refs:n (Results 51 – 75 of 5996) sorted by relevance

12345678910>>...240

/freebsd/usr.sbin/autofs/
H A Dcommon.c164 n = calloc(1, sizeof(*n)); in node_new_root()
182 n = calloc(1, sizeof(*n)); in node_new()
213 n = calloc(1, sizeof(*n)); in node_new_map()
267 TAILQ_REMOVE(&n->n_parent->n_children, n, n_next); in node_delete()
269 free(n); in node_delete()
280 TAILQ_REMOVE(&n->n_parent->n_children, n, n_next); in node_move_after()
405 n->n_location = expand_ampersand(n->n_location, in node_expand_ampersand()
444 n->n_location = defined_expand(n->n_location); in node_expand_defined()
481 n = n->n_parent; in node_is_direct_map()
647 n->n_location != NULL ? n->n_location : n->n_map != NULL ? n->n_map : "", in node_print_indent()
[all …]
/freebsd/usr.bin/random/
H A Drandomize_fd.c51 if (n == NULL) in rand_node_allocate()
54 n->len = 0; in rand_node_allocate()
55 n->cp = NULL; in rand_node_allocate()
56 n->next = NULL; in rand_node_allocate()
57 return(n); in rand_node_allocate()
63 if (n != NULL) { in rand_node_free()
65 free(n->cp); in rand_node_free()
67 free(n); in rand_node_free()
89 rand_tail = n; in rand_node_append()
214 for (j = 0, prev = n = rand_root; n != NULL; j++, prev = n, n = n->next) { in randomize_fd()
[all …]
/freebsd/crypto/openssh/
H A Dxmss_hash.c45 to_byte(buf, type, n); in core_hash_SHA2()
48 buf[i+n] = key[i]; in core_hash_SHA2()
55 if (n == 32) { in core_hash_SHA2()
60 if (n == 64) { in core_hash_SHA2()
81 if (keylen != 3*n){ in h_msg()
95 unsigned char key[n]; in hash_h()
109 prf(bitmask+n, byte_addr, pub_seed, n); in hash_h()
113 return core_hash_SHA2(out, 1, key, n, buf, 2*n, n); in hash_h()
118 unsigned char buf[n]; in hash_f()
119 unsigned char key[n]; in hash_f()
[all …]
/freebsd/sys/dev/sound/pci/hda/
H A Dhdac_private.h54 #define HDAC_ISDCTL(sc, n) (_HDAC_ISDCTL((n), (sc)->num_iss, (sc)->num_oss)) argument
55 #define HDAC_ISDSTS(sc, n) (_HDAC_ISDSTS((n), (sc)->num_iss, (sc)->num_oss)) argument
57 #define HDAC_ISDCBL(sc, n) (_HDAC_ISDCBL((n), (sc)->num_iss, (sc)->num_oss)) argument
58 #define HDAC_ISDLVI(sc, n) (_HDAC_ISDLVI((n), (sc)->num_iss, (sc)->num_oss)) argument
60 #define HDAC_ISDFMT(sc, n) (_HDAC_ISDFMT((n), (sc)->num_iss, (sc)->num_oss)) argument
64 #define HDAC_OSDCTL(sc, n) (_HDAC_OSDCTL((n), (sc)->num_iss, (sc)->num_oss)) argument
65 #define HDAC_OSDSTS(sc, n) (_HDAC_OSDSTS((n), (sc)->num_iss, (sc)->num_oss)) argument
67 #define HDAC_OSDCBL(sc, n) (_HDAC_OSDCBL((n), (sc)->num_iss, (sc)->num_oss)) argument
68 #define HDAC_OSDLVI(sc, n) (_HDAC_OSDLVI((n), (sc)->num_iss, (sc)->num_oss)) argument
73 #define HDAC_BSDCTL(sc, n) (_HDAC_BSDCTL((n), (sc)->num_iss, (sc)->num_oss)) argument
[all …]
/freebsd/contrib/libucl/klib/
H A Dkvec.h89 (v1).n = (v0).n; \
106 (v).n ++; \
110 if ((v1).m < (v0).n + (v1).n) \
111 kv_resize_safe(type, v1, (v0).n + (v1).n, el); \
112 memcpy((v1).a + (v1).n, (v0).a, sizeof(type) * (v0).n); \
113 (v1).n = (v0).n + (v1).n; \
134 if ((v1).m < (v0).n) kv_resize(type, v1, (v0).n); \
135 (v1).n = (v0).n; \
156 if ((v1).m < (v0).n + (v1).n) kv_resize(type, v1, (v0).n + (v1).n); \
157 memcpy((v1).a + (v1).n, (v0).a, sizeof(type) * (v0).n); \
[all …]
/freebsd/lib/libc/string/
H A Dstrstr.c31 uint16_t nw = n[0] << 8 | n[1], hw = h[0] << 8 | h[1]; in twobyte_strstr()
40 uint32_t nw = (uint32_t)n[0] << 24 | n[1] << 16 | n[2] << 8; in threebyte_strstr()
50 uint32_t nw = (uint32_t)n[0] << 24 | n[1] << 16 | n[2] << 8 | n[3]; in fourbyte_strstr()
82 BITOP(byteset, n[l], |=), shift[n[l]] = l + 1; in twoway_strstr()
83 if (n[l]) in twoway_strstr()
91 if (n[ip + k] == n[jp + k]) { in twoway_strstr()
97 } else if (n[ip + k] > n[jp + k]) { in twoway_strstr()
114 if (n[ip + k] == n[jp + k]) { in twoway_strstr()
120 } else if (n[ip + k] < n[jp + k]) { in twoway_strstr()
135 if (memcmp(n, n + p, ms + 1)) { in twoway_strstr()
[all …]
/freebsd/contrib/tcsh/nls/C/
H A Dset203 1 Invalid key name `%S'\n
4 2 Bad key name: %S\n
5 3 Bad command name: %S\n
6 4 Bad key spec %S\n
7 5 Null string specification\n
8 6 Standard key bindings\n
9 7 Alternative key bindings\n
10 8 Multi-character bindings\n
11 9 Arrow key bindings\n
12 10 %-15s-> is undefined\n
[all …]
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset203 1 Invalid key name `%S'\n
4 2 Bad key name: %S\n
5 3 Bad command name: %S\n
6 4 Bad key spec %S\n
7 5 Null string specification\n
8 6 Standard key bindings\n
9 7 Alternative key bindings\n
10 8 Multi-character bindings\n
11 9 Arrow key bindings\n
12 10 %-15s-> не визначено\n
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A Dt.addops1 { n = $1
2 n += $1
4 n = $1
5 n -= $1
7 n = $1
8 n *= 3.5
10 n = $1
11 n /= 4
13 n = NR
14 n ^= 2
[all …]
/freebsd/contrib/tcsh/nls/et/
H A Dset203 1 Vigane klahvi nimi `%S'\n
4 2 Halb klahv: %S\n
5 3 Halb käsk: %S\n
6 4 Halb klahvi spetsifikatsioon %S\n
7 5 Null sõne spetsifikatsioonis\n
8 6 Standardsed klahviseosed\n
9 7 Alternatiivsed klahviseosed\n
10 8 Mitme-sümbolised seosed\n
11 9 Seosed nooleklahvidele\n
12 10 %-15s-> on defineerimata\n
[all …]
/freebsd/contrib/ncurses/test/
H A Dtest_tparm.c100 for (n = 0; n < len_parms; ++n) { in increment()
158 for (n = 0; n < SIZEOF(msg); ++n) { in usage()
164 #define PLURAL(n) n, (n != 1) ? "s" : "" argument
235 for (n = len_parms; n < use_parms; ++n) { in main()
241 for (n = 0; n < len_parms; ++n) { in main()
242 printf(" %d: %d (%s)\n", n + 1, num_parms[n], str_parms[n]); in main()
291 for (n = 0; n < len_terms; ++n) { in main()
305 for (n = 0; strnames[n] != 0; ++n) { in main()
323 for (n = 0; n < len_names; ++n) { in main()
366 for (n = 0; n < len_names; ++n) { in main()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsX86_64.def38 TARGET_BUILTIN(__builtin_ia32_readeflags_u64, "UOi", "n", "")
44 TARGET_BUILTIN(__builtin_ia32_movnti64, "vOi*Oi", "n", "sse2")
57 TARGET_BUILTIN(__builtin_ia32_fxrstor64, "vv*", "n", "fxsr")
58 TARGET_BUILTIN(__builtin_ia32_fxsave64, "vv*", "n", "fxsr")
65 TARGET_BUILTIN(__builtin_ia32_incsspq, "vUOi", "n", "shstk")
66 TARGET_BUILTIN(__builtin_ia32_rdsspq, "UOiUOi", "n", "shstk")
67 TARGET_BUILTIN(__builtin_ia32_wrssq, "vUOiv*", "n", "shstk")
68 TARGET_BUILTIN(__builtin_ia32_wrussq, "vUOiv*", "n", "shstk")
103 TARGET_BUILTIN(__builtin_ia32_clui, "v", "n", "uintr")
104 TARGET_BUILTIN(__builtin_ia32_stui, "v", "n", "uintr")
[all …]
/freebsd/contrib/tcsh/nls/ja/
H A Dset73 1 \n\tTcsh の推測では、あなたの端末は\n
4 2 \t以下の特性を持っています:\n\n
5 3 \t%d 桁 %d 行\n
6 4 \tmeta キーを%s\n
9 7 \ttab を使う%s\n
11 9 \t自動マージンを%s\n
14 12 \tマジックマージンを%s\n
18 16 エラー: 削除できません\r\n
20 18 エラー: 挿入できません\r\n
28 26 文字削除の機能がありません.\n
[all …]
/freebsd/contrib/tcsh/nls/greek/
H A Dset73 1 \n\tΤο %s ξέρει γιά το τερματικό σας τα\n
4 2 \tεξής χαρακτηριστικά:\n\n
5 3 \tΕχει %d στήλες και %d γραμμές\n
6 4 \t%sχει "μετα"-πλήκτρο\n
9 7 \t%sμπορεί να χρησιμοποιήσει tabs\n
11 9 \t%s αυτόματα περιθώρια\n
14 12 \t%s "μαγικά" περιθώρια\n
18 16 ΣΦΑΛΜΑ: δε μπορώ να σβήσω\r\n
19 17 DeleteChars: ο αριθμός είναι απίθανος: %d\r\n
20 18 ΣΦΑΛΜΑ: δε μπορώ να παρεμβάλω\r\n
[all …]
/freebsd/contrib/tcsh/nls/italian/
H A Dset203 1 Nome di tasto non corretto `%S'\n
4 2 Nome di tasto sbagliato: %S\n
5 3 Nome di comando sbagliato: %S\n
6 4 Specificazione di tasto sbagliata %S\n
7 5 Stringa di specificazione sbagliata\n
8 6 Definizione dei tasti standard\n
9 7 Definizione dei tasti alternativi\n
11 9 Definizione dei tasti freccia\n
12 10 %-15s-> non è definita\n
36 34 Il tasto nullo non si può usare\n
[all …]
/freebsd/contrib/tcsh/nls/french/
H A Dset203 1 Nom de touche incorrect `%S'\n
4 2 Mauvais nom de touche: %S\n
5 3 Mauvais nom de commande: %S\n
6 4 Mauvaise touche spécifiée %S\n
7 5 Chaine nulle spécifiée\n
8 6 Définition de touches standard\n
10 8 Définition Multi-caractères\n
12 10 %-15s-> n'est pas défini\n
13 11 BUG!!! %s n'est lié à rien.\n
36 34 Touche nulle pas autorisé\n
[all …]
/freebsd/contrib/one-true-awk/
H A Dawk.h217 #define notlegal(n) (n <= FIRSTTOKEN || n >= LASTTOKEN || proctab[n-FIRSTTOKEN] == nullproc) argument
221 #define isexit(n) ((n)->csub == JEXIT) argument
223 #define iscont(n) ((n)->csub == JCONT) argument
224 #define isnext(n) ((n)->csub == JNEXT || (n)->csub == JNEXTFILE) argument
225 #define isret(n) ((n)->csub == JRET) argument
226 #define isrec(n) ((n)->tval & REC) argument
227 #define isfld(n) ((n)->tval & FLD) argument
228 #define isstr(n) ((n)->tval & STR) argument
229 #define isnum(n) ((n)->tval & NUM) argument
230 #define isarr(n) ((n)->tval & ARR) argument
[all …]
/freebsd/crypto/openssl/crypto/rc5/
H A Drc5_local.h20 #define c2ln(c,l1,l2,n) { \ argument
129 # define ROTATE_l32(a,n) _lrotl(a,n) argument
130 # define ROTATE_r32(a,n) _lrotr(a,n) argument
132 # define ROTATE_l32(a,n) _rotl(a,n) argument
133 # define ROTATE_r32(a,n) _rotr(a,n) argument
153 # define ROTATE_l32(a,n) (((a)<<(n&0x1f))|(((a)&0xffffffff)>>((32-n)&0x1f))) argument
156 # define ROTATE_r32(a,n) (((a)<<((32-n)&0x1f))|(((a)&0xffffffff)>>(n&0x1f))) argument
171 a+=s[n]; \
175 b+=s[n+1]; \
179 b-=s[n+1]; \
[all …]
/freebsd/sys/arm/freescale/imx/
H A Dimx_iomuxreg.h33 #define IMX_IOMUXREG_BIT(n) (1 << (n)) argument
48 #define IOMUX_GPR13_SATA_PHY_8(n) IMX_IOMUXREG_SHIFTIN(n, IMX_IOMUXREG_BITS(26, 24)) argument
49 #define IOMUX_GPR13_SATA_PHY_7(n) IMX_IOMUXREG_SHIFTIN(n, IMX_IOMUXREG_BITS(23, 19)) argument
50 #define IOMUX_GPR13_SATA_PHY_6(n) IMX_IOMUXREG_SHIFTIN(n, IMX_IOMUXREG_BITS(18, 16)) argument
51 #define IOMUX_GPR13_SATA_SPEED(n) IMX_IOMUXREG_SHIFTIN(n, (1 << 15)) argument
52 #define IOMUX_GPR13_SATA_PHY_5(n) IMX_IOMUXREG_SHIFTIN(n, (1 << 14)) argument
53 #define IOMUX_GPR13_SATA_PHY_4(n) IMX_IOMUXREG_SHIFTIN(n, IMX_IOMUXREG_BITS(13, 11)) argument
54 #define IOMUX_GPR13_SATA_PHY_3(n) IMX_IOMUXREG_SHIFTIN(n, IMX_IOMUXREG_BITS(10, 7)) argument
55 #define IOMUX_GPR13_SATA_PHY_2(n) IMX_IOMUXREG_SHIFTIN(n, IMX_IOMUXREG_BITS(6, 2)) argument
56 #define IOMUX_GPR13_SATA_PHY_1(n) IMX_IOMUXREG_SHIFTIN(n, (1 << 1)) argument
[all …]
/freebsd/sys/arm/arm/
H A Dgic_common.h65 #define GICD_TYPER_I_NUM(n) ((((n) & 0x1F) + 1) * 32) argument
83 #define GICD_IGROUPR(n) (0x0080 + (((n) >> 5) * 4)) /* v1 ICDISER */ argument
85 #define GICD_ISENABLER(n) (0x0100 + (((n) >> 5) * 4)) /* v1 ICDISER */ argument
86 #define GICD_I_MASK(n) (1ul << ((n) & 0x1f)) argument
88 #define GICD_ICENABLER(n) (0x0180 + (((n) >> 5) * 4)) /* v1 ICDICER */ argument
89 #define GICD_ISPENDR(n) (0x0200 + (((n) >> 5) * 4)) /* v1 ICDISPR */ argument
90 #define GICD_ICPENDR(n) (0x0280 + (((n) >> 5) * 4)) /* v1 ICDICPR */ argument
91 #define GICD_ISACTIVER(n) (0x0300 + (((n) >> 5) * 4)) /* v1 ICDABR */ argument
92 #define GICD_ICACTIVER(n) (0x0380 + (((n) >> 5) * 4)) argument
93 #define GICD_IPRIORITYR(n) (0x0400 + (((n) >> 2) * 4)) /* v1 ICDIPR */ argument
[all …]
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c217 #define GetType(n) \ argument
226 unsigned n; in get_type() local
228 for (n = 0; n < 3; ++n) { in get_type()
256 unsigned n; in main() local
286 for (n = 0; (n < tablesize) && fgets(buffer, BUFSIZ, stdin);) { in main()
349 n++; in main()
363 for (n = 0; n < tablesize; n++) { in main()
379 for (n = 0; n < tablesize; n++) { in main()
402 for (n = 0; n < tablesize; n++) { in main()
423 for (n = 0; n < HASHTABSIZE; n++) { in main()
[all …]
/freebsd/contrib/diff/lib/
H A Dxmalloc.c74 if (xalloc_oversized (n, s) || ! (p = malloc (n * s))) in xnmalloc_inline()
88 xmalloc (size_t n) in xmalloc() argument
99 if (xalloc_oversized (n, s) || ! (p = realloc (p, n * s))) in xnrealloc_inline()
114 xrealloc (void *p, size_t n) in xrealloc() argument
178 size_t n = *pn; in x2nrealloc_inline() local
182 if (! n) in x2nrealloc_inline()
190 n = DEFAULT_MXFAST / s; in x2nrealloc_inline()
191 n += !n; in x2nrealloc_inline()
198 n *= 2; in x2nrealloc_inline()
201 *pn = n; in x2nrealloc_inline()
[all …]
/freebsd/crypto/heimdal/lib/roken/
H A Dstrftime.c173 size_t n = 0; in strftime() local
183 ret = snprintf (buf, maxsize - n, in strftime()
187 ret = snprintf (buf, maxsize - n, in strftime()
192 ret = snprintf (buf, maxsize - n, in strftime()
196 ret = snprintf (buf, maxsize - n, in strftime()
200 ret = snprintf (buf, maxsize - n, in strftime()
210 ret = snprintf (buf, maxsize - n, in strftime()
214 ret = snprintf (buf, maxsize - n, in strftime()
387 n += ret; in strftime()
392 ++n; in strftime()
[all …]
/freebsd/usr.bin/m4/
H A Dlook.c141 ndptr n; in create_entry() local
150 n->d = NULL; in create_entry()
152 return n; in create_entry()
172 ndptr n; in macro_pushdef() local
177 d->next = n->d; in macro_pushdef()
178 n->d = d; in macro_pushdef()
195 n->d = NULL; in macro_undefine()
218 ndptr n; in macro_for_all() local
221 for (n = ohash_first(&macros, &i); n != NULL; in macro_for_all()
224 f(n->name, n->d); in macro_for_all()
[all …]
/freebsd/contrib/mandoc/
H A Dman_html.c126 if (n != NULL && n->type == ROFFT_COMMENT) in html_man()
159 n = n->next; in print_man_nodelist()
175 n->tok != ROFF_fi && n->flags & NODE_LINE && in print_man_node()
176 (n->prev == NULL || n->prev->tok != MAN_YS)) in print_man_node()
233 assert(n->tok >= MAN_TH && n->tok < MAN_MAX); in print_man_node()
246 (n->tok == MAN_IP || n->tok == MAN_TP || n->tok == MAN_TQ)) { in print_man_node()
449 nn = n->type == ROFFT_BLOCK ? n : n->parent; in man_IP_pre()
526 if ((n = n->child) != NULL) { in man_OP_pre()
533 if (n != NULL && n->next != NULL) { in man_OP_pre()
616 n = n->child; in man_UR_pre()
[all …]

12345678910>>...240