Searched refs:new (Results 51 - 75 of 1063) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DSimpleFormatContext.h37 : DiagOpts(new DiagnosticOptions()),
38 Diagnostics(new DiagnosticsEngine(new DiagnosticIDs, DiagOpts.get())),
39 InMemoryFileSystem(new llvm::vfs::InMemoryFileSystem),
42 Diagnostics->setClient(new IgnoringDiagConsumer, true);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dudivmodsi4.S40 if (p0.new) r4 = #0
46 if (!p0.new) r1 = sub(r1,r2)
47 if (!p0.new) r0 = add(r0,r3)
52 if (!p0.new) r1 = sub(r1,r4)
53 if (!p0.new) r0 = add(r0,r3)
H A Dfastmath_dlib_asm.S91 if ( ce.new) exp = add(expa, #1)
92 if (!ce.new) exp = add(expb, #1)
118 if(p0.new) k = add(kl, #31)
131 if(p2.new) exp = add(exp, #1)
136 if( p0.new) manta = OR(manta,maxneg)
137 if(!p0.new) manta = OR(manta,exp)
143 if( p0.new) manta = OR(manta,maxneg)
144 if(!p0.new) manta = OR(manta,exp)
226 if ( ce.new) exp = add(expa, #1)
227 if (!ce.new) ex
[all...]
/freebsd-11-stable/usr.sbin/keyserv/
H A Dsetkey.c327 struct secretkey_netname_list *new; local
334 new = (struct secretkey_netname_list *)malloc(sizeof (*new));
335 if (new == NULL) {
338 new->uid = uid;
339 new->next = NULL;
340 *l = new;
342 new = *l;
343 if (new->keynetdata.st_netname)
344 (void) free (new
413 struct secretkey_netname_list *new; local
509 struct cachekey_list *new; local
[all...]
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dopen.c90 APR_DECLARE(apr_status_t) apr_file_open(apr_file_t **new,
208 (*new) = (apr_file_t *)apr_pcalloc(pool, sizeof(apr_file_t));
209 (*new)->pool = pool;
210 (*new)->flags = flag;
211 (*new)->filedes = fd;
213 (*new)->fname = apr_pstrdup(pool, fname);
215 (*new)->blocking = BLK_ON;
216 (*new)->buffered = (flag & APR_FOPEN_BUFFERED) > 0;
218 if ((*new)->buffered) {
219 (*new)
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dcompare.c58 int new; local
85 if ((new = hash_count(difftd->td_iihash)) != 0) {
88 terminate("%s grew by %d\n", stabname, new);
/freebsd-11-stable/contrib/tcsh/
H A Dma.setp.c347 char *new, *p; local
352 new = newbuf;
353 *new = '\0';
355 *new = ':';
356 (void) strcpy(new + 1, localsyspath);
357 (void) strcat(new, pe->psuf);
359 (void) strcat(new, pe->pdef);
369 new = index(p = new, ':');
370 done = (new
390 char *new; local
455 char *new; local
557 char *new; local
[all...]
/freebsd-11-stable/contrib/dtc/
H A Dutil.h49 void *new = malloc(len);
51 if (!new)
54 return new;
59 void *new = realloc(p, len);
61 if (!new)
64 return new;
/freebsd-11-stable/contrib/bmake/mk/
H A Dinstall-new.mk1 # $Id: install-new.mk,v 1.3 2012/03/24 18:25:49 sjg Exp $
34 # If the .new file is different, we want it.
35 # Note: this function will work as is for *.new$RANDOM"
45 for new in "$$@"; do \
46 if test $$_t $$new; then \
47 target=`expr $$new : '\(.*\).new'`; \
48 CmpCp $$new $$target $$_bak; \
50 rm -f $$new; \
/freebsd-11-stable/contrib/dialog/samples/
H A Dgauge13 The new\n\
H A Dgauge014 The new\n\
H A Dgauge0-input-fd16 The new\n\
/freebsd-11-stable/share/mk/
H A Dinstall-new.mk2 # $Id: install-new.mk,v 1.3 2012/03/24 18:25:49 sjg Exp $
49 # If the .new file is different, we want it.
50 # Note: this function will work as is for *.new$RANDOM"
60 for new in "$$@"; do \
61 if test $$_t $$new; then \
62 target=`expr $$new : '\(.*\).new'`; \
63 CmpReplace $$new $$target $$_bak; \
65 rm -f $$new; \
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dkstash.c53 "just convert keyfile to new format", NULL },
135 char *new, *old; local
137 asprintf(&new, "%s.new", keyfile);
138 if(unlink(new) < 0 && errno != ENOENT) {
143 ret = hdb_write_master_key(context, new, mkey);
145 unlink(new);
151 unlink(new);
154 if(rename(new, keyfile) < 0) {
163 free(new);
[all...]
/freebsd-11-stable/tools/tools/nanobsd/
H A Dmtree-dedup.awk40 # This script recognizes the following new keywords
43 # copy_from=x create new entry for path copied from
45 # move_from=x create new entry for path copied from
50 # new entry and previous entry are merged.
107 # old += new
108 function merge_kvs(old, new)
110 for (k in new) {
122 old[k] = new[k];
127 function process_line(path, new)
130 line2kv(new_kvs, new);
[all...]
/freebsd-11-stable/share/examples/ipfw/
H A Dchange_rules.sh35 # confirm whether you want the new version or not.
41 # If the new rules are confirmed, they'll replace ${firewall_script} and
45 # Unapproved rules are kept in ${firewall_script}.new, and you are
107 if [ -f ${edit_file}.new ]; then
108 get_yes_no "A new rules file already exists, do you want to use it"
109 [ $a = 'No' ] && cp ${edit_file} ${edit_file}.new
111 cp ${edit_file} ${edit_file}.new
116 ${EDITOR} ${edit_file}.new
118 get_yes_no "Do you want to install the new rules"
123 The rules will be changed now. If the message 'Type y to keep the new
[all...]
/freebsd-11-stable/usr.bin/unifdef/
H A Dunifdef.h45 #define replace(old,new) rename(old,new)
/freebsd-11-stable/usr.bin/tset/
H A Dtset.c64 int erasech; /* new erase character */
65 int intrchar; /* new interrupt character */
67 int killch; /* new kill character */
131 case 'n': /* OBSOLETE: set new tty driver */
242 u_int old, new; local
244 new = mode.c_cc[which];
247 if (old == new && old == def)
250 (void)fprintf(stderr, "%s %s ", name, old == new ? "is" : "set to");
252 if (new == 010)
254 else if (new
[all...]
/freebsd-11-stable/contrib/nvi/vi/
H A Dvs_split.c38 * Create a new screen, horizontally.
45 SCR *new,
66 /* Get a new screen map. */
67 CALLOC(sp, _HMAP(new), SMAP *, SIZE_HMAP(sp), sizeof(SMAP));
68 if (_HMAP(new) == NULL)
70 _HMAP(new)->lno = sp->lno;
71 _HMAP(new)->coff = 0;
72 _HMAP(new)->soff = 1;
86 new->coff = sp->coff;
87 new
43 vs_split( SCR *sp, SCR *new, int ccl) argument
208 vs_vsplit(SCR *sp, SCR *new) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsolib-sunos.c376 struct so_list *new local
378 struct cleanup *old_chain = make_cleanup (xfree, new);
380 memset (new, 0, sizeof (*new));
382 new->lm_info = xmalloc (sizeof (struct lm_info));
383 make_cleanup (xfree, new->lm_info);
385 new->lm_info->lm = xmalloc (sizeof (struct link_map));
386 make_cleanup (xfree, new->lm_info->lm);
387 memset (new->lm_info->lm, 0, sizeof (struct link_map));
389 read_memory (lm, new
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_rlock.c66 * new proxy locks created for non overlapping ranges.
104 zfs_range_lock_writer(znode_t *zp, rl_t *new) argument
110 uint64_t off = new->r_off;
111 uint64_t len = new->r_len;
130 if (new->r_type == RL_APPEND)
131 new->r_off = zp->z_size;
138 end_size = MAX(zp->z_size, new->r_off + len);
141 new->r_off = 0;
142 new->r_len = UINT64_MAX;
150 new
271 zfs_range_add_reader(avl_tree_t *tree, rl_t *new, rl_t *prev, avl_index_t where) argument
356 zfs_range_lock_reader(znode_t *zp, rl_t *new) argument
428 rl_t *new; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dipa-utils.h33 bool new;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.libdepfullyconnected.ksh81 push(@new, substr(\$_, \$pos+2, 4));
87 exit 1 if @new != @order;
89 while (@new) {
90 exit 1 if pop(@new) ne pop(@order);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dopensolaris_nvpair_alloc_fixed.c85 uintptr_t new = nvb->nvb_cur; local
87 if (size == 0 || new + size > nvb->nvb_lim)
90 nvb->nvb_cur = P2ROUNDUP(new + size, sizeof (uintptr_t));
92 return ((void *)new);
/freebsd-11-stable/usr.bin/bmake/tests/
H A DMakefile6 ${PACKAGE}FILES+= test-new.mk

Completed in 319 milliseconds

1234567891011>>