Lines Matching refs:sshbuf_get_cstring
683 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 || in process_open()
824 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0) in process_do_stat()
899 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 || in process_setstat()
1011 if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0) in process_opendir()
1096 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0) in process_remove()
1114 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 || in process_mkdir()
1134 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0) in process_rmdir()
1152 if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0) in process_realpath()
1179 if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 || in process_rename()
1180 (r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0) in process_rename()
1239 if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0) in process_readlink()
1263 if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 || in process_symlink()
1264 (r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0) in process_symlink()
1283 if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 || in process_extended_posix_rename()
1284 (r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0) in process_extended_posix_rename()
1303 if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0) in process_extended_statvfs()
1341 if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 || in process_extended_hardlink()
1342 (r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0) in process_extended_hardlink()
1378 if ((r = sshbuf_get_cstring(iqueue, &request, NULL)) != 0) in process_extended()