Home
last modified time | relevance | path

Searched refs:octal_string (Results 1 – 25 of 43) sorted by relevance

12

/dports/lang/php73/php-7.3.33/ext/standard/tests/math/
H A Doctdec_variation1.phpt2 Test octdec() function : usage variations - different data types as $octal_string arg
7 /* Prototype : number octdec ( string $octal_string )
8 …* Description: Returns the decimal equivalent of the octal number represented by the octal_string
H A Doctdec_error.phpt5 /* Prototype : number octdec ( string $octal_string )
6 …* Description: Returns the decimal equivalent of the octal number represented by the octal_string
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/math/
H A Doctdec_variation1.phpt2 Test octdec() function : usage variations - different data types as $octal_string arg
7 /* Prototype : number octdec ( string $octal_string )
8 …* Description: Returns the decimal equivalent of the octal number represented by the octal_string
H A Doctdec_error.phpt5 /* Prototype : number octdec ( string $octal_string )
6 …* Description: Returns the decimal equivalent of the octal number represented by the octal_string
/dports/lang/php80/php-8.0.15/ext/standard/tests/math/
H A Doctdec_variation1.phpt2 Test octdec() function : usage variations - different data types as $octal_string arg
158 octdec(): Argument #1 ($octal_string) must be of type string, array given
182 octdec(): Argument #1 ($octal_string) must be of type string, resource given
/dports/lang/php81/php-8.1.1/ext/standard/tests/math/
H A Doctdec_variation1.phpt2 Test octdec() function : usage variations - different data types as $octal_string arg
139 octdec(): Argument #1 ($octal_string) must be of type string, array given
157 octdec(): Argument #1 ($octal_string) must be of type string, resource given
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/math/
H A Doctdec_variation1.phpt2 Test octdec() function : usage variations - different data types as $octal_string arg
139 octdec(): Argument #1 ($octal_string) must be of type string, array given
157 octdec(): Argument #1 ($octal_string) must be of type string, resource given
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/math/
H A Doctdec_variation1.phpt2 Test octdec() function : usage variations - different data types as $octal_string arg
158 octdec(): Argument #1 ($octal_string) must be of type string, array given
182 octdec(): Argument #1 ($octal_string) must be of type string, resource given
/dports/security/distcache/distcache-1.5.1/libnal/
H A Dutil_socket.c347 int nal_sockaddr_chmod(const nal_sockaddr *addr, const char *octal_string) in nal_sockaddr_chmod() argument
355 n = strtol(octal_string, &endptr, 8); in nal_sockaddr_chmod()
356 if ((endptr == octal_string) || (*endptr != '\0') || (n == ULONG_MAX)) in nal_sockaddr_chmod()
H A Dnal_listener.c254 const char *octal_string) in NAL_LISTENER_set_fs_perms() argument
257 return list->vt->set_fs_perms(list, octal_string); in NAL_LISTENER_set_fs_perms()
H A Dproto_std.c73 static int list_set_fs_perms(NAL_LISTENER *l, const char *octal_string);
357 static int list_set_fs_perms(NAL_LISTENER *l, const char *octal_string) in list_set_fs_perms() argument
363 return nal_sockaddr_chmod(&sa, octal_string); in list_set_fs_perms()
H A Dnal_internal.h93 int nal_sockaddr_chmod(const nal_sockaddr *addr, const char *octal_string);
/dports/lang/php74/php-7.4.27/ext/standard/tests/math/
H A Doctdec_variation1.phpt2 Test octdec() function : usage variations - different data types as $octal_string arg
7 /* Prototype : number octdec ( string $octal_string )
8 …* Description: Returns the decimal equivalent of the octal number represented by the octal_string
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/math/
H A Doctdec_variation1.phpt2 Test octdec() function : usage variations - different data types as $octal_string arg
7 /* Prototype : number octdec ( string $octal_string )
8 …* Description: Returns the decimal equivalent of the octal number represented by the octal_string
/dports/misc/clifm/clifm-1.3/src/
H A Dprompt.c128 char octal_string[4]; in decode_prompt() local
131 xstrsncpy(octal_string, line, 3); in decode_prompt()
132 octal_string[3] = '\0'; in decode_prompt()
134 n = read_octal(octal_string); in decode_prompt()
/dports/security/distcache/distcache-1.5.1/doc/
H A DNAL_LISTENER_new.pod24 const char *octal_string);
55 B<octal_string> is a base-8 number in string form specifying the permission
/dports/security/distcache/distcache-1.5.1/include/libnal/
H A Dnal.h97 const char *octal_string);
H A Dnal_devel.h124 int (*set_fs_perms)(NAL_LISTENER *, const char *octal_string);
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/maloc/src/vsh/
H A Dbash.y2650 char octal_string[4]; local
2653 strncpy (octal_string, string, 3);
2654 octal_string[3] = '\0';
2656 n = read_octal (octal_string);
/dports/misc/clifm/clifm-1.3/misc/codecov/
H A Dprompt.c.gcov169 -: 123: char octal_string[4];
172 #####: 126: xstrsncpy(octal_string, line, 3);
175 #####: 127: octal_string[3] = '\0';
177 #####: 129: n = read_octal(octal_string);
/dports/net/samba412/samba-4.12.15/source3/lib/
H A Dutil_str.c326 char *octal_string(int i) in octal_string() function
/dports/shells/bash/bash-5.1/
H A Dparse.y5798 char *temp, *t_host, octal_string[4]; local
5843 strncpy (octal_string, string, 3);
5844 octal_string[3] = '\0';
5846 n = read_octal (octal_string);
/dports/net/samba412/samba-4.12.15/source3/include/
H A Dproto.h616 char *octal_string(int i);
/dports/security/owasp-dependency-check/DependencyCheck-3.1.1/dependency-check-core/src/test/resources/nodejs/node_modules/dns-sync/node_modules/shelljs/
H A DREADME.md480 ### chmod(octal_mode || octal_string, file)
/dports/devel/swig/swig-4.0.2/Source/Modules/
H A Dpython.cxx2045 String *octal_string = NewStringWithSize(p, (int) (end - p)); in convertIntegerValue() local
2046 Append(result, octal_string); in convertIntegerValue()
2048 Delete(octal_string); in convertIntegerValue()

12