Home
last modified time | relevance | path

Searched refs:ps (Results 1 – 13 of 13) sorted by relevance

/PHP-8.1/ext/standard/
H A Dfilters.c369 ps += 2; in php_conv_base64_encode_convert()
396 ps += 1; in php_conv_base64_encode_convert()
424 ps += 3; in php_conv_base64_encode_convert()
645 (ps)++; \
700 ps++, icnt--; in php_conv_qprint_encode_convert()
741 ps2 = ps; in php_conv_qprint_encode_convert()
924 ps++, icnt--; in php_conv_qprint_decode_convert()
931 if (*ps == ' ' || *ps == '\t') { in php_conv_qprint_decode_convert()
965 next_char = (next_char << 4) | (*ps >= 'A' ? *ps - 0x37 : *ps - 0x30); in php_conv_qprint_decode_convert()
991 } else if (*ps != '\t' && *ps != ' ') { in php_conv_qprint_decode_convert()
[all …]
/PHP-8.1/sapi/cli/tests/
H A Dcli_process_title_unix.phpt12 exec("ps -p 1", $output, $exit_code);
14 die("skip ps -p is not available");
32 $ps_output = shell_exec("ps -p $pid -o $ps_process_title_field | tail -n 1");
36 echo "ps failed\n";
48 echo "Successfully verified title using ps\n";
50 echo "Actually loaded from ps: $loaded_title\n";
62 Successfully verified title using ps
/PHP-8.1/ext/date/lib/
H A Dparse_posix.c305 void timelib_posix_str_dtor(timelib_posix_str *ps) in timelib_posix_str_dtor() argument
307 if (ps->std) { in timelib_posix_str_dtor()
308 timelib_free(ps->std); in timelib_posix_str_dtor()
310 if (ps->dst) { in timelib_posix_str_dtor()
311 timelib_free(ps->dst); in timelib_posix_str_dtor()
313 if (ps->dst_begin) { in timelib_posix_str_dtor()
314 timelib_posix_trans_info_dtor(ps->dst_begin); in timelib_posix_str_dtor()
316 if (ps->dst_end) { in timelib_posix_str_dtor()
317 timelib_posix_trans_info_dtor(ps->dst_end); in timelib_posix_str_dtor()
320 timelib_free(ps); in timelib_posix_str_dtor()
H A Dtimelib.h1075 void timelib_posix_str_dtor(timelib_posix_str *ps);
/PHP-8.1/ext/standard/tests/general_functions/
H A Dproc_nice_basic.phpt12 exec('ps -p 1 -o "pid,nice"', $output, $exit_code);
14 die("skip ps -p is not available");
21 $res = shell_exec('ps -p ' . $id .' -o "pid,nice"');
/PHP-8.1/ext/session/
H A Dmod_mm.c85 ps_sd *ps, *next; in hash_split() local
97 for (ps = *ohash; ps; ps = next) { in hash_split()
98 next = ps->next; in hash_split()
99 ps->next = nhash[ps->hv & nmax]; in hash_split()
100 nhash[ps->hv & nmax] = ps; in hash_split()
H A Dphp_session.h304 PHPAPI ZEND_EXTERN_MODULE_GLOBALS(ps)
H A Dsession.c58 PHPAPI ZEND_DECLARE_MODULE_GLOBALS(ps)
2756 static PHP_GINIT_FUNCTION(ps) /* {{{ */ in PHP_GINIT_FUNCTION() argument
3190 PHP_MODULE_GLOBALS(ps),
3191 PHP_GINIT(ps),
/PHP-8.1/sapi/fpm/
H A Dinit.d.php-fpm.in101 if ps -p $PID | grep -q $PID; then
/PHP-8.1/ext/iconv/
H A Diconv.c2356 const char *ps, size_t buf_len, size_t *consumed, in php_iconv_stream_filter_append_bucket() argument
2366 if (ps == NULL) { in php_iconv_stream_filter_append_bucket()
2391 if (ps != NULL) { in php_iconv_stream_filter_append_bucket()
2397 self->stub[self->stub_len++] = *(ps++); in php_iconv_stream_filter_append_bucket()
2449 if ((ps == NULL ? iconv(self->cd, NULL, NULL, &pd, &ocnt): in php_iconv_stream_filter_append_bucket()
2450 iconv(self->cd, (ICONV_CONST char **)&ps, &icnt, &pd, &ocnt)) == (size_t)-1) { in php_iconv_stream_filter_append_bucket()
2457 if (ps != NULL) { in php_iconv_stream_filter_append_bucket()
2462 memcpy(self->stub, ps, icnt); in php_iconv_stream_filter_append_bucket()
2464 ps += icnt; in php_iconv_stream_filter_append_bucket()
2503 if (ps == NULL) { in php_iconv_stream_filter_append_bucket()
/PHP-8.1/ext/mbstring/
H A Dmbstring.c3321 const char *ps; in _php_mbstr_parse_mail_headers() local
3329 ps = str; in _php_mbstr_parse_mail_headers()
3345 switch (*ps) { in _php_mbstr_parse_mail_headers()
3401 token = (char*)ps; in _php_mbstr_parse_mail_headers()
3408 token = (char*)ps; in _php_mbstr_parse_mail_headers()
3433 token = (char*)ps; in _php_mbstr_parse_mail_headers()
3455 ps++, icnt--; in _php_mbstr_parse_mail_headers()
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic25959 # ps for template https://filext.com/file-extension/PS bps for backup
25960 !:ext wps/ps/bps
28311 # Reference: https://partners.adobe.com/public/developer/en/ps/5003.PPD_Spec_v4.3.pdf, Section 3.8
28439 >1 regex/s =^[0-9] ps database
30979 >2 string ps for PostScript
30986 0 string X\ ps SoftQuad troff Context intermediate for PostScript
32543 >4 search/1 ps for PostScript
H A Dmagic私はガラスを食べられます25959 # ps for template https://filext.com/file-extension/PS bps for backup
25960 !:ext wps/ps/bps
28311 # Reference: https://partners.adobe.com/public/developer/en/ps/5003.PPD_Spec_v4.3.pdf, Section 3.8
28439 >1 regex/s =^[0-9] ps database
30979 >2 string ps for PostScript
30986 0 string X\ ps SoftQuad troff Context intermediate for PostScript
32543 >4 search/1 ps for PostScript

Completed in 167 milliseconds