Lines Matching refs:sshbuf_get_cstring
749 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 || in process_open()
906 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0) in process_do_stat()
993 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 || in process_setstat()
1105 if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0) in process_opendir()
1191 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0) in process_remove()
1209 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 || in process_mkdir()
1229 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0) in process_rmdir()
1247 if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0) in process_realpath()
1274 if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 || in process_rename()
1275 (r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0) in process_rename()
1334 if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0) in process_readlink()
1358 if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 || in process_symlink()
1359 (r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0) in process_symlink()
1378 if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 || in process_extended_posix_rename()
1379 (r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0) in process_extended_posix_rename()
1398 if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0) in process_extended_statvfs()
1436 if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 || in process_extended_hardlink()
1437 (r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0) in process_extended_hardlink()
1474 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 || in process_extended_lsetstat()
1558 if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0) in process_extended_expand()
1705 if ((r = sshbuf_get_cstring(iqueue, &username, NULL)) != 0) in process_extended_home_directory()
1784 if ((r = sshbuf_get_cstring(iqueue, &request, NULL)) != 0) in process_extended()