HomeSort by: relevance | last modified time | path
    Searched refs:pkg (Results 1 - 25 of 223) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/bsd/pkg_install/dist/add/
perform.c 238 read_meta_data(struct pkg_task *pkg)
251 if (pkg->entry != NULL)
255 r = archive_read_next_header(pkg->archive, &pkg->entry);
259 fname = archive_entry_pathname(pkg->entry);
272 target = (char **)((char *)&pkg->meta_data +
284 size = archive_entry_size(pkg->entry);
290 if (archive_read_data(pkg->archive, *target, size) != size) {
298 pkg->entry = NULL;
314 free_meta_data(struct pkg_task *pkg)
1036 const char *pkg; member in struct:find_conflict_data
1496 struct pkg_task *pkg; local
    [all...]
  /src/external/mit/libuv/
pkgconfig.mk 6 .for pkg in ${PKGCONFIG}
7 FILES+=${pkg}.pc
8 FILESBUILD_${pkg}.pc=yes
10 ${pkg}.pc: ${.CURDIR}/../mkpc
  /src/external/bsd/tre/dist/utils/
build-release.sh 10 pkg=`ls dist/tre-*.tar.gz`
11 pkg=`basename $pkg`
12 dir=`basename $pkg .tar.gz`
14 scp dist/$pkg hemuli:build-tmp
15 ssh hemuli "cd build-tmp; rm -rf $dir; tar xzf $pkg; cd $dir; ./utils/build-rpm.sh"
  /src/external/bsd/pkg_install/dist/lib/
automatic.c 68 is_automatic_installed(const char *pkg)
73 assert(pkg[0] != '/');
75 filename = pkgdb_pkg_file(pkg, INSTALLED_INFO_FNAME);
91 mark_as_automatic_installed(const char *pkg, int value)
96 assert(pkg[0] != '/');
98 filename = pkgdb_pkg_file(pkg, INSTALLED_INFO_FNAME);
opattern.c 48 * Perform alternate match on "pkg" against "pattern",
53 alternate_match(const char *pattern, const char *pkg)
88 if (pkg_match(buf, pkg) == 1) {
96 * Perform glob match on "pkg" against "pattern".
100 glob_match(const char *pattern, const char *pkg)
102 return fnmatch(pattern, pkg, FNM_PERIOD) == 0;
106 * Perform simple match on "pkg" against "pattern".
110 simple_match(const char *pattern, const char *pkg)
112 return strcmp(pattern, pkg) == 0;
116 * Performs a fast check if pattern can ever match pkg
    [all...]
conflicts.c 96 package_t pkg; local
108 read_plist(&pkg, f);
111 for (p = pkg.head; p; p = p->next) {
123 free_plist(&pkg);
158 char *pkg, *patt;
160 if (some_installed_package_conflicts_with(argv[1], &pkg, &patt))
161 printf("yes: package %s conflicts with %s, pattern %s\n", pkg, argv[1], patt);
iterate.c 165 if (strcmp(dp->d_name, "pkg-vulnerabilities") == 0)
232 struct pkg_db_list *pkg; local
246 pkg = xmalloc(sizeof(struct pkg_db_list));
247 pkg->pkgname = xstrdup(pkgdir);
248 SLIST_INSERT_HEAD(&pkg_list_cache, pkg, entries);
265 match_by_basename(const char *pkg, void *cookie)
270 if ((pkg_version = strrchr(pkg, '-')) == NULL) {
271 warnx("Entry %s in pkgdb is not a valid package name", pkg);
274 if (strncmp(pkg, target, pkg_version - pkg) == 0 &
393 struct pkg_match_list *pkg; local
    [all...]
  /src/crypto/external/apache2/openssl/
pkgconfig.mk 6 .for pkg in ${PKGCONFIG}
7 FILES+=${pkg}.pc
8 FILESBUILD_${pkg}.pc=yes
10 ${pkg}.pc: ${.CURDIR}/../../mkpc
  /src/crypto/external/bsd/openssl/
pkgconfig.mk 6 .for pkg in ${PKGCONFIG}
7 FILES+=${pkg}.pc
8 FILESBUILD_${pkg}.pc=yes
10 ${pkg}.pc: ${.CURDIR}/../../mkpc
  /src/crypto/external/bsd/openssl.old/
pkgconfig.mk 6 .for pkg in ${PKGCONFIG}
7 FILES+=${pkg}.pc
8 FILESBUILD_${pkg}.pc=yes
10 ${pkg}.pc: ${.CURDIR}/../../mkpc
  /src/distrib/sets/
regpkgset 154 # Invoke ${rundir}/regpkg for each pkg, taking care to do it in dependency
163 for pkg in ${tsort_output}; do
165 *"${nl}${pkg}${nl}"*)
166 # We want this pkg.
167 pkgset="${pkg%%-*}"
168 ${verbose} && echo "${prog}: registering ${pkg}"
170 "${pkgset}" "${pkg}" || bomb
172 *) # pkg is mentioned in ${tsort_output} but not in ${pkgs}.
173 # We do not want this pkg.
177 for pkg in ${pkgs}; d
    [all...]
regpkg 141 pkg=""
183 echo >&2 "${ERROR}binary pkg directory ${binpkgdir} does not exist"
202 pkg="$2"
214 echo "Making PLIST for \"${pkg}\" package (part of ${pkgset} set)"
219 "${pkgset}" "${pkg}" \
225 echo >&2 "${ERROR}makeplist reported errors for ${pkg}:"
296 tinyvers="$(${AWK} '$1 ~ '/"${pkg}"/' { print $2 }' \
398 echo "${pkg} - ${t} version using ${method} method"
503 # If we are using the OS version as part of the pkg
523 # If the prerequisite pkg is already registered (as it should b
    [all...]
  /src/external/bsd/tre/dist/tests/
build-on-hosts.sh 24 pkg=`ls dist/tre-*.tar.gz`
25 pkg=`basename $pkg`
26 dir=`basename $pkg .tar.gz`
33 echo "pkg=$pkg" >> $hostfile.tmp
38 scp dist/$pkg tests/build-run.sh $scp_host:build-tmp
build-run.sh 21 cp $pkg $tmpdir
24 gunzip -c $pkg | tar xf -
  /src/external/bsd/pkg_install/dist/delete/
pkg_delete.c 64 " [-P destdir] [-p prefix] pkg-name ...\n");
108 add_by_pkgname(lpkg_head_t *pkgs, char *pkg)
113 const char *orig_pkg = pkg;
115 if (pkg[0] == '/') {
117 if (strncmp(pkg, pkgdb, l) || pkg[l] != '/') {
119 "package database, skipping: %s", pkg);
122 pkg += l + 1;
124 l = strcspn(pkg, "/");
125 if (pkg[l + strspn(pkg + l, "/")] != '\0')
499 const char *pkg = cookie; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
rename_subscript_param.exp 30 set bp_location [gdb_get_line_number "BREAK" ${testdir}/pkg.adb]
31 runto "pkg.adb:$bp_location"
37 set bp_location [gdb_get_line_number "Do_Nothing" ${testdir}/pkg.adb]
38 gdb_test "break pkg.adb:$bp_location" \
39 "Breakpoint \[0-9\]+ at.*: file .*pkg.adb, line \[0-9\]+." \
40 "insert second breakpoint in pkg.adb"
43 "Breakpoint \[0-9\]+, pkg.flip \\(.*" \
mi_variant.exp 21 standard_ada_testfile pkg
39 set bp_location [gdb_get_line_number "STOP" ${testdir}/pkg.adb]
41 "pkg.adb:$bp_location" \
48 set bp_location [gdb_get_line_number "STOP2" ${testdir}/pkg.adb]
50 "pkg.adb:$bp_location" \
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
rename_subscript_param.exp 30 set bp_location [gdb_get_line_number "BREAK" ${testdir}/pkg.adb]
31 runto "pkg.adb:$bp_location"
37 set bp_location [gdb_get_line_number "Do_Nothing" ${testdir}/pkg.adb]
38 gdb_test "break pkg.adb:$bp_location" \
39 "Breakpoint \[0-9\]+ at.*: file .*pkg.adb, line \[0-9\]+." \
40 "insert second breakpoint in pkg.adb"
43 "Breakpoint \[0-9\]+, pkg.flip \\(.*" \
mi_variant.exp 21 standard_ada_testfile pkg
39 set bp_location [gdb_get_line_number "STOP" ${testdir}/pkg.adb]
41 "pkg.adb:$bp_location" \
48 set bp_location [gdb_get_line_number "STOP2" ${testdir}/pkg.adb]
50 "pkg.adb:$bp_location" \
  /src/crypto/external/bsd/netpgp/dist/bindings/perl/
Makefile 4 PREFIX=/usr/pkg
12 CPPFLAGS+=-I/usr/pkg/lib/perl5/5.10.0/i386-netbsd-thread-multi/CORE
  /src/crypto/external/bsd/netpgp/dist/bindings/python/
Makefile 4 PREFIX=/usr/pkg
11 CPPFLAGS+=-I/usr/pkg/include/python2.5
  /src/lib/libcurses/EXAMPLES/
Makefile 42 gcc -DHAVE_WCHAR -o nwview view.c -DNCURSES -I/usr/pkg/include $(CFLAGS) -lcurses -Wl,-rpath,/usr/pkg/lib -L/usr/pkg/lib
51 gcc -o ncview view.c -I/usr/pkg/include -DNCURSES -L/usr/pkg/lib -Wl,-rpath,/usr/pkg/lib $(CFLAGS) -lncurses
  /src/external/bsd/pkg_install/dist/create/
perform.c 132 pkg_perform(const char *pkg)
142 if ((cp = strrchr(pkg, '.')) != NULL) {
143 allocated_pkg = xmalloc(cp - pkg + 1);
144 memcpy(allocated_pkg, pkg, cp - pkg);
145 allocated_pkg[cp - pkg] = '\0';
147 full_pkg = pkg;
148 pkg = allocated_pkg;
151 full_pkg = pkg;
158 printf("Creating package %s\n", pkg);
    [all...]
  /src/etc/powerd/scripts/
hotkey_button 11 PATH=/usr/pkg/bin:$PATH; export PATH
  /src/external/bsd/pkg_install/dist/admin/
download-vulnerability-list.sh.in 7 echo "Please use \`\`pkg_admin fetch-pkg-vulnerabilities'' instead." >& $2
24 echo "Please switch to \`\`pkg_admin fetch-pkg-vulnerabilities''." >&2
37 exec ${pkg_admin} fetch-pkg-vulnerabilities ${do_sign}

Completed in 29 milliseconds

1 2 3 4 5 6 7 8 9