Lines Matching refs:sshbuf_get_cstring

745 	if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 ||  in process_open()
902 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0) in process_do_stat()
989 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 || in process_setstat()
1089 if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0) in process_opendir()
1175 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0) in process_remove()
1193 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 || in process_mkdir()
1213 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0) in process_rmdir()
1231 if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0) in process_realpath()
1258 if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 || in process_rename()
1259 (r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0) in process_rename()
1311 if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0) in process_readlink()
1335 if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 || in process_symlink()
1336 (r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0) in process_symlink()
1355 if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 || in process_extended_posix_rename()
1356 (r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0) in process_extended_posix_rename()
1375 if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0) in process_extended_statvfs()
1413 if ((r = sshbuf_get_cstring(iqueue, &oldpath, NULL)) != 0 || in process_extended_hardlink()
1414 (r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0) in process_extended_hardlink()
1451 if ((r = sshbuf_get_cstring(iqueue, &name, NULL)) != 0 || in process_extended_lsetstat()
1531 if ((r = sshbuf_get_cstring(iqueue, &path, NULL)) != 0) in process_extended_expand()
1678 if ((r = sshbuf_get_cstring(iqueue, &username, NULL)) != 0) in process_extended_home_directory()
1759 if ((r = sshbuf_get_cstring(iqueue, &request, NULL)) != 0) in process_extended()