Home
last modified time | relevance | path

Searched refs:NONULL (Results 1 – 25 of 254) sorted by relevance

1234567891011

/dports/devel/libast/libast-0.7/src/
H A Dmem.c335 i + 1, NONULL(p->file), SPIF_CAST_C(unsigned long) p->line, in memrec_dump_pointers()
389 i, SPIF_CAST_C(unsigned long) p->ptr, NONULL(p->file), in memrec_dump_resources()
431 D_MEM(("%lu bytes requested at %s:%lu\n", size, NONULL(filename), line)); in spifmem_malloc()
436 memrec_add_var(&malloc_rec, SPIF_CAST(charptr) NONULL(filename), line, temp, size); in spifmem_malloc()
556 D_MEM(("Variable %s (%10p) at %s:%lu\n", var, ptr, NONULL(filename), line)); in spifmem_free()
559 memrec_rem_var(&malloc_rec, var, SPIF_CAST(charptr) NONULL(filename), line, ptr); in spifmem_free()
592 D_MEM(("Variable %s (%10p) at %s:%lu\n", var, str, NONULL(filename), line)); in spifmem_strdup()
595 newstr = SPIF_CAST(charptr) spifmem_malloc(SPIF_CAST(charptr) NONULL(filename), line, len); in spifmem_strdup()
677 D_MEM(("Freeing pixmap %s (0x%08x) at %s:%lu\n", var, p, NONULL(filename), line)); in spifmem_x_free_pixmap()
800 D_MEM(("Creating gc for window 0x%08x at %s:%lu\n", win, NONULL(filename), line)); in spifmem_x_create_gc()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/tools/llvm-readobj/ELF/
H A Ddynamic-table-dtnull.s4 # RUN: llvm-readobj --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-LLVM
5 # RUN: llvm-readelf --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-GNU
7 # NONULL-LLVM: DynamicSection [ (1 entries)
8 # NONULL-LLVM-NEXT: Tag Type Name/Value
9 # NONULL-LLVM-NEXT: 0x0000000000000015 DEBUG 0x0
10 # NONULL-LLVM-NEXT: ]
12 # NONULL-GNU: Dynamic section at offset {{.*}} contains 1 entries:
13 # NONULL-GNU-NEXT: Tag Type Name/Value
14 # NONULL-GNU-NEXT: 0x0000000000000015 (DEBUG) 0x0
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/tools/llvm-readobj/ELF/
H A Ddynamic-table-dtnull.s4 # RUN: llvm-readobj --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-LLVM
5 # RUN: llvm-readelf --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-GNU
7 # NONULL-LLVM: DynamicSection [ (1 entries)
8 # NONULL-LLVM-NEXT: Tag Type Name/Value
9 # NONULL-LLVM-NEXT: 0x0000000000000015 DEBUG 0x0
10 # NONULL-LLVM-NEXT: ]
12 # NONULL-GNU: Dynamic section at offset {{.*}} contains 1 entries:
13 # NONULL-GNU-NEXT: Tag Type Name/Value
14 # NONULL-GNU-NEXT: 0x0000000000000015 (DEBUG) 0x0
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/tools/llvm-readobj/ELF/
H A Ddynamic-table-dtnull.s4 # RUN: llvm-readobj --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-LLVM
5 # RUN: llvm-readelf --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-GNU
7 # NONULL-LLVM: DynamicSection [ (1 entries)
8 # NONULL-LLVM-NEXT: Tag Type Name/Value
9 # NONULL-LLVM-NEXT: 0x0000000000000015 DEBUG 0x0
10 # NONULL-LLVM-NEXT: ]
12 # NONULL-GNU: Dynamic section at offset {{.*}} contains 1 entries:
13 # NONULL-GNU-NEXT: Tag Type Name/Value
14 # NONULL-GNU-NEXT: 0x0000000000000015 (DEBUG) 0x0
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/tools/llvm-readobj/ELF/
H A Ddynamic-table-dtnull.s4 # RUN: llvm-readobj --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-LLVM
5 # RUN: llvm-readelf --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-GNU
7 # NONULL-LLVM: DynamicSection [ (1 entries)
8 # NONULL-LLVM-NEXT: Tag Type Name/Value
9 # NONULL-LLVM-NEXT: 0x0000000000000015 DEBUG 0x0
10 # NONULL-LLVM-NEXT: ]
12 # NONULL-GNU: Dynamic section at offset {{.*}} contains 1 entries:
13 # NONULL-GNU-NEXT: Tag Type Name/Value
14 # NONULL-GNU-NEXT: 0x0000000000000015 (DEBUG) 0x0
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/tools/llvm-readobj/ELF/
H A Ddynamic-table-dtnull.s4 # RUN: llvm-readobj --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-LLVM
5 # RUN: llvm-readelf --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-GNU
7 # NONULL-LLVM: DynamicSection [ (1 entries)
8 # NONULL-LLVM-NEXT: Tag Type Name/Value
9 # NONULL-LLVM-NEXT: 0x0000000000000015 DEBUG 0x0
10 # NONULL-LLVM-NEXT: ]
12 # NONULL-GNU: Dynamic section at offset {{.*}} contains 1 entries:
13 # NONULL-GNU-NEXT: Tag Type Name/Value
14 # NONULL-GNU-NEXT: 0x0000000000000015 (DEBUG) 0x0
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/tools/llvm-readobj/ELF/
H A Ddynamic-table-dtnull.s4 # RUN: llvm-readobj --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-LLVM
5 # RUN: llvm-readelf --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-GNU
7 # NONULL-LLVM: DynamicSection [ (1 entries)
8 # NONULL-LLVM-NEXT: Tag Type Name/Value
9 # NONULL-LLVM-NEXT: 0x0000000000000015 DEBUG 0x0
10 # NONULL-LLVM-NEXT: ]
12 # NONULL-GNU: Dynamic section at offset {{.*}} contains 1 entries:
13 # NONULL-GNU-NEXT: Tag Type Name/Value
14 # NONULL-GNU-NEXT: 0x0000000000000015 (DEBUG) 0x0
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/tools/llvm-readobj/ELF/
H A Ddynamic-table-dtnull.s4 # RUN: llvm-readobj --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-LLVM
5 # RUN: llvm-readelf --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-GNU
7 # NONULL-LLVM: DynamicSection [ (1 entries)
8 # NONULL-LLVM-NEXT: Tag Type Name/Value
9 # NONULL-LLVM-NEXT: 0x0000000000000015 DEBUG 0x0
10 # NONULL-LLVM-NEXT: ]
12 # NONULL-GNU: Dynamic section at offset {{.*}} contains 1 entries:
13 # NONULL-GNU-NEXT: Tag Type Name/Value
14 # NONULL-GNU-NEXT: 0x0000000000000015 (DEBUG) 0x0
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/tools/llvm-readobj/ELF/
H A Ddynamic-table-dtnull.s4 # RUN: llvm-readobj --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-LLVM
5 # RUN: llvm-readelf --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-GNU
7 # NONULL-LLVM: DynamicSection [ (1 entries)
8 # NONULL-LLVM-NEXT: Tag Type Name/Value
9 # NONULL-LLVM-NEXT: 0x0000000000000015 DEBUG 0x0
10 # NONULL-LLVM-NEXT: ]
12 # NONULL-GNU: Dynamic section at offset {{.*}} contains 1 entries:
13 # NONULL-GNU-NEXT: Tag Type Name/Value
14 # NONULL-GNU-NEXT: 0x0000000000000015 (DEBUG) 0x0
/dports/devel/llvm11/llvm-11.0.1.src/test/tools/llvm-readobj/ELF/
H A Ddynamic-table-dtnull.s4 # RUN: llvm-readobj --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-LLVM
5 # RUN: llvm-readelf --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-GNU
7 # NONULL-LLVM: DynamicSection [ (1 entries)
8 # NONULL-LLVM-NEXT: Tag Type Name/Value
9 # NONULL-LLVM-NEXT: 0x0000000000000015 DEBUG 0x0
10 # NONULL-LLVM-NEXT: ]
12 # NONULL-GNU: Dynamic section at offset {{.*}} contains 1 entries:
13 # NONULL-GNU-NEXT: Tag Type Name/Value
14 # NONULL-GNU-NEXT: 0x0000000000000015 (DEBUG) 0x0
/dports/devel/llvm10/llvm-10.0.1.src/test/tools/llvm-readobj/ELF/
H A Ddynamic-table-dtnull.s4 # RUN: llvm-readobj --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-LLVM
5 # RUN: llvm-readelf --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-GNU
7 # NONULL-LLVM: DynamicSection [ (1 entries)
8 # NONULL-LLVM-NEXT: Tag Type Name/Value
9 # NONULL-LLVM-NEXT: 0x0000000000000015 DEBUG 0x0
10 # NONULL-LLVM-NEXT: ]
12 # NONULL-GNU: Dynamic section at offset {{.*}} contains 1 entries:
13 # NONULL-GNU-NEXT: Tag Type Name/Value
14 # NONULL-GNU-NEXT: 0x0000000000000015 (DEBUG) 0x0
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/tools/llvm-readobj/ELF/
H A Ddynamic-table-dtnull.s4 # RUN: llvm-readobj --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-LLVM
5 # RUN: llvm-readelf --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-GNU
7 # NONULL-LLVM: DynamicSection [ (1 entries)
8 # NONULL-LLVM-NEXT: Tag Type Name/Value
9 # NONULL-LLVM-NEXT: 0x0000000000000015 DEBUG 0x0
10 # NONULL-LLVM-NEXT: ]
12 # NONULL-GNU: Dynamic section at offset {{.*}} contains 1 entries:
13 # NONULL-GNU-NEXT: Tag Type Name/Value
14 # NONULL-GNU-NEXT: 0x0000000000000015 (DEBUG) 0x0
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/tools/llvm-readobj/ELF/
H A Ddynamic-table-dtnull.s4 # RUN: llvm-readobj --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-LLVM
5 # RUN: llvm-readelf --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-GNU
7 # NONULL-LLVM: DynamicSection [ (1 entries)
8 # NONULL-LLVM-NEXT: Tag Type Name/Value
9 # NONULL-LLVM-NEXT: 0x0000000000000015 DEBUG 0x0
10 # NONULL-LLVM-NEXT: ]
12 # NONULL-GNU: Dynamic section at offset {{.*}} contains 1 entries:
13 # NONULL-GNU-NEXT: Tag Type Name/Value
14 # NONULL-GNU-NEXT: 0x0000000000000015 (DEBUG) 0x0
/dports/devel/llvm90/llvm-9.0.1.src/test/tools/llvm-readobj/
H A Delf-dynamic-table-dtnull.s4 # RUN: llvm-readobj --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-LLVM
5 # RUN: llvm-readelf --dynamic-table %t.o | FileCheck %s --check-prefix=NONULL-GNU
7 # NONULL-LLVM: DynamicSection [ (1 entries)
8 # NONULL-LLVM-NEXT: Tag Type Name/Value
9 # NONULL-LLVM-NEXT: 0x0000000000000015 DEBUG 0x0
10 # NONULL-LLVM-NEXT: ]
12 # NONULL-GNU: Dynamic section at offset {{.*}} contains 1 entries:
13 # NONULL-GNU-NEXT: Tag Type Name/Value
14 # NONULL-GNU-NEXT: 0x0000000000000015 (DEBUG) 0x0
/dports/mail/neomutt/neomutt-20211029/test/config/
H A Dmbtable.c191 TEST_MSG("%s = '%s', set by '%s'\n", name, NONULL(mb), NONULL(valid[i])); in test_string_set()
218 TEST_MSG("%s = '%s', set by '%s'\n", name, NONULL(orig_str), NONULL(valid[i])); in test_string_set()
357 TEST_MSG("%s = '%s', '%s'\n", name, NONULL(mb1), NONULL(mb2)); in test_native_get()
380 TEST_MSG("Set: %s = '%s'\n", name, NONULL(mb)); in test_reset()
397 TEST_MSG("Reset: %s = '%s'\n", name, NONULL(mb)); in test_reset()
459 TEST_MSG("MbTable: %s = %s\n", name, NONULL(mb)); in test_validator()
474 TEST_MSG("Native: %s = %s\n", name, NONULL(mb)); in test_validator()
505 TEST_MSG("Native: %s = %s\n", name, NONULL(mb)); in test_validator()
536 TEST_MSG("Native: %s = %s\n", name, NONULL(mb)); in test_validator()
556 TEST_MSG("%15s = %s\n", parent, NONULL(pstr)); in dump_native()
[all …]
H A Daddress.c189 TEST_MSG("%s = '%s', set by '%s'\n", name, NONULL(addr), NONULL(valid[i])); in test_string_set()
210 TEST_MSG("%s = '%s', set by '%s'\n", name, NONULL(addr), NONULL(valid[i])); in test_string_set()
340 TEST_MSG("%s = '%s', '%s'\n", name, NONULL(addr1), NONULL(addr2)); in test_native_get()
363 TEST_MSG("Set: %s = '%s'\n", name, NONULL(addr)); in test_reset()
380 TEST_MSG("Reset: %s = '%s'\n", name, NONULL(addr)); in test_reset()
442 TEST_MSG("Address: %s = %s\n", name, NONULL(addr)); in test_validator()
457 TEST_MSG("Native: %s = %s\n", name, NONULL(addr)); in test_validator()
488 TEST_MSG("Native: %s = %s\n", name, NONULL(addr)); in test_validator()
519 TEST_MSG("Native: %s = %s\n", name, NONULL(addr)); in test_validator()
539 TEST_MSG("%15s = %s\n", parent, NONULL(pstr)); in dump_native()
[all …]
H A Dregex.c194 TEST_MSG("%s = '%s', set by '%s'\n", name, NONULL(regex), NONULL(valid[i])); in test_string_set()
221 TEST_MSG("%s = '%s', set by '%s'\n", name, NONULL(regex), NONULL(valid[i])); in test_string_set()
405 TEST_MSG("%s = '%s', '%s'\n", name, NONULL(regex1), NONULL(regex2)); in test_native_get()
428 TEST_MSG("Set: %s = '%s'\n", name, NONULL(regex)); in test_reset()
518 TEST_MSG("Regex: %s = %s\n", name, NONULL(regex)); in test_validator()
533 TEST_MSG("Native: %s = %s\n", name, NONULL(regex)); in test_validator()
549 TEST_MSG("Regex: %s = %s\n", name, NONULL(regex)); in test_validator()
564 TEST_MSG("Native: %s = %s\n", name, NONULL(regex)); in test_validator()
580 TEST_MSG("Regex: %s = %s\n", name, NONULL(regex)); in test_validator()
615 TEST_MSG("%15s = %s\n", parent, NONULL(pstr)); in dump_native()
[all …]
H A Dpath.c125 TEST_MSG("Banana's initial value is '%s'\n", NONULL(mutt_buffer_string(value))); in test_initial_values()
161 TEST_MSG("Cherry's initial value is '%s'\n", NONULL(mutt_buffer_string(value))); in test_initial_values()
199 TEST_MSG("%s = '%s', set by '%s'\n", name, NONULL(VarDamson), NONULL(valid[i])); in test_string_set()
240 TEST_MSG("%s = '%s', set by '%s'\n", name, NONULL(VarElderberry), NONULL(valid[i])); in test_string_set()
261 TEST_MSG("%s = '%s', '%s'\n", name, NONULL(VarGuava), mutt_buffer_string(err)); in test_string_get()
272 TEST_MSG("%s = '%s', '%s'\n", name, NONULL(VarHawthorn), mutt_buffer_string(err)); in test_string_get()
287 TEST_MSG("%s = '%s', '%s'\n", name, NONULL(VarIlama), mutt_buffer_string(err)); in test_string_get()
324 TEST_MSG("%s = '%s', set by '%s'\n", name, NONULL(VarJackfruit), NONULL(valid[i])); in test_native_set()
365 TEST_MSG("%s = '%s', set by '%s'\n", name, NONULL(VarKumquat), NONULL(valid[i])); in test_native_set()
H A Dstring.c126 TEST_MSG("Banana's initial value is '%s'\n", NONULL(mutt_buffer_string(value))); in test_initial_values()
154 TEST_MSG("Cherry's initial value is '%s'\n", NONULL(mutt_buffer_string(value))); in test_initial_values()
192 TEST_MSG("%s = '%s', set by '%s'\n", name, NONULL(VarDamson), NONULL(valid[i])); in test_string_set()
233 TEST_MSG("%s = '%s', set by '%s'\n", name, NONULL(VarElderberry), NONULL(valid[i])); in test_string_set()
254 TEST_MSG("%s = '%s', '%s'\n", name, NONULL(VarGuava), mutt_buffer_string(err)); in test_string_get()
265 TEST_MSG("%s = '%s', '%s'\n", name, NONULL(VarHawthorn), mutt_buffer_string(err)); in test_string_get()
280 TEST_MSG("%s = '%s', '%s'\n", name, NONULL(VarIlama), mutt_buffer_string(err)); in test_string_get()
317 TEST_MSG("%s = '%s', set by '%s'\n", name, NONULL(VarJackfruit), NONULL(valid[i])); in test_native_set()
358 TEST_MSG("%s = '%s', set by '%s'\n", name, NONULL(VarKumquat), NONULL(valid[i])); in test_native_set()
/dports/mail/neomutt/neomutt-20211029/maildir/
H A Dsequence.c133 snprintf(seq_unseen, sizeof(seq_unseen), "%s:", NONULL(c_mh_seq_unseen)); in mh_seq_add_one()
134 snprintf(seq_replied, sizeof(seq_replied), "%s:", NONULL(c_mh_seq_replied)); in mh_seq_add_one()
135 snprintf(seq_flagged, sizeof(seq_flagged), "%s:", NONULL(c_mh_seq_flagged)); in mh_seq_add_one()
166 fprintf(fp_new, "%s: %d\n", NONULL(c_mh_seq_unseen), n); in mh_seq_add_one()
168 fprintf(fp_new, "%s: %d\n", NONULL(c_mh_seq_flagged), n); in mh_seq_add_one()
170 fprintf(fp_new, "%s: %d\n", NONULL(c_mh_seq_replied), n); in mh_seq_add_one()
259 snprintf(seq_unseen, sizeof(seq_unseen), "%s:", NONULL(c_mh_seq_unseen)); in mh_seq_update()
260 snprintf(seq_replied, sizeof(seq_replied), "%s:", NONULL(c_mh_seq_replied)); in mh_seq_update()
327 mh_seq_write_one(fp_new, &mhs, MH_SEQ_UNSEEN, NONULL(c_mh_seq_unseen)); in mh_seq_update()
329 mh_seq_write_one(fp_new, &mhs, MH_SEQ_FLAGGED, NONULL(c_mh_seq_flagged)); in mh_seq_update()
[all …]
/dports/mail/neomutt/neomutt-20211029/mutt/
H A Dstring.c569 return strcmp(NONULL(a), NONULL(b)); in mutt_str_cmp()
582 return strcasecmp(NONULL(a), NONULL(b)); in mutt_istr_cmp()
595 return strncmp(NONULL(a), NONULL(b), num) == 0; in mutt_strn_equal()
609 return strncasecmp(NONULL(a), NONULL(b), num); in mutt_istrn_cmp()
623 return strncasecmp(NONULL(a), NONULL(b), num) == 0; in mutt_istrn_equal()
679 return strcoll(NONULL(a), NONULL(b)); in mutt_str_coll()
/dports/x11-wm/awesome/awesome-4.3/common/
H A Dutil.h40 #define NONULL(x) (x ? x : "") macro
222 return strcmp(NONULL(a), NONULL(b)); in a_strcmp()
236 return strcasecmp(NONULL(a), NONULL(b)); in a_strcasecmp()
251 return strncmp(NONULL(a), NONULL(b), n); in a_strncmp()
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dmutt_idna.c180 sprintf (a->mailbox, "%s@%s", NONULL(user), NONULL(tmp)); /* __SPRINTF_CHECKED__ */ in mutt_addrlist_to_idna()
209 sprintf (a->mailbox, "%s@%s", NONULL (user), NONULL (tmp)); /* __SPRINTF_CHECKED__ */ in mutt_addrlist_to_local()
242 sprintf (buff, "%s@%s", NONULL(user), NONULL(tmp)); /* __SPRINTF_CHECKED__ */ in mutt_addr_for_display()
H A Dlib.c553 strfcpy (parent, NONULL (path), sizeof (parent)); in mutt_mkwrapdir()
576 snprintf (newfile, nflen, "%s/%s", newdir, NONULL(basename)); in mutt_mkwrapdir()
870 return strcmp(NONULL(a), NONULL(b)); in mutt_strcmp()
875 return strcasecmp(NONULL(a), NONULL(b)); in mutt_strcasecmp()
880 return strncmp(NONULL(a), NONULL(b), l); in mutt_strncmp()
885 return strncasecmp(NONULL(a), NONULL(b), l); in mutt_strncasecmp()
895 return strcoll(NONULL(a), NONULL(b)); in mutt_strcoll()
/dports/security/signing-party/signing-party-8f6c9d59d8edbb08dade7bac06417fce07626f7f/keyanalyze/pgpring/
H A Dlib.c566 return strcmp(NONULL(a), NONULL(b)); in mutt_strcmp()
571 return strcasecmp(NONULL(a), NONULL(b)); in mutt_strcasecmp()
576 return strncmp(NONULL(a), NONULL(b), l); in mutt_strncmp()
581 return strncasecmp(NONULL(a), NONULL(b), l); in mutt_strncasecmp()

1234567891011