Home
last modified time | relevance | path

Searched refs:nm (Results 1 – 11 of 11) sorted by relevance

/PHP-7.4/tests/classes/
H A D__set__get_001.phpt9 function __get($nm) {
10 echo "Getting [$nm]\n";
12 if (isset($this->x[$nm])) {
13 $r = $this->x[$nm];
22 function __set($nm, $val) {
23 echo "Setting [$nm] to $val\n";
25 if (isset($this->x[$nm])) {
26 $this->x[$nm] = $val;
/PHP-7.4/sapi/cli/
H A Dconfig.m436 …BUILD_CLI="echo '\#! .' > php.sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_…
38 …BUILD_CLI="echo '\#! .' > php.sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_…
/PHP-7.4/sapi/cgi/
H A Dconfig9.m449 …BUILD_CGI="echo '\#! .' > php.sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_…
51 …BUILD_CGI="echo '\#! .' > php.sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_…
/PHP-7.4/win32/build/
H A Dconfutils.js2991 var nm = MINBISON.match(/(\d+)\.(\d+)\.(\d+)/);
2994 var intmin = (nm[1]-0)*10000 + (nm[2]-0)*100 + (nm[3]-0);
3017 var nm = MINRE2C.match(/(\d+)\.(\d+)\.(\d+)/);
3020 var intmin = (nm[1]-0)*10000 + (nm[2]-0)*100 + (nm[3]-0);
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c1819 struct magic *nm; in parse() local
1821 if ((nm = CAST(struct magic *, erealloc(me->mp, in parse()
1822 sizeof(*nm) * cnt))) == NULL) { in parse()
1823 file_oomem(ms, sizeof(*nm) * cnt); in parse()
1826 me->mp = nm; in parse()
3186 static const size_t nm = sizeof(*map->nmagic) * MAGIC_SETS; in apprentice_compile() local
3213 memcpy(hdr.h + 2, map->nmagic, nm); in apprentice_compile()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch547 struct magic *nm;
549 - if ((nm = CAST(struct magic *, realloc(me->mp,
550 + if ((nm = CAST(struct magic *, erealloc(me->mp,
551 sizeof(*nm) * cnt))) == NULL) {
552 file_oomem(ms, sizeof(*nm) * cnt);
879 static const size_t nm = sizeof(*map->nmagic) * MAGIC_SETS;
907 memcpy(hdr.h + 2, map->nmagic, nm);
2469 - int nm = 0;
2475 - nm++;
2477 - rv = nm;
/PHP-7.4/build/
H A Dlibtool.m4154 test -z "$NM" && NM=nm
2568 lt_nm_to_check="${ac_tool_prefix}nm"
2570 lt_nm_to_check="$lt_nm_to_check nm"
2579 # Check to see if the nm accepts a BSD-compat flag.
2581 # nm: unknown option "B" ignored
2605 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
4218 # A BSD-compatible nm program.
4388 # Transform the output of nm in a C name address pair
4639 nlist=conftest.nm
5313 # -C means demangle to AIX nm, but means don't demangle with GNU nm
[all …]
H A Dltmain.sh3844 $echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
4579 nlist="$output_objdir/${outputname}.nm"
/PHP-7.4/sapi/fpm/
H A Dconfig.m4657 …BUILD_FPM="echo '\#! .' > php.sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_…
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます11417 # a word like "FATnm " is only a hint for a FAT size on nm-bits
H A Dmagic11417 # a word like "FATnm " is only a hint for a FAT size on nm-bits

Completed in 176 milliseconds