Home
last modified time | relevance | path

Searched refs:initp (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sys/fs/ntfs/
H A Dntfs_subr.c1203 size_t *initp, struct uio *uio) in ntfs_writeattr_plain() argument
1210 *initp = 0; in ntfs_writeattr_plain()
1239 *initp += init; in ntfs_writeattr_plain()
1252 struct ntvattr *vap, off_t roff, size_t rsize, void *rdata, size_t *initp, in ntfs_writentvattr_plain() argument
1264 *initp = 0; in ntfs_writentvattr_plain()
1331 *initp += tocopy; in ntfs_writentvattr_plain()
1354 struct ntvattr *vap, off_t roff, size_t rsize, void *rdata, size_t *initp, in ntfs_readntvattr_plain() argument
1360 *initp = 0; in ntfs_readntvattr_plain()
1432 *initp += tocopy; in ntfs_readntvattr_plain()
1468 *initp += rsize; in ntfs_readntvattr_plain()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl2.c3627 start_objects (int method_type, int initp) in start_objects() argument
3635 if (initp != DEFAULT_INIT_PRIORITY) in start_objects()
3645 sprintf (type, "sub_%c%c%.5u", method_type, joiner, initp); in start_objects()
3680 finish_objects (int method_type, int initp, tree body) in finish_objects() argument
3691 decl_init_priority_insert (fn, initp); in finish_objects()
3696 decl_fini_priority_insert (fn, initp); in finish_objects()
3908 one_static_initialization_or_destruction (tree decl, tree init, bool initp) in one_static_initialization_or_destruction() argument
3915 if (!initp in one_static_initialization_or_destruction()
3974 gcc_assert (initp); in one_static_initialization_or_destruction()
3984 else if (initp) in one_static_initialization_or_destruction()
[all …]
H A Dtree.c5481 stabilize_expr (tree exp, tree* initp) in stabilize_expr() argument
5515 *initp = init_expr; in stabilize_expr()
5540 stabilize_call (tree call, tree *initp) in stabilize_call() argument
5548 *initp = NULL_TREE; in stabilize_call()
5562 *initp = inits; in stabilize_call()
5571 stabilize_aggr_init (tree call, tree *initp) in stabilize_aggr_init() argument
5590 *initp = inits; in stabilize_aggr_init()
5603 stabilize_init (tree init, tree *initp) in stabilize_init() argument
5607 *initp = NULL_TREE; in stabilize_init()
5626 TREE_OPERAND (init, 1) = stabilize_expr (t, initp); in stabilize_init()
[all …]
H A Dcall.c12157 tree *initp, tree *cond_guard) in set_up_extended_ref_temp() argument
12290 *initp = init; in set_up_extended_ref_temp()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl2.cc3847 start_objects (int method_type, int initp) in start_objects() argument
3852 if (initp == DEFAULT_INIT_PRIORITY && method_type == 'I') in start_objects()
3863 if (initp != DEFAULT_INIT_PRIORITY) in start_objects()
3870 sprintf (type + len, "%.5u", initp); in start_objects()
3938 finish_objects (int method_type, int initp, tree body) in finish_objects() argument
3947 decl_init_priority_insert (fn, initp); in finish_objects()
3952 decl_fini_priority_insert (fn, initp); in finish_objects()
4164 one_static_initialization_or_destruction (tree decl, tree init, bool initp) in one_static_initialization_or_destruction() argument
4171 if (!initp in one_static_initialization_or_destruction()
4230 gcc_assert (initp); in one_static_initialization_or_destruction()
[all …]
H A Dtree.cc5803 stabilize_expr (tree exp, tree* initp) in stabilize_expr() argument
5837 *initp = init_expr; in stabilize_expr()
5862 stabilize_call (tree call, tree *initp) in stabilize_call() argument
5870 *initp = NULL_TREE; in stabilize_call()
5884 *initp = inits; in stabilize_call()
5893 stabilize_aggr_init (tree call, tree *initp) in stabilize_aggr_init() argument
5912 *initp = inits; in stabilize_aggr_init()
5925 stabilize_init (tree init, tree *initp) in stabilize_init() argument
5929 *initp = NULL_TREE; in stabilize_init()
5948 TREE_OPERAND (init, 1) = stabilize_expr (t, initp); in stabilize_init()
[all …]
H A Dcall.cc12908 tree *initp, tree *cond_guard) in set_up_extended_ref_temp() argument
13043 *initp = init; in set_up_extended_ref_temp()
H A DChangeLog-19996483 * decl2.c: Remove flag_init_priority. Always enable initp stuff.
6486 (do_ctors, do_dtors): Use DEFAULT_INIT_PRIORITY for the non-initp
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddecl.c1884 add_init_expr_to_sym (const char *name, gfc_expr **initp, locus *var_locus) in add_init_expr_to_sym() argument
1890 init = *initp; in add_init_expr_to_sym()
1900 && *initp != NULL) in add_init_expr_to_sym()
2178 *initp = NULL; in add_init_expr_to_sym()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddecl.cc1963 add_init_expr_to_sym (const char *name, gfc_expr **initp, locus *var_locus) in add_init_expr_to_sym() argument
1969 init = *initp; in add_init_expr_to_sym()
1979 if (*initp != NULL) in add_init_expr_to_sym()
2268 *initp = NULL; in add_init_expr_to_sym()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A DChangeLog-9899658 * scripttempl/v850.sc: Add initp support.
H A DChangeLog-9197447 * scripttempl/m88kbcs.sc (__.initp.end, _etext): Added whitespace
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A DChangeLog-9899658 * scripttempl/v850.sc: Add initp support.
H A DChangeLog-9197447 * scripttempl/m88kbcs.sc (__.initp.end, _etext): Added whitespace
/netbsd-src/share/terminfo/
H A Dterminfo4670 # - reloading colors via initp interchanges red/blue.
7070 initp=\E&v%p2%da%p3%db%p4%dc%p5%dx%p6%dy%p7%dz%p1%dI,
7099 initp=\E&v0m%?%p2%{1000}%=%t1%e.%p2%d%;a%?%p3%{1000}%=%t1%e.
10205 initp=\E&v%?%p2%{1000}%=%t1%e.%p2%d%;a%?%p3%{1000}%=%t1%e.
10379 initp=\E&v0m%?%p2%{1000}%=%t1%e.%p2%d%;a%?%p3%{1000}%=%t1%e.
16718 initp=\036RG0%p1%02X%p2%{255}%*%{1000}%/%02X%p3%{255}%*
16731 initp=\036RG0%p1%{16}%/%{48}%+%c%p1%{16}%m%{48}%+%c%p2%{255}