/buildroot/package/libmodplug/ |
A D | 0001-fix-cctype-ub.patch | 292 - while( *p && !isspace(*p) && *p != ']') p++; 360 - for( ; *p && isspace(*p); p++ ) ; 371 - for( ; *p && isspace(*p); p++ ) ; 387 - for( ; *p && isspace(*p); p++ ) ; 422 - for(; *p && isspace(*p); p++) 432 - for(; *p && isspace(*p); p++) 531 for( p=dch; *p; p++ ) { 540 for( p=gch; *p; p++ ) 702 - for( p+=2; *p && isspace(*p); p++ ) ; 714 - for( p+=5; *p && isspace(*p); p++ ) ; [all …]
|
/buildroot/support/testing/tests/package/ |
A D | sample_python_pexpect.py | 3 p = pexpect.spawn(["login"]) variable 4 p.expect("login:") 5 p.sendline("wrong") 6 p.expect("Password:") 7 p.sendline("wrong") 8 p.expect("Login incorrect")
|
A D | sample_python_yamllint.py | 12 for p in linter.run(data, yaml_config): 13 print(p.desc, p.line, p.rule)
|
/buildroot/package/matchbox-panel/ |
A D | 0001-index-is-legacy.patch | 14 if (*(++p) == '"') { p++; tc = sc; } /* skip "'s */ 15 val = p; 16 - while(index(tc,*p) == NULL) 17 + while(strchr(tc,*p) == NULL) 19 if (*p == '\\' && *(p+1) == '"') p++; /* skip \" */ 20 p++;
|
/buildroot/support/scripts/ |
A D | graph-build-time | 116 data = sorted(data, key=lambda p: p.get_duration(), reverse=True) 118 data = sorted(data, key=lambda p: p.name, reverse=False) 124 for p in data: 182 for p in data: 190 for p in sorted(data, key=lambda p: p.get_duration()): 223 for p in data: 249 for p in data: 258 for p in data: 276 if step not in p.steps_start or step not in p.steps_end: 279 p.steps_end[step] - p.steps_start[step])) [all …]
|
A D | brpkgutil.py | 35 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=devnull, 37 pkg_list = json.loads(p.communicate()[0]) 43 for p in deps[pkg]: 44 rdeps[p].append(pkg)
|
A D | graph-depends | 73 for p in deps[pkg2]: 74 if pkg == p: 124 return [p for p in deps[pkg] if p not in MANDATORY_DEPS] 130 return [p for p in deps[pkg] if p in MANDATORY_DEPS] 143 for p in deps[pkg]: 144 if p in chain: 149 if p == _p: 151 recurse(p) 215 for p in stop_list: 216 if fnmatch(pkg, p): [all …]
|
/buildroot/package/berkeleydb/ |
A D | 0002-atomic_compare_exchange.patch | 11 #define atomic_inc(env, p) __atomic_inc(p) 12 #define atomic_dec(env, p) __atomic_dec(p) 13 #define atomic_compare_exchange(env, p, o, n) \ 14 - __atomic_compare_exchange((p), (o), (n)) 15 + __db_atomic_compare_exchange((p), (o), (n)) 16 static inline int __atomic_inc(db_atomic_t *p) 25 db_atomic_t *p, atomic_value_t oldval, atomic_value_t newval)
|
/buildroot/package/matchbox-lib/ |
A D | 0001-index-is-legacy.patch | 29 s = p; 31 - while(index("/\0", *p) == NULL) p++; 32 + while(strchr("/\0", *p) == NULL) p++; 33 if (*p != '\0') { *p = '\0'; p++; };
|
/buildroot/support/kconfig/ |
A D | util.c | 146 if (p) in xmalloc() 147 return p; in xmalloc() 155 if (p) in xcalloc() 156 return p; in xcalloc() 163 p = realloc(p, size); in xrealloc() 164 if (p) in xrealloc() 165 return p; in xrealloc() 172 char *p; in xstrdup() local 174 p = strdup(s); in xstrdup() 175 if (p) in xstrdup() [all …]
|
A D | confdata.c | 153 if (*p != '"') { in conf_set_sym_val() 255 char *p, *p2; in conf_read_simple() local 319 if (!p) in conf_read_simple() 321 *p++ = 0; in conf_read_simple() 349 if (!p) in conf_read_simple() 351 *p++ = 0; in conf_read_simple() 521 p += l; in kconfig_print_comment() 594 p += l; in header_print_comment() 1168 int n, p[3]; in conf_set_all_new_symbols() local 1191 pty = p[0]; ptm = p[1]; pby = pty + ptm; in conf_set_all_new_symbols() [all …]
|
/buildroot/package/qt5/qt5tools/ |
A D | qt5tools.mk | 50 $(foreach p,$(QT5TOOLS_BUILD_DIRS_y), \ 51 $(TARGET_MAKE_ENV) $(MAKE) -C $(@D)/src/$(p)$(sep)) 56 $(foreach p,$(QT5TOOLS_INSTALL_STAGING_DIR_y), \ 57 $(TARGET_MAKE_ENV) $(MAKE) -C $(@D)/src/$(p) install$(sep)) 61 $(foreach p,$(QT5TOOLS_INSTALL_TARGET_y), \ 62 $(INSTALL) -D -m0755 $(@D)/bin/$(p) $(TARGET_DIR)/usr/bin/$(p)$(sep))
|
/buildroot/support/testing/tests/package/test_z3/rootfs-overlay/root/ |
A D | z3test.smt2 | 5 (declare-const p Bool) 6 (assert (and p (not p)))
|
/buildroot/package/ibrdtnd/ |
A D | 0001-ibrdtnd-added-openssl-compatibility.patch | 52 + write(request, p); 61 + BIGNUM *p = BN_new(); 65 + BN_free(p); 79 + read(data, &p); 84 + BN_free(p); 138 + if (p != NULL) 139 + *p = dh->p; 151 + if ((dh->p == NULL && p == NULL) 155 + if (p != NULL) { 156 + BN_free(dh->p); [all …]
|
/buildroot/package/liblockfile/ |
A D | 0001-Makefile.in-fix-cross-compilation.patch | 35 - install -d -m 755 -g root -p $(libdir) 37 + install -d -m 755 -p $(DESTDIR)$(libdir) 41 - install -d -m 755 -g root -p $(libdir) 42 + install -d -m 755 -p $(DESTDIR)$(libdir) 53 - install -d -m 755 -g root -p $(includedir) 54 - install -d -m 755 -g root -p $(bindir) 55 - install -d -m 755 -g root -p $(mandir)/man1 56 - install -d -m 755 -g root -p $(mandir)/man3 58 + install -d -m 755 -p $(DESTDIR)$(includedir) 59 + install -d -m 755 -p $(DESTDIR)$(bindir) [all …]
|
/buildroot/package/makedevs/ |
A D | makedevs.c | 58 va_list p; in bb_error_msg() local 62 va_end(p); in bb_error_msg() 68 va_list p; in bb_error_msg_and_die() local 72 va_end(p); in bb_error_msg_and_die() 88 va_list p; in bb_perror_msg() local 92 va_end(p); in bb_perror_msg() 97 va_list p; in bb_perror_msg_and_die() local 101 va_end(p); in bb_perror_msg_and_die() 305 char *p; in get_ug_id() local 308 if (*p || (s == p)) { in get_ug_id() [all …]
|
/buildroot/package/libloki/ |
A D | 0001-allow-to-install-to-a-specific-location-using-DESTDI.patch | 27 - mkdir -p $(prefix)/include/loki 28 - mkdir -p $(prefix)/include/loki/flex 29 - mkdir -p $(prefix)/include/loki/yasli 30 + mkdir -p $(DESTDIR)$(prefix)/include/loki 31 + mkdir -p $(DESTDIR)$(prefix)/include/loki/flex 32 + mkdir -p $(DESTDIR)$(prefix)/include/loki/yasli 48 - mkdir -p $(prefix)/lib 50 + mkdir -p $(DESTDIR)$(prefix)/lib 54 - mkdir -p $(prefix)/lib 57 + mkdir -p $(DESTDIR)$(prefix)/lib
|
/buildroot/package/vdr/ |
A D | 0001-getloadavg.patch | 26 + char buf[65], *p; 38 + p = buf; 42 + loadavg[i] = strtod (p, &endp); 43 + if (endp == p) 45 + p = endp;
|
/buildroot/package/ffmpeg/ |
A D | 0005-avcodec-mmaldec-Fix-build-error.patch | 10 Upstream: http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=e8a49b1424d405441fb23c2850274a84e95b… 23 .p.priv_class = &ffmmal_dec_class, \ 24 .p.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_HARDWARE, \ 27 .p.pix_fmts = (const enum AVPixelFormat[]) { AV_PIX_FMT_MMAL, \
|
/buildroot/support/gnuconfig/ |
A D | update | 11 for p in $(ls patches/*.patch 2>/dev/null); do 12 patch -p1 < "${p}"
|
/buildroot/package/ti-sgx-um/ |
A D | 0001-Makefile-do-not-install-init-script.patch | 29 - mkdir -p ${DESTDIR}${etcdir} 30 mkdir -p ${DESTDIR}${bindir} 31 mkdir -p ${DESTDIR}${incdir} 32 mkdir -p ${DESTDIR}${libdir}
|
/buildroot/support/testing/tests/package/test_fluidsynth/rootfs-overlay/root/ |
A D | gen_midi_file.py | 19 for i, p in enumerate(notes): 20 midi.addNote(track=0, channel=0, pitch=p, time=i, duration=1, volume=100)
|
/buildroot/package/lua/5.1.5/ |
A D | 0011-linenoise.patch | 17 +#define lua_readline(L,b,p) ((void)L, ((b)=linenoise(p)) != NULL) 23 #define lua_readline(L,b,p) \ 24 ((void)L, fputs(p, stdout), fflush(stdout), /* show prompt */ \
|
/buildroot/package/lua/5.3.6/ |
A D | 0003-linenoise.patch | 18 +#define lua_readline(L,b,p) ((void)L, ((b)=linenoise(p)) != NULL) 24 #define lua_readline(L,b,p) \
|
/buildroot/package/olsr/ |
A D | olsr.mk | 32 $(foreach p,$(OLSR_PLUGINS), \ 34 CFLAGS="$(OLSR_CFLAGS)" -C $(@D)/lib/$(p) 41 $(foreach p,$(OLSR_PLUGINS), \ 42 $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D)/lib/$(p) \
|