Home
last modified time | relevance | path

Searched refs:size_return (Results 1 – 25 of 32) sorted by relevance

12

/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/krb5/os/
H A Dread_pwd.c43 char *return_pwd, unsigned int *size_return) in krb5_read_password() argument
50 reply_data = make_data(return_pwd, *size_return); in krb5_read_password()
58 retval = alloc_data(&verify_data, *size_return); in krb5_read_password()
67 if (strncmp(return_pwd, verify_data.data, *size_return) != 0) in krb5_read_password()
73 *size_return = k5prompt.reply->length; in krb5_read_password()
75 zap(return_pwd, *size_return); in krb5_read_password()
246 int *size_return;
256 (context, prompt, prompt2, return_pwd, size_return));
262 dps.pwd_size_return = size_return;
290 int *size_return;
[all …]
/dports/security/krb5/krb5-1.19.2/src/lib/krb5/os/
H A Dread_pwd.c43 char *return_pwd, unsigned int *size_return) in krb5_read_password() argument
50 reply_data = make_data(return_pwd, *size_return); in krb5_read_password()
58 retval = alloc_data(&verify_data, *size_return); in krb5_read_password()
67 if (strncmp(return_pwd, verify_data.data, *size_return) != 0) in krb5_read_password()
73 *size_return = k5prompt.reply->length; in krb5_read_password()
75 zap(return_pwd, *size_return); in krb5_read_password()
246 int *size_return;
256 (context, prompt, prompt2, return_pwd, size_return));
262 dps.pwd_size_return = size_return;
290 int *size_return;
[all …]
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dximdispt.c1245 int *size_return;
1275 int *size_return;
1304 int *size_return;
1338 int *size_return;
1422 *size_return = total;
1446 int *size_return;
1516 *size_return = total;
1604 int *size_return;
1641 int *size_return;
1918 int *size_return;
[all …]
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dximdispt.c1245 int *size_return;
1275 int *size_return;
1304 int *size_return;
1338 int *size_return;
1422 *size_return = total;
1446 int *size_return;
1516 *size_return = total;
1604 int *size_return;
1641 int *size_return;
1918 int *size_return;
[all …]
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dximdispt.c1245 int *size_return;
1275 int *size_return;
1304 int *size_return;
1338 int *size_return;
1422 *size_return = total;
1446 int *size_return;
1516 *size_return = total;
1604 int *size_return;
1641 int *size_return;
1918 int *size_return;
[all …]
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dximdispt.c1245 int *size_return;
1275 int *size_return;
1304 int *size_return;
1338 int *size_return;
1422 *size_return = total;
1446 int *size_return;
1516 *size_return = total;
1604 int *size_return;
1641 int *size_return;
1918 int *size_return;
[all …]
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dximdispt.c1245 int *size_return;
1275 int *size_return;
1304 int *size_return;
1338 int *size_return;
1422 *size_return = total;
1446 int *size_return;
1516 *size_return = total;
1604 int *size_return;
1641 int *size_return;
1918 int *size_return;
[all …]
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dximdispt.c1245 int *size_return;
1275 int *size_return;
1304 int *size_return;
1338 int *size_return;
1422 *size_return = total;
1446 int *size_return;
1516 *size_return = total;
1604 int *size_return;
1641 int *size_return;
1918 int *size_return;
[all …]
/dports/chinese/enscript/enscript-1.6.6/src/
H A Dutil.c716 parse_font_spec (char *spec_a, char **name_return, FontPoint *size_return, in parse_font_spec() argument
788 size_return->w = atof (cp); in parse_font_spec()
789 size_return->h = atof (cp2); in parse_font_spec()
792 size_return->w = size_return->h = atof (cp); in parse_font_spec()
839 *name_return, size_return->w, size_return->h, in parse_font_spec()
842 if (size_return->w < 0.0 && size_return->h < 0.0) in parse_font_spec()
844 else if (size_return->w < 0.0) in parse_font_spec()
846 else if (size_return->h < 0.0) in parse_font_spec()
H A Dgsint.h630 FontPoint *size_return,
/dports/print/enscript-letterdj/enscript-1.6.6/src/
H A Dutil.c716 parse_font_spec (char *spec_a, char **name_return, FontPoint *size_return, in parse_font_spec() argument
788 size_return->w = atof (cp); in parse_font_spec()
789 size_return->h = atof (cp2); in parse_font_spec()
792 size_return->w = size_return->h = atof (cp); in parse_font_spec()
839 *name_return, size_return->w, size_return->h, in parse_font_spec()
842 if (size_return->w < 0.0 && size_return->h < 0.0) in parse_font_spec()
844 else if (size_return->w < 0.0) in parse_font_spec()
846 else if (size_return->h < 0.0) in parse_font_spec()
H A Dgsint.h628 FontPoint *size_return,
/dports/print/enscript-a4/enscript-1.6.6/src/
H A Dutil.c716 parse_font_spec (char *spec_a, char **name_return, FontPoint *size_return, in parse_font_spec() argument
788 size_return->w = atof (cp); in parse_font_spec()
789 size_return->h = atof (cp2); in parse_font_spec()
792 size_return->w = size_return->h = atof (cp); in parse_font_spec()
839 *name_return, size_return->w, size_return->h, in parse_font_spec()
842 if (size_return->w < 0.0 && size_return->h < 0.0) in parse_font_spec()
844 else if (size_return->w < 0.0) in parse_font_spec()
846 else if (size_return->h < 0.0) in parse_font_spec()
H A Dgsint.h628 FontPoint *size_return,
/dports/print/enscript-letter/enscript-1.6.6/src/
H A Dutil.c716 parse_font_spec (char *spec_a, char **name_return, FontPoint *size_return, in parse_font_spec() argument
788 size_return->w = atof (cp); in parse_font_spec()
789 size_return->h = atof (cp2); in parse_font_spec()
792 size_return->w = size_return->h = atof (cp); in parse_font_spec()
839 *name_return, size_return->w, size_return->h, in parse_font_spec()
842 if (size_return->w < 0.0 && size_return->h < 0.0) in parse_font_spec()
844 else if (size_return->w < 0.0) in parse_font_spec()
846 else if (size_return->h < 0.0) in parse_font_spec()
H A Dgsint.h628 FontPoint *size_return,
/dports/x11/libXext/libXext-1.3.4/src/
H A DXTestExt1.c404 unsigned long *size_return) in XTestQueryInputSize() argument
451 *size_return = (unsigned long) rep.size_return; in XTestQueryInputSize()
/dports/x11/libXext/libXext-1.3.4/include/X11/extensions/
H A Dxtestext1.h88 int XTestQueryInputSize(register Display *dpy, unsigned long *size_return);
/dports/databases/qof/qof-0.8.8/qof/
H A Dkvpframe.c964 guint64 * size_return) in kvp_frame_get_binary() argument
969 size_return); in kvp_frame_get_binary()
1504 kvp_value_get_binary (const KvpValue * value, guint64 * size_return) in kvp_value_get_binary() argument
1508 if (size_return) in kvp_value_get_binary()
1509 *size_return = 0; in kvp_value_get_binary()
1516 if (size_return) in kvp_value_get_binary()
1517 *size_return = value->value.binary.datasize; in kvp_value_get_binary()
1522 if (size_return) in kvp_value_get_binary()
1523 *size_return = 0; in kvp_value_get_binary()
H A Dkvpframe.h451 guint64 * size_return);
712 kvp_value_get_binary (const KvpValue * value, guint64 * size_return);
/dports/x11-wm/xfce4-wm/xfwm4-4.16.1/src/
H A Dmoveresize.c99 int size_return; in clientCheckSize() local
104 size_return = size; in clientCheckSize()
122 a = (size_return - b) / incr; in clientCheckSize()
123 size_return = b + (a * incr); in clientCheckSize()
127 if (size_return > max) in clientCheckSize()
129 size_return = max; in clientCheckSize()
136 if (size_return < min) in clientCheckSize()
138 size_return = min; in clientCheckSize()
141 if (size_return < 1) in clientCheckSize()
143 size_return = 1; in clientCheckSize()
[all …]
/dports/x11/xorgproto/xorgproto-2021.5/include/X11/extensions/
H A Dxtestext1proto.h127 CARD32 size_return; member
/dports/net/tightvnc/vnc_unixsrc/Xvnc/include/extensions/
H A Dxtestext1.h160 CARD32 size_return B32;
/dports/games/tenebrae/tenebrae_0/dxsdk/SDK/INC/
H A DD3DRM.H96 STDMETHOD(GetSearchPath) (THIS_ DWORD *size_return, LPSTR path_return); in DECLARE_INTERFACE_()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/Xext/
H A Dxtest1di.c818 swapl(&(rep_ptr->size_return), n);

12